update | fix wallpaper | remove adb | disable tas
nixos config pipeline / show-flake (push) Successful in 30s
nixos config pipeline / deploy (push) Has been cancelled

This commit is contained in:
smayzy
2026-01-17 11:34:13 +01:00
parent 526618f959
commit 0210a58bf5
6 changed files with 63 additions and 36 deletions
+8 -3
View File
@@ -9,9 +9,14 @@ TRIGGER_PIPE="/tmp/wallpaper-trigger"
set_wallpaper() {
local Wallpaper=$(find -L "$Wallpaper_DIR" -type f| shuf -n 1)
> /home/smayzy/.config/hypr/hyprpaper.conf
echo "preload = $Wallpaper" >> /home/smayzy/.config/hypr/hyprpaper.conf
echo "wallpaper = $MONITOR,$Wallpaper" >> /home/smayzy/.config/hypr/hyprpaper.conf
cat > "/home/smayzy/.config/hypr/hyprpaper.conf" <<EOF
wallpaper {
monitor = $MONITOR
path = $Wallpaper
fit_mode = cover
}
splash = false
EOF
pkill hyprpaper 2>/dev/null
hyprpaper &