mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Fish: make wall0 functions resize to 1920x1080
This commit is contained in:
parent
16a0e87813
commit
55b8f6a98b
|
|
@ -1,5 +1,4 @@
|
||||||
# Defined in /tmp/fish.T58iWy/wallb.fish @ line 1
|
# Defined in /tmp/fish.JSfXfr/wallb.fish @ line 2
|
||||||
function wallb
|
function wallb
|
||||||
rm ~/.config/wall0
|
wallo $argv -blur 0x8
|
||||||
convert $argv -blur 0x8 ~/.config/wall0
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
# Defined in /tmp/fish.4xdCgs/wallo.fish @ line 2
|
# Defined in /tmp/fish.IgbeJ9/wallo.fish @ line 2
|
||||||
function wallo
|
function wallo
|
||||||
rm ~/.config/wall0
|
convert $argv -resize 1920x1080 ~/.config/wall0
|
||||||
cp $argv ~/.config/wall0
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue