mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-30 10:33:16 +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
|
||||
rm ~/.config/wall0
|
||||
convert $argv -blur 0x8 ~/.config/wall0
|
||||
wallo $argv -blur 0x8
|
||||
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
|
||||
rm ~/.config/wall0
|
||||
cp $argv ~/.config/wall0
|
||||
convert $argv -resize 1920x1080 ~/.config/wall0
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue