aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-11-05 18:42:19 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-11-05 18:42:19 +0000
commit1d96622d2dad9d048471b647c05a10b3782e6471 (patch)
treec4f67011c6728bb4f1e9e4514a9da3b9d99d81cb /.config/polybar
parent72f5ef7cc3576f7ba5002b522a2e3687b5d5b3b5 (diff)
Swapped xworkspaces for the bspwm module
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config.ini14
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}