From 89bba361f079fd0b39d28088c12d78b3f9f27a49 Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 13 Jul 2020 14:13:24 -0400 Subject: [PATCH] Fish: awall sleep 5 before panel --- .config/fish/functions/awall.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/awall.fish b/.config/fish/functions/awall.fish index 15ff735..a133031 100644 --- a/.config/fish/functions/awall.fish +++ b/.config/fish/functions/awall.fish @@ -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