Remove unneccessary image magick commands

This commit is contained in:
2026-07-02 09:16:38 +01:00
parent 243e2fbe1d
commit 1cf9676380
-10
View File
@@ -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)