Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
;; Use pywal.sh in scripts directory to use colors from an image/wallpaper.
|
||||
|
||||
;; main colors
|
||||
background = #2f343f
|
||||
background-alt = #C4C7C5
|
||||
foreground = #1C1E20
|
||||
foreground-alt = #C4C7C5
|
||||
primary = #B4BC67
|
||||
background = #243035
|
||||
background-alt = #38444A
|
||||
foreground = #FFFFFF
|
||||
foreground-alt = #FDF6E3
|
||||
primary = #4DD0E1
|
||||
|
||||
white = #FFFFFF
|
||||
black = #000000
|
||||
|
||||
@@ -37,7 +37,7 @@ include-file = ~/.config/polybar/blocks/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 =
|
||||
@@ -61,7 +61,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:
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
* {
|
||||
al: #00000000;
|
||||
bg: #2f343fFF;
|
||||
bga: #C4C7C5FF;
|
||||
fga: #C4C7C5FF;
|
||||
fg: #1C1E20FF;
|
||||
ac: #00C7DFFF;
|
||||
se: #00C7DF40;
|
||||
bg: #243035FF;
|
||||
bga: #38444AFF;
|
||||
fga: #FDF6E3FF;
|
||||
fg: #FFFFFFFF;
|
||||
ac: #4DD0E1FF;
|
||||
se: #4DD0E140;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user