Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -18,13 +18,13 @@ foreground-alt = #FFFFFF
|
||||
alpha = #00000000
|
||||
|
||||
;; shades
|
||||
shade1 = #BF360C
|
||||
shade2 = #D84315
|
||||
shade3 = #E64A19
|
||||
shade4 = #F4511E
|
||||
shade5 = #FF5722
|
||||
shade6 = #FF7043
|
||||
shade7 = #FF8A65
|
||||
shade8 = #FFAB91
|
||||
shade1 = #1B5E20
|
||||
shade2 = #2E7D32
|
||||
shade3 = #388E3C
|
||||
shade4 = #43A047
|
||||
shade5 = #4CAF50
|
||||
shade6 = #66BB6A
|
||||
shade7 = #81C784
|
||||
shade8 = #A5D6A7
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
@@ -37,7 +37,7 @@ include-file = ~/.config/polybar/colorblocks/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 = 99%
|
||||
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:
|
||||
@@ -130,8 +130,8 @@ module-margin-right = 0
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Iosevka Nerd Font:pixelsize=10;4"
|
||||
font-1 = "Iosevka Nerd Font:pixelsize=13;4"
|
||||
font-0 = "Iosevka Nerd Font:pixelsize=9;4"
|
||||
font-1 = "Iosevka Nerd Font:pixelsize=10;4"
|
||||
|
||||
; Modules are added to one of the available blocks
|
||||
; modules-left = cpu ram
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* {
|
||||
al: #00000000;
|
||||
bg: #141C21FF;
|
||||
bg1: #FFAB91FF;
|
||||
bg2: #FF8A65FF;
|
||||
bg3: #FF7043FF;
|
||||
bg1: #A5D6A7FF;
|
||||
bg2: #81C784FF;
|
||||
bg3: #66BB6AFF;
|
||||
fg: #FFFFFFFF;
|
||||
}
|
||||
|
||||
@@ -101,8 +101,8 @@ click-left = ~/.config/polybar/colorblocks/scripts/powermenu.sh &
|
||||
type = custom/text
|
||||
content =
|
||||
|
||||
content-background = #FFFFFF
|
||||
content-foreground = #CC6666
|
||||
content-background = ${color.shade8}
|
||||
content-foreground = ${color.background}
|
||||
content-padding = 2
|
||||
|
||||
click-left = ~/.config/polybar/colorblocks/scripts/color-switch.sh &
|
||||
|
||||
Reference in New Issue
Block a user