Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user