mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-05 10:01:37 +01:00
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:
parent
2d46188b02
commit
ce3fde5b1a
@ -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
|
||||
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user