Make the background file configurable
This commit is contained in:
parent
f29b421e44
commit
d029cb2211
2 changed files with 4 additions and 1 deletions
3
.config/environment.d/wallpaper.conf
Normal file
3
.config/environment.d/wallpaper.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# keep-sorted start
|
||||
SWAY_WALLPAPER="${HOME}/Documents/wallpapers/solar-system.jpg"
|
||||
# keep-sorted end
|
||||
|
|
@ -303,4 +303,4 @@ include /etc/sway/config.d/*
|
|||
exec systemctl --user import-environment XDG_CURRENT_DESKTOP
|
||||
exec dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
output * bg ~/Documents/wallpapers/solar-system.jpg fill
|
||||
output * bg ${SWAY_WALLPAPER} fill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue