1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-05 22:45:29 +00:00
dotfiles/.config/fish/functions/awall.fish

11 lines
300 B
Fish
Raw Normal View History

# Defined in /tmp/fish.2QDpqS/awall.fish @ line 2
function awall
if test $argv
rm ~/Videos/.wallp
ln -s ~/Videos/Walls/$argv* ~/Videos/.wallp
end
kill (pgrep -f "mpv.*wallpaper")
mpv --profile=wallpaper ~/Videos/.wallp & disown
budgie-panel --replace & disown
end