diff --git a/polybar-themes/sblocks/config-4k.ini b/polybar-themes/sblocks/config-4k.ini index 9828bbd..a88f877 100644 --- a/polybar-themes/sblocks/config-4k.ini +++ b/polybar-themes/sblocks/config-4k.ini @@ -61,7 +61,7 @@ fixed-center = true ; Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%), ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels -width = 95% +width = 96% ; height = 34 height = 65 @@ -69,7 +69,7 @@ height = 65 ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in an offset in the x or y direction ; of 50% minus 10 pixels -offset-x = 2.5% +offset-x = 2% offset-y = 0% ; Background ARGB color (e.g. #f00, #ff992a, #ddff1023) diff --git a/polybar-themes/sblocks/modules.ini b/polybar-themes/sblocks/modules.ini index b34d0f5..0dc4100 100644 --- a/polybar-themes/sblocks/modules.ini +++ b/polybar-themes/sblocks/modules.ini @@ -1368,7 +1368,7 @@ type = internal/xworkspaces ; on different bars ; ; Default: false -pin-workspaces = true +pin-workspaces = false ; Create click handler used to focus desktop ; Default: true @@ -1405,14 +1405,15 @@ format-underline = ${color.background} ; Available tokens: ; %name% ; Default: %name% -label-monitor = %name% +; label-monitor = %name% ; Available tokens: ; %name% ; %icon% ; %index% ; Default: %icon% %name% -label-active = %name% +; label-active = %name% +label-active = %icon% label-active-foreground = ${color.foreground} label-active-background = ${color.primary} @@ -1422,7 +1423,8 @@ label-active-background = ${color.primary} ; %icon% ; %index% ; Default: %icon% %name% -label-occupied = %name% +; label-occupied = %name% +label-occupied = %icon% label-occupied-foreground = ${color.foreground} label-occupied-background = ${color.black} @@ -1431,7 +1433,8 @@ label-occupied-background = ${color.black} ; %icon% ; %index% ; Default: %icon% %name% -label-urgent = %name% +; label-urgent = %name% +label-urgent = %icon% label-urgent-foreground = ${color.red} label-urgent-background = ${color.red} @@ -1440,7 +1443,8 @@ label-urgent-background = ${color.red} ; %icon% ; %index% ; Default: %icon% %name% -label-empty = %name% +; label-empty = %name% +label-empty = %icon% label-empty-foreground = ${color.foreground} label-empty-background = ${color.background-alt}