Compare commits

...

2 Commits

Author SHA1 Message Date
4dea7b99af Darken the update indicator -- it doesn't need that much attention 2024-10-21 12:42:13 -05:00
53617395a9 Set kitty to act like a default xterm-256color
Because so many of my hosts have no clue what the fuck an xterm-kitty is
2024-10-21 12:41:48 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ update_check_interval 0
#: <https://sw.kovidgoyal.net/kitty/shell-integration/> for details.
# term xterm-kitty
term xterm-256color
#: The value of the TERM environment variable to set. Changing this
#: can break many terminal programs, only change it if you know what

View File

@ -205,6 +205,6 @@ window#waybar.fullscreen #window {
padding: 0 1em;
}
#custom-flatpak {
color: rgba(235, 219, 178, 0.8);
color: rgba(235, 219, 178, 0.2);
padding: 0 1em;
}