mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added wallpaper to lightDM
This commit is contained in:
parent
e4a5ea3116
commit
e54cec7e64
@ -41,6 +41,8 @@ A repository of my personal configuration files.
|
||||
- [[https://github.com/caffeine-ng/caffeine-ng][caffeine-ng]]
|
||||
- [[https://the.exa.website/][exa]]
|
||||
- [[https://github.com/junegunn/fzf][fzf]]
|
||||
- [[https://imagemagick.org/index.php][ImageMagick]]
|
||||
- [[https://github.com/canonical/lightdm][LightDM]]
|
||||
- [[https://github.com/internalfx/mailcap][mailcap]]
|
||||
- [[https://mpv.io/][mpv]]
|
||||
- [[https://github.com/l3ib/nitrogen/][nitrogen]]
|
||||
|
@ -8,6 +8,8 @@ function generateWallpaper() {
|
||||
if [ "$1" == 0 ]; then
|
||||
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Generating wal color scheme" &
|
||||
~/.local/bin/generatewal
|
||||
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Generating LightDM wallpaper" &
|
||||
doas convert "$2" /usr/share/pixmaps/wallpaper.png
|
||||
fi
|
||||
|
||||
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Wallpaper set" &
|
||||
|
Loading…
Reference in New Issue
Block a user