Add multi-monitor support to all themes and made small tweaks to sizing and fonts

This commit is contained in:
2024-12-07 09:45:50 -07:00
parent 1c486f3103
commit 47f67432aa
102 changed files with 689 additions and 5228 deletions

View File

@@ -27,7 +27,7 @@ margin-top = 0
; If unspecified, the application will pick the first one it finds.
; $ polybar -m | cut -d ':' -f 1
; $ xrandr -q | grep " connected" | cut -d ' ' -f1
monitor =
monitor = ${env:MONITOR:}
; Use the specified monitor as a fallback if the main one is not found.
monitor-fallback =
@@ -51,7 +51,7 @@ fixed-center = true
; 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 = 100%
height = 36
height = 28
; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
; the percentage can optionally be extended with a pixel offset like so:
@@ -96,7 +96,7 @@ radius-bottom = 0.0
; the border is placed withing this area. So you effectively only have the
; following horizontal space on the bar:
; width - border-right-size - border-left-size
border-size = 8
border-size = 1
border-color = ${color.bg}
; Number of spaces to add at the beginning/end of the bar
@@ -122,7 +122,7 @@ module-margin-right = 0
font-0 = "Noto Sans:size=9;3"
font-1 = "Material:size=12;3"
font-2 = "Iosevka Nerd Font:size=20;5"
font-2 = "Iosevka Nerd Font:size=12;5"
; Modules are added to one of the available blocks
; modules-left = cpu ram
@@ -362,7 +362,7 @@ type = internal/alsa
; <ramp-volume>
; <bar-volume>
format-volume = <ramp-volume>
format-volume-background = ${color.mf}
#format-volume-background = ${color.mf}
format-volume-padding = 2
; Available tags:
@@ -370,7 +370,7 @@ format-volume-padding = 2
; <ramp-volume>
; <bar-volume>
format-muted = <label-muted>
format-muted-background = ${color.mf}
#format-muted-background = ${color.mf}
format-muted-padding = 2
; Available tokens:
@@ -407,7 +407,7 @@ time-format = %H:%M
; <ramp-capacity>
; <animation-charging>
format-charging = <animation-charging>
format-charging-background = ${color.mf}
#format-charging-background = ${color.mf}
format-charging-padding = 2
; Available tags:
@@ -416,7 +416,7 @@ format-charging-padding = 2
; <ramp-capacity>
; <animation-discharging>
format-discharging = <ramp-capacity> <label-discharging>
format-discharging-background = ${color.mf}
#format-discharging-background = ${color.mf}
format-discharging-padding = 2
; Available tags:
@@ -424,7 +424,7 @@ format-discharging-padding = 2
; <bar-capacity>
; <ramp-capacity>
format-full = <label-full>
format-full-background = ${color.mf}
#format-full-background = ${color.mf}
format-full-padding = 2
; Available tokens:
@@ -465,7 +465,7 @@ time = %I:%M
;time-alt = %B %d, %Y
format = <label>
format-background = ${color.mf}
#format-background = ${color.mf}
format-padding = 3
label = %time%
@@ -487,13 +487,13 @@ unknown-as-up = true
; <label-connected> (default)
; <ramp-signal>
format-connected = <label-connected>
format-connected-background = ${color.mf}
#format-connected-background = ${color.mf}
format-connected-padding = 2
; Available tags:
; <label-disconnected> (default)
format-disconnected = <label-disconnected>
format-disconnected-background = ${color.mf}
#format-disconnected-background = ${color.mf}
format-disconnected-padding = 2
; Available tags:
@@ -545,7 +545,7 @@ ramp-signal-4 = 
type = custom/text
content =
content-background = ${color.mf}
#content-background = ${color.mf}
content-foreground = ${color.fg}
content-padding = 3
@@ -558,7 +558,7 @@ click-right = ~/.config/polybar/panels/scripts/launcher.sh --liri
type = custom/text
content =
content-background = ${color.mf}
#content-background = ${color.mf}
content-foreground = ${color.fg}
content-padding = 3
@@ -571,7 +571,7 @@ click-right = ~/.config/polybar/panels/scripts/powermenu.sh --liri
type = custom/text
content =
content-background = ${color.mf}
#content-background = ${color.mf}
content-foreground = ${color.fg}
content-padding = 2