fix awww binary names and wallpaper path

This commit is contained in:
2026-06-13 11:27:04 +02:00
parent eaa8c9448c
commit 7376264002
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ exec "foot --server"
exec lxqt-policykit-agent
exec mako
exec swww-daemon
exec awww-daemon
exec sh -c 'sleep 1 && ~/.local/bin/wallpaper.sh'
input type:keyboard {
+2 -2
View File
@@ -1,3 +1,3 @@
#!/bin/sh
WALLPAPER=$(find "$HOME/.config/sway/wallpapers" -maxdepth 1 -type f \( -name "*.png" -o -name "*.jpg" -o -name "*.jpeg" \) | shuf -n 1)
swww img "$WALLPAPER" --transition-type random --transition-duration 2 --transition-fps 60
WALLPAPER=$(find "$HOME/nixos-dotfiles/config/sway/wallpapers" -maxdepth 1 -type f \( -name "*.png" -o -name "*.jpg" -o -name "*.jpeg" \) | shuf -n 1)
awww img "$WALLPAPER" --transition-type random --transition-duration 2 --transition-fps 60