Fish: Function to set blurred wallpaper to wall0

This commit is contained in:
Phantop 2019-01-03 18:56:55 -05:00
parent fc1bd27f35
commit ea1d7589b8
1 changed files with 5 additions and 0 deletions

View File

@ -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