1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-04 04:09:26 +00:00

[kitty/polybar] Remove tilix leftovers

This commit is contained in:
2023-09-30 17:35:44 +02:00
parent 8fcb4267cc
commit 221a87cad1
6 changed files with 21 additions and 14 deletions

View File

@ -2,7 +2,7 @@
[ -f ~/.config/polybar/bar.env ] && . ~/.config/polybar/bar.env
export TERMINAL_CMD=${TERMINAL_CMD:-"tilix --profile orange --new-process -e"}
export TERMINAL_CMD=${TERMINAL_CMD:-"kitty --class=info --override='foreground=#c69026' "}
export WM_CONTROL=${WM_CONTROL:-"~/.config/polybar/scripts/switch_window_state"}
export ROFI_THEME=${ROFI_THEME:-orange}