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,11 +12,11 @@
;; Use pywal.sh in scripts directory to use colors from an image/wallpaper.
;; main colors
background = #0a0a0a
background-alt = #8C0a0a0a
foreground = #f5f5f5
foreground-alt = #33f5f5f5
primary = #fdd835
background = #263238
background-alt = #8C263238
foreground = #DFDFDF
foreground-alt = #33DFDFDF
primary = #00BCD4
red = #FF5250
green = #43a047
yellow = #fdd835

View File

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

View File

@@ -2,9 +2,9 @@
* {
al: #00000000;
bg: #0a0a0aBF;
bga: #0a0a0aFF;
fg: #f5f5f5FF;
ac: #fdd835FF;
se: #fdd8351A;
bg: #263238BF;
bga: #263238FF;
fg: #DFDFDFFF;
ac: #00BCD4FF;
se: #00BCD41A;
}