1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-27 06:35:43 +00:00

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

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