1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

scripts: unified and renamed wallpaper script(s)

This commit is contained in:
2024-05-18 05:01:46 +02:00
parent f662768a04
commit 0ef1b10781
8 changed files with 38 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ xrandr --auto
[ -f "$HOME/.config/xorg/xdefaults" ] && xrdb -merge "$HOME/.config/xorg/xdefaults" # global resources
[ -f "$HOME/.config/xorg/xpcspec" ] && xrdb -merge "$HOME/.config/xorg/xpcspec" # local resources
wallpaper
wallpaper desktop
csum=""
new_csum=$(sha1sum $(which dwm))