Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -16,7 +16,7 @@ background = #1F1F1F
|
||||
foreground = #FFFFFF
|
||||
foreground-alt = #8F8F8F
|
||||
module-fg = #FFFFFF
|
||||
primary = #e53935
|
||||
primary = #d81b60
|
||||
secondary = #E53935
|
||||
alternate = #7cb342
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ include-file = ~/.config/polybar/docky/user_modules.ini
|
||||
; 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 =
|
||||
@@ -60,8 +60,8 @@ 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 = 98%
|
||||
height = 40
|
||||
width = 100%
|
||||
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:
|
||||
@@ -106,7 +106,7 @@ line-color = ${color.primary}
|
||||
; 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-bottom-size = 2
|
||||
border-bottom-size = 1
|
||||
border-bottom-color = ${color.primary}
|
||||
|
||||
; Number of spaces to add at the beginning/end of the bar
|
||||
@@ -130,8 +130,8 @@ module-margin-right = 2
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Iosevka Nerd Font:size=10;3"
|
||||
font-1 = "feather:size=12;3"
|
||||
font-0 = "Iosevka Nerd Font:size=9;3"
|
||||
font-1 = "feather:size=11;3"
|
||||
|
||||
; Modules are added to one of the available blocks
|
||||
; modules-left = cpu ram
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* {
|
||||
al: #00000000;
|
||||
bg: #1F1F1FFF;
|
||||
bga: #e5393533;
|
||||
bga: #d81b6033;
|
||||
bar: #FFFFFFFF;
|
||||
fg: #FFFFFFFF;
|
||||
ac: #e53935FF;
|
||||
ac: #d81b60FF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user