From e1acbc8ef3f8aa00d5cf7722d345d2e052efb9cf Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 20 Jan 2019 14:14:18 -0500 Subject: [PATCH] Fish: Make wallo remove previous wall0 --- .config/fish/functions/wallo.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/wallo.fish b/.config/fish/functions/wallo.fish index 627166f..96d6586 100755 --- a/.config/fish/functions/wallo.fish +++ b/.config/fish/functions/wallo.fish @@ -1,4 +1,5 @@ -# Defined in /tmp/fish.Z2h5NN/wallo.fish @ line 2 +# Defined in /tmp/fish.LxG0t1/wallo.fish @ line 2 function wallo + rm ~/.config/wall0 convert $argv -resize (xrandr | grep '*'| grep -o [0-9]\*x[0-9]\*) ~/.config/wall0 end