Remove unneccessary image magick commands
This commit is contained in:
@@ -41,17 +41,7 @@ function y
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
function g
|
function g
|
||||||
if not set -q NVIM
|
|
||||||
magick -size 2304x1296 xc:#0f0f1f /tmp/bg-kitty.png
|
|
||||||
kitty @ --to=$KITTY_LISTEN_ON set-background-image /tmp/bg-kitty.png
|
|
||||||
kitty @ --to=$KITTY_LISTEN_ON set-spacing padding=30 margin=0
|
|
||||||
end
|
|
||||||
gitui
|
gitui
|
||||||
if not set -q NVIM
|
|
||||||
magick -size 2304x1296 xc:#080014 /tmp/bg-kitty.png
|
|
||||||
kitty @ --to=$KITTY_LISTEN_ON set-background-image /tmp/bg-kitty.png
|
|
||||||
kitty @ --to=$KITTY_LISTEN_ON set-spacing padding=8 margin=0
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
function editor
|
function editor
|
||||||
set pos (cat ~/dotfiles/.pos)
|
set pos (cat ~/dotfiles/.pos)
|
||||||
|
|||||||
Reference in New Issue
Block a user