From 1d96622d2dad9d048471b647c05a10b3782e6471 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 5 Nov 2025 18:42:19 +0000 Subject: Swapped xworkspaces for the bspwm module --- .config/polybar/config.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config/polybar/config.ini') 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} -- cgit v1.2.3