mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 22:45:29 +00:00
11 lines
300 B
Fish
11 lines
300 B
Fish
|
# 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
|