tweaked foot.ini and waybar css

This commit is contained in:
Mike G 2024-09-04 19:39:26 -04:00
parent c69fdcc13e
commit b99087d3ba
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# -*- conf -*- # -*- conf -*-
shell=/usr/bin/fish shell=/sbin/fish
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
# term=foot (or xterm-256color if built with -Dterminfo=disabled) # term=foot (or xterm-256color if built with -Dterminfo=disabled)
term=xterm-256color term=xterm-256color

View file

@ -23,6 +23,7 @@ shade, mix, and alpha modifiers are available
window#waybar { window#waybar {
background-color: @primary_bg_color; background-color: @primary_bg_color;
color: @primary_fg_color; color: @primary_fg_color;
border-bottom: 1px solid @primary_fg_color;
} }
#window { #window {