Added hyprland monitor setup app profiles

This commit is contained in:
ManOfGoldForever 2026-04-01 00:32:26 -04:00
parent 9eec061213
commit 53a43e4683
10 changed files with 291 additions and 11 deletions

View file

@ -1,13 +1,13 @@
function swww_set_wallpaper
function awww_set_wallpaper
set wallpaper $argv[1]
# Start swww daemon if not running
if not pgrep swww-daemon > /dev/null
swww-daemon &
if not pgrep awww-daemon > /dev/null
awww-daemon &
sleep 1
end
# Set wallpaper with animation
swww img "$wallpaper" \
awww img "$wallpaper" \
--transition-type wipe
end