waybar config, organized everything to folders

This commit is contained in:
2025-08-20 16:33:32 +02:00
parent c8b9a7848b
commit b69dd5ae84
7 changed files with 311 additions and 8 deletions

8
hypr/set_wallpaper.sh Executable file
View 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"