fixes issue after update
This commit is contained in:
parent
057f19290d
commit
60adc2eb2d
4 changed files with 13 additions and 194 deletions
|
|
@ -15,8 +15,8 @@ function M.apply_to_config(config)
|
|||
config.font_size = 15.5
|
||||
config.window_decorations = "NONE"
|
||||
config.window_padding = helpers.get_padding(18, 6)
|
||||
config.window_background_opacity = 0.92
|
||||
-- config.enable_wayland = false;
|
||||
config.window_background_opacity = 1
|
||||
config.enable_wayland = false;
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ layout {
|
|||
|
||||
// Wallpaper Setup
|
||||
spawn-at-startup "swaync"
|
||||
spawn-at-startup "ironbar"
|
||||
// spawn-at-startup "ironbar"
|
||||
spawn-at-startup "swww-daemon" // Wallpaper
|
||||
spawn-sh-at-startup "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/safe/dark"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue