From ea1d7589b8e1d411259061b463131697707d3dd1 Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 3 Jan 2019 18:56:55 -0500 Subject: [PATCH] Fish: Function to set blurred wallpaper to wall0 --- .config/fish/functions/wallb.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/fish/functions/wallb.fish diff --git a/.config/fish/functions/wallb.fish b/.config/fish/functions/wallb.fish new file mode 100644 index 0000000..72bbbb9 --- /dev/null +++ b/.config/fish/functions/wallb.fish @@ -0,0 +1,5 @@ +# Defined in /tmp/fish.T58iWy/wallb.fish @ line 1 +function wallb + rm ~/.config/wall0 + convert $argv -blur 0x8 ~/.config/wall0 +end