feat: Add new wallpaper script to disable auto changes
This commit is contained in:
4
.config/hypr/scripts/wallpaper.sh
Executable file
4
.config/hypr/scripts/wallpaper.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
systemctl --user stop wallpaper.timer # Disable wallpaper changes
|
||||
pgrep -x WallRizz && pkill -x WallRizz || kitty -o allow_remote_control=yes --class float-80 WallRizz -z list -n -d ~/.config/backgrounds
|
||||
Reference in New Issue
Block a user