forked from extern/nix-config
hyprland(swww): Use default background if none given
This makes it possible to have a default background in virtual machines without worrying about overriding a background set by the user.
This commit is contained in:
parent
adf69e0d7c
commit
74a7489230
@ -31,7 +31,7 @@ in
|
||||
env=SWWW_TRANSITION_WAVE,80,40
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
exec-once = swww init
|
||||
exec-once = swww init && swww query | rg color && swww img ${../assets/wallpaper.png}
|
||||
exec-once = wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%
|
||||
exec-once = sleep 0.5 && ironbar
|
||||
exec-once = fcitx5
|
||||
|
Loading…
Reference in New Issue
Block a user