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

@@ -38,7 +38,7 @@ include-file = ~/.config/polybar/shared/bars.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 =
@@ -148,7 +148,7 @@ font-4 = "MesloLGS NF:size=7;2"
modules-left = menu
modules-center = date
modules-right = style alsa network battery powermenu
modules-right = i3 style alsa network battery settings powermenu
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
@@ -358,7 +358,7 @@ blue-gray = #546e7a
[module/menu]
type = custom/text
content = Apps
content = Applications
;;content-background = ${color.bg}
content-foreground = ${color.fg}
;;content-padding = 4
@@ -380,7 +380,8 @@ click-right = ~/.config/polybar/qpanels/scripts/powermenu.sh --gnome
[module/style]
type = custom/text
content =
#content =
content =
click-left = ~/.config/polybar/qpanels/scripts/style-switch.sh --gnome
click-right = ~/.config/polybar/qpanels/scripts/style-switch.sh --gnome