waybar config, organized everything to folders
This commit is contained in:
8
hypr/set_wallpaper.sh
Executable file
8
hypr/set_wallpaper.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
sleep 0.5
|
||||
|
||||
WALLPAPER_DIR="$HOME/Pictures/Wallpaper/"
|
||||
CURRENT_WALLPAPERS=$(hyprctl hyprpaper listloaded)
|
||||
|
||||
WALLPAPER=$(find "$WALLPAPER_DIR" -type f ! -name "$(basename "$CURRENT_WALLPAPER")" | grep -v .git | shuf -n 1)
|
||||
hyprctl hyprpaper reload ,"$WALLPAPER"
|
||||
Reference in New Issue
Block a user