diff --git a/fish/dot-config/fish/config.fish b/fish/dot-config/fish/config.fish index aaefb7e..e2674d3 100644 --- a/fish/dot-config/fish/config.fish +++ b/fish/dot-config/fish/config.fish @@ -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)