diff options
author | listout <listout@protonmail.com> | 2022-08-06 16:42:14 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:34 +0530 |
commit | 2dd705447fb6e24530a29502b3a2bf0bedd38df0 (patch) | |
tree | 609f926b3c9982a8b906f75dd444eb3b9616d27e /.config | |
parent | 68741c71af6ba0af2afa8884119cd4c5d3ec17f7 (diff) |
polybar: use circle as worksapce icons
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 9c84d8c..747e457 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -74,10 +74,10 @@ override-redirect = false ; FONTS ; ;-------; -font-0 = "Cartograph CF:size=12;2" -font-1 = "Font Awesome 6 Free:size=12;3" -font-2 = "Font Awesome 6 Free Solid:size=12;3" -font-3 = "Font Awesome 6 Brands:size=12;3" +font-0 = "TamzenForPowerline:size=12;2" +font-1 = "Font Awesome 6 Free:size=11;3" +font-2 = "Font Awesome 6 Free Solid:size=11;3" +font-3 = "Font Awesome 6 Brands:size=11;3" ;---------; ; MODULES ; @@ -95,7 +95,7 @@ modules-center = bspwm width = 100% height = 20 -offset-y = 0 +offset-y = 3 offset-x = 0 border-size = 0 @@ -116,9 +116,9 @@ override-redirect = false ;-------; font-0 = "Dina:pixelsize=11;1" -font-1 = "Font Awesome 6 Free:size=12:3" -font-2 = "Font Awesome 6 Free Solid:size=12:3" -font-3 = "Font Awesome 6 Brands:size=12:3" +font-1 = "Font Awesome 6 Free:size=10:1" +font-2 = "Font Awesome 6 Free Solid:size=10:1" +font-3 = "Font Awesome 6 Brands:size=10:1" ;---------; ; MODULES ; @@ -224,7 +224,7 @@ label-padding = 2 type=internal/pulseaudio format=<label-volume> label-volume= %percentage%% -label-muted= +label-muted= click-right=pavucontrol label-volume-foreground = ${colors.foreground} @@ -236,17 +236,19 @@ label-muted-background = ${colors.background-dark} label-muted-padding = 2 [module/bspwm] + +ws-icon-0 = type=internal/bspwm pin-workspaces = true format=<label-state> <label-mode> -label-focused=%name% -label-focused-padding=2 -label-occupied=%name% -label-occupied-padding=2 -label-empty=%name% -label-empty-padding=2 +label-focused = +label-focused-padding = 2 +label-occupied = +label-occupied-padding = 2 +label-empty = +label-empty-padding = 2 label-focused-foreground = ${colors.nord4} label-focused-background = ${colors.background-dark} |