diff --git a/fish/.config/omf/init.fish b/fish/.config/omf/init.fish index 19887e0..bb62033 100644 --- a/fish/.config/omf/init.fish +++ b/fish/.config/omf/init.fish @@ -107,5 +107,3 @@ if set -q FZF_COMPLETE bind -M insert \t '__fzf_complete' end end - -cat ~/.cache/wal/sequences diff --git a/wal/.config/wal/templates/colors.fish b/wal/.config/wal/templates/colors.fish index 9f2d48b..4c2c71a 100644 --- a/wal/.config/wal/templates/colors.fish +++ b/wal/.config/wal/templates/colors.fish @@ -1,36 +1,32 @@ # Shell variables # Generated by 'wal' -set wallpaper "{wallpaper}" +set -g wallpaper "{wallpaper}" # Special -set background "{background}" -set foreground "{foreground}" -set cursor '{cursor}' +set -g background "{background}" +set -g foreground "{foreground}" +set -g cursor '{cursor}' # Colors -set color0 "{color0}" -set color1 "{color1}" -set color2 "{color2}" -set color3 "{color3}" -set color4 "{color4}" -set color5 "{color5}" -set color6 "{color6}" -set color7 "{color7}" -set color8 "{color8}" -set color9 "{color9}" -set color10 "{color10}" -set color11 "{color11}" -set color12 "{color12}" -set color13 "{color13}" -set color14 "{color14}" -set color15 "{color15}" +set -g color0 "{color0}" +set -g color1 "{color1}" +set -g color2 "{color2}" +set -g color3 "{color3}" +set -g color4 "{color4}" +set -g color5 "{color5}" +set -g color6 "{color6}" +set -g color7 "{color7}" +set -g color8 "{color8}" +set -g color9 "{color9}" +set -g color10 "{color10}" +set -g color11 "{color11}" +set -g color12 "{color12}" +set -g color13 "{color13}" +set -g color14 "{color14}" +set -g color15 "{color15}" # FZF colors -set FZF_DEFAULT_OPTS " - $FZF_DEFAULT_OPTS - --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 - --color info:7,prompt:2,spinner:1,pointer:232,marker:1 -" +set -g -a FZF_DEFAULT_OPTS "--color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 --color info:7,prompt:2,spinner:1,pointer:232,marker:1" # Fix LS_COLORS being unreadable. -set LS_COLORS "$LS_COLORS:su=30;41:ow=30;42:st=30;44:" +set -g -a LS_COLORS ":su=30;41:ow=30;42:st=30;44:"