dotfiles/.local/bin/refresh_wallpaper

11 lines
234 B
Plaintext
Raw Normal View History

2021-02-20 17:14:05 +00:00
#!/bin/sh
pkill -9 feh
2021-06-22 17:21:15 +00:00
feh --no-fehbg --bg-fill ~/pix/wallpapers/wallpaper
2021-02-20 17:14:05 +00:00
rm -r ~/.cache/wal/
2021-07-15 08:57:42 +00:00
wal -n -i ~/pix/wallpapers/wallpaper
2021-02-20 17:14:05 +00:00
xrdb ~/.cache/wal/colors.Xresources
cp ~/.cache/wal/dunstrc ~/.config/dunst/dunstrc
pkill -9 dunst