Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -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 = 34
|
||||
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:
|
||||
@@ -122,9 +122,9 @@ module-margin-right = 2
|
||||
|
||||
font-0 = "Noto Sans:size=10;2"
|
||||
font-1 = "icomoon\-feather:size=13;5"
|
||||
font-2 = "Iosevka Nerd Font:size=20;5"
|
||||
font-2 = "Iosevka Nerd Font:size=18;5"
|
||||
font-3 = "Iosevka Nerd Font:size=12;4"
|
||||
font-4 = "Noto Sans:size=16;4"
|
||||
font-4 = "Noto Sans:size=12;4"
|
||||
font-5 = "Noto Sans:size=8;3"
|
||||
|
||||
; Modules are added to one of the available blocks
|
||||
|
||||
Reference in New Issue
Block a user