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:
parent
fc1bd27f35
commit
ea1d7589b8
5
.config/fish/functions/wallb.fish
Normal file
5
.config/fish/functions/wallb.fish
Normal 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
|
||||
Loading…
Reference in a new issue