Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -17,13 +17,13 @@ foreground = #FFFFFF
|
||||
foreground-alt = #FFFFFF
|
||||
|
||||
;; shades
|
||||
shade1 = #0D47A1
|
||||
shade2 = #1565C0
|
||||
shade3 = #1976D2
|
||||
shade4 = #1E88E5
|
||||
shade5 = #2196F3
|
||||
shade6 = #42A5F5
|
||||
shade7 = #64B5F6
|
||||
shade8 = #90CAF9
|
||||
shade1 = #880E4F
|
||||
shade2 = #AD1457
|
||||
shade3 = #C2185B
|
||||
shade4 = #D81B60
|
||||
shade5 = #E91E63
|
||||
shade6 = #EC407A
|
||||
shade7 = #F06292
|
||||
shade8 = #F48FB1
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
@@ -38,7 +38,7 @@ include-file = ~/.config/polybar/shapes/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 =
|
||||
@@ -62,7 +62,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 = 32
|
||||
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:
|
||||
@@ -132,7 +132,7 @@ module-margin-right = 0
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Iosevka Nerd Font:pixelsize=10;3"
|
||||
font-1 = "Iosevka Nerd Font:style=Medium:size=22;5"
|
||||
font-1 = "Iosevka Nerd Font:style=Medium:size=18;5"
|
||||
|
||||
; Modules are added to one of the available blocks
|
||||
; modules-left = cpu ram
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* {
|
||||
al: #00000000;
|
||||
bg: #1F1F1FFF;
|
||||
bg1: #1565C0FF;
|
||||
bg2: #1976D2FF;
|
||||
bg3: #1E88E5FF;
|
||||
bg1: #AD1457FF;
|
||||
bg2: #C2185BFF;
|
||||
bg3: #D81B60FF;
|
||||
fg: #FFFFFFFF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user