meta: Replicate sway workspace functionality in bspwm

I like how sway handles workspaces. This change makes it so bspwm uses
numbers as the workspaces and polybar only shows workspaces that are
being used in the bar.
This commit is contained in:
Donovan Glover 2021-11-14 11:20:06 -05:00
parent 2d46188b02
commit ce3fde5b1a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export XDG_DATA_DIRS="/usr/share:/usr/share:/usr/local/share"
sxhkd &
bspc monitor -d    
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
bspc config split_ratio 0.50

View File

@ -60,6 +60,9 @@ label-empty-padding = 1
label-focused-foreground = ${color.text}
label-urgent-foreground = ${color.yellow}
# Replicate workspace functionality of sway
label-empty =
[module/cpu]
type = internal/cpu
label =  %percentage%%