From b99087d3bad3a76b4f8aba35eec1d26a0fd53fca Mon Sep 17 00:00:00 2001 From: MikeG Date: Wed, 4 Sep 2024 19:39:26 -0400 Subject: [PATCH] tweaked foot.ini and waybar css --- .config/foot/foot.ini | 2 +- .config/waybar/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 592d06d..753e098 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,6 +1,6 @@ # -*- conf -*- -shell=/usr/bin/fish +shell=/sbin/fish # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) term=xterm-256color diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 48b5025..6d6f034 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -23,6 +23,7 @@ shade, mix, and alpha modifiers are available window#waybar { background-color: @primary_bg_color; color: @primary_fg_color; + border-bottom: 1px solid @primary_fg_color; } #window {