Add multi-monitor support to all themes and made small tweaks to sizing and fonts

This commit is contained in:
2024-12-07 09:45:50 -07:00
parent 1c486f3103
commit 47f67432aa
102 changed files with 689 additions and 5228 deletions

View File

@@ -12,9 +12,9 @@
;; Use pywal.sh in scripts directory to use colors from an image/wallpaper.
;; main colors
background = #212B30
foreground = #C4C7C5
sep = #3F5360
background = #141C21
foreground = #93A1A1
sep = #3C4449
white = #FFFFFF
black = #000000

View File

@@ -37,7 +37,7 @@ include-file = ~/.config/polybar/forest/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:

View File

@@ -2,9 +2,9 @@
* {
al: #00000000;
bg: #212B30FF;
bga: #263035FF;
fg: #C4C7C5FF;
ac: #EC407AFF;
se: #4DD0E1FF;
bg: #141C21FF;
bga: #1E262BFF;
fg: #93A1A1FF;
ac: #D12F2CFF;
se: #33C5BAFF;
}