Remove unneccessary image magick commands
This commit is contained in:
@@ -41,17 +41,7 @@ function y
|
||||
end
|
||||
end
|
||||
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
|
||||
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
|
||||
function editor
|
||||
set pos (cat ~/dotfiles/.pos)
|
||||
|
||||
Reference in New Issue
Block a user