diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index 82f8e18d..84c0e757 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -36,6 +36,12 @@ step_configure() { elif pgrep -U "$UID" i3 > /dev/null 2>&1; then export PB_WM_RESTACK="i3" fi + # Light theme + if [ "$THEME" == "light" ]; then + export PB_COLOR_BG="#eff0f1" + export PB_COLOR_FG="#232629" + export PB_COLOR_BORDER="#bdc3c7" + fi } step_spawn_primary() { # Spawn bars on the primary monitor