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 = #263238
foreground = #DFDFDF
primary = #00BCD4
background = #141C21
foreground = #FFFFFF
primary = #d81b60
red = #FF5250
green = #43a047
yellow = #fdd835

View File

@@ -37,7 +37,7 @@ include-file = ~/.config/polybar/hack/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 =
@@ -146,7 +146,7 @@ font-1 = "Iosevka Nerd Font:pixelsize=12;4"
[bar/top]
inherit = bar/main
border-bottom-size = 2
border-bottom-size = 1
border-bottom-color = ${color.primary}
modules-left = launcher sep title
modules-center = workspaces
@@ -156,7 +156,7 @@ enable-ipc = true
[bar/bottom]
inherit = bar/main
bottom = true
border-top-size = 2
border-top-size = 1
border-top-color = ${color.primary}
modules-left = mpd
modules-center = cpu sep memory sep filesystem sep temperature sep updates sep speed

View File

@@ -2,8 +2,8 @@
* {
al: #00000000;
bg: #263238FF;
ac: #00BCD4FF;
se: #00BCD426;
fg: #DFDFDFFF;
bg: #141C21FF;
ac: #d81b60FF;
se: #d81b6026;
fg: #FFFFFFFF;
}