Added hyprland monitor setup app profiles
This commit is contained in:
parent
9eec061213
commit
53a43e4683
10 changed files with 291 additions and 11 deletions
13
.config/fish/functions/awww_set_wallpaper.fish
Executable file
13
.config/fish/functions/awww_set_wallpaper.fish
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
function awww_set_wallpaper
|
||||
set wallpaper $argv[1]
|
||||
|
||||
# Start swww daemon if not running
|
||||
if not pgrep awww-daemon > /dev/null
|
||||
awww-daemon &
|
||||
sleep 1
|
||||
end
|
||||
|
||||
# Set wallpaper with animation
|
||||
awww img "$wallpaper" \
|
||||
--transition-type wipe
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue