diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-04-25 00:04:48 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-04-25 00:04:48 -0400 |
| commit | 18251f226832b5e18834fce7f39650d030fa6a8b (patch) | |
| tree | 0dfee4e16382cbab3b72c54f631210e2cab9c0b5 /polybar/.config | |
| parent | 559cc182a5c359679b9b8bb56c12cb946e090d29 (diff) | |
| download | dotfiles-18251f226832b5e18834fce7f39650d030fa6a8b.tar.gz | |
Diffstat (limited to 'polybar/.config')
| -rw-r--r-- | polybar/.config/polybar/config.ini | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index b6d3693..1fd8ca8 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -74,7 +74,7 @@ type = internal/xworkspaces label-active = label-active-padding = 1 -label-active-foreground = ${colors.disabled} +label-active-foreground = ${colors.foreground} label-active-font = 1 label-occupied = @@ -208,15 +208,15 @@ label-foreground = ${colors.primary} [module/void] type = custom/text -content = -content-foreground = ${colors.green} -content-margin = 0 +label = +label-foreground = ${colors.green} +label-margin = 0 [module/space] type = custom/text -content = " " +label = " " [module/separator] type = custom/text -content = "|" -content-foreground = ${colors.disabled} +label = "|" +label-foreground = ${colors.foreground} |
