mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 07:46:51 +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
|
function awall
|
||||||
if test $argv
|
if test $argv
|
||||||
rm ~/Videos/.wallp
|
rm ~/Videos/.wallp
|
||||||
|
|
@ -6,6 +6,7 @@ function awall
|
||||||
end
|
end
|
||||||
kill (pgrep -f "mpv.*wallpaper")
|
kill (pgrep -f "mpv.*wallpaper")
|
||||||
mpv --profile=wallpaper ~/Videos/.wallp & disown
|
mpv --profile=wallpaper ~/Videos/.wallp & disown
|
||||||
|
sleep 5
|
||||||
budgie-panel --replace & disown
|
budgie-panel --replace & disown
|
||||||
if test $argv
|
if test $argv
|
||||||
ffmpeg -i ~/Videos/Walls/$argv* -vframes 1 -y ~/Videos/Walls/wall.png
|
ffmpeg -i ~/Videos/Walls/$argv* -vframes 1 -y ~/Videos/Walls/wall.png
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue