gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
3.03k stars 228 forks source link

How can i hide empty workspaces?? #335

Closed MeOwlei closed 1 month ago

MeOwlei commented 1 month ago

Shot-2024-10-17-013154 it looks like so much is going on . i just want hide them unless something is on them

gh0stzk commented 1 month ago

Yes, is cristina rice so, open ~/.config/bspwm/rices/cristina/modules.ini sear for bspwm module and search for this code:

label-empty = %icon%
label-empty-foreground = ${color.fg}
label-empty-padding = 1

replace with this:

label-empty = 
label-empty-foreground = ${color.fg}
label-empty-padding = 
MeOwlei commented 1 month ago

Thank you can also tell how can i change ♟ to workspace number?

gh0stzk commented 1 month ago

Yes in that module too, you have this code:

ws-icon-0 = 1;
ws-icon-1 = 2;
ws-icon-2 = 3;
ws-icon-3 = 4;
ws-icon-4 = 5;
ws-icon-5 = 6;
ws-icon-default = "♟ "

Add the number of workspaces you have:

ws-icon-0 = 1;
ws-icon-1 = 2;
ws-icon-2 = 3;
ws-icon-3 = 4;
ws-icon-4 = 5;
ws-icon-5 = 6;
ws-icon-6 = 7;icon you want
ws-icon-7 = 8;icon 
ws-icon-8 = 9;icon
ws-icon-default = "♟ "

that icons are font awesome font, you can get it from https://fontawesome.com/