yes
This commit is contained in:
13
scripts/load-wallpaper.sh
Normal file → Executable file
13
scripts/load-wallpaper.sh
Normal file → Executable file
@@ -6,5 +6,14 @@ rm -r ~/.cache/wal
|
||||
|
||||
# wal -stn -a 90 -i $HOME/wallpaper/$WALLPAPER
|
||||
|
||||
swww img $WALLPAPER --transition-fps 120 --transition-duration 2 -t wipe &
|
||||
bash ~/dotfiles/scripts/hot-reload.sh
|
||||
if [[ "$(hostname)" == "gentoo" ]]; then
|
||||
hyprctl hyprpaper unload all
|
||||
hyprctl hyprpaper preload $WALLPAPER
|
||||
hyprctl hyprpaper wallpaper ,$WALLPAPER
|
||||
fi
|
||||
|
||||
if [[ "$(hostname)" != "gentoo" ]]; then
|
||||
swww img $WALLPAPER --transition-fps 120 --transition-duration 2 -t wipe &
|
||||
fi
|
||||
|
||||
# bash ~/config/scripts/hot-reload.sh
|
||||
|
||||
Reference in New Issue
Block a user