diff options
Diffstat (limited to '.config/polybar')
| -rw-r--r-- | .config/polybar/config.ini | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 1ccb560..7c028ca 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -58,7 +58,7 @@ foreground = ${colors.foreground} border-size = 3px border-color = ${colors.background} -modules-left = emwh +modules-left = bspwm modules-center = date modules-right = xkeyboard pulseaudio @@ -105,8 +105,8 @@ type = internal/tray format-margin = 8pt tray-spacing = 16pt -[module/emwh] -type = internal/xworkspaces +[module/bspwm] +type = internal/bspwm ; Only show workspaces defined on the same output as the bar ; @@ -120,10 +120,10 @@ pin-workspaces = true ; Default: true enable-scroll = false -label-active = %name% -label-active-background = ${colors.primary} -label-active-padding = 1 -label-active-margin =2px +label-focused = %name% +label-focused-background = ${colors.primary} +label-focused-padding = 1 +label-focused-margin =2px label-occupied = %name% label-occupied-background = ${colors.occupied} |
