mirror of
https://github.com/Phantop/dotfiles
synced 2025-07-03 15:56:16 +00:00
Fish: awall sleep 5 before panel
This commit is contained in:
parent
b917fae266
commit
89bba361f0
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.d5qSF9/awall.fish @ line 2
|
||||
# Defined in /tmp/fish.JkZKD9/awall.fish @ line 2
|
||||
function awall
|
||||
if test $argv
|
||||
rm ~/Videos/.wallp
|
||||
|
@ -6,6 +6,7 @@ function awall
|
|||
end
|
||||
kill (pgrep -f "mpv.*wallpaper")
|
||||
mpv --profile=wallpaper ~/Videos/.wallp & disown
|
||||
sleep 5
|
||||
budgie-panel --replace & disown
|
||||
if test $argv
|
||||
ffmpeg -i ~/Videos/Walls/$argv* -vframes 1 -y ~/Videos/Walls/wall.png
|
||||
|
|
Loading…
Reference in a new issue