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 =
|
||||
@@ -62,7 +62,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 = 30
|
||||
height = 24
|
||||
|
||||
; 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:
|
||||
@@ -140,12 +140,12 @@ font-0 = "MesloLGS NF:size=9;3"
|
||||
; font-0 = "JetBrains Mono Font:size=9;3"
|
||||
|
||||
; Right icons (switch theme, wifi, battery)
|
||||
font-1 = "icomoon\\-feather:size=10;4"
|
||||
font-1 = "icomoon\\-feather:size=9;4"
|
||||
; font-1 = "MesloLGS NF:size=9;3"
|
||||
|
||||
; Left icons like menu, terminal, firefox, folder, settings... (12)
|
||||
; font-2 = "Iosevka Nerd Font:size=14;3"
|
||||
font-2 = "MesloLGS NF:size=14;3"
|
||||
font-2 = "MesloLGS NF:size=12;3"
|
||||
; font-2 = "Hack Nerd Font:size=14;3"
|
||||
; font-2 = "JetBrains Mono Font:size=14;3"
|
||||
; font-2 = "NotoSansMono Nerd Font:size=12;3"
|
||||
@@ -173,10 +173,10 @@ font-4 = "MesloLGS NF:size=7;2"
|
||||
; modules-center =
|
||||
; modules-right = style sep alsa battery network date sep sysmenu
|
||||
|
||||
modules-left = menu sep2 settings taskmanager bashtop htop files web web2 term editor notepad calc spotify
|
||||
modules-left = menu settings htop taskmanager bashtop files web web2 term editor notepad calc spotify
|
||||
; modules-center = memory cpu
|
||||
; alsa volume brightness title colorpicker
|
||||
modules-right = i3 cpu memory style workspaces volume network battery date powermenu
|
||||
modules-right = i3 workspaces cpu memory volume_bar network battery date style powermenu
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
@@ -386,10 +386,11 @@ blue-gray = #546e7a
|
||||
|
||||
[module/menu]
|
||||
type = custom/text
|
||||
content =
|
||||
#content =
|
||||
content = "%{T3}%{T-}"
|
||||
content-background = ${color.light-blue}
|
||||
content-foreground = ${color.fg}
|
||||
content-padding = 3
|
||||
content-padding = 2
|
||||
click-left = ~/.config/polybar/qpanels/scripts/launcher.sh --budgie
|
||||
click-right = ~/.config/polybar/qpanels/scripts/launcher.sh --budgie
|
||||
|
||||
@@ -398,9 +399,9 @@ click-right = ~/.config/polybar/qpanels/scripts/launcher.sh --budgie
|
||||
[module/powermenu]
|
||||
type = custom/text
|
||||
content = 襤
|
||||
content-background = ${color.bg-alt}
|
||||
#content-background = ${color.bg-alt}
|
||||
content-foreground = ${color.fg}
|
||||
content-padding = 3
|
||||
content-padding = 2
|
||||
click-left = ~/.config/polybar/qpanels/scripts/powermenu.sh --budgie
|
||||
click-right = ~/.config/polybar/qpanels/scripts/powermenu.sh --budgie
|
||||
|
||||
@@ -408,10 +409,10 @@ click-right = ~/.config/polybar/qpanels/scripts/powermenu.sh --budgie
|
||||
|
||||
[module/style]
|
||||
type = custom/text
|
||||
content = פֿ
|
||||
content-background = ${color.bg-alt}
|
||||
content = " פֿ"
|
||||
#content-background = ${color.bg-alt}
|
||||
content-foreground = ${color.fg}
|
||||
content-padding = 2
|
||||
content-padding = 0
|
||||
click-left = ~/.config/polybar/qpanels/scripts/style-switch.sh --budgie
|
||||
click-right = ~/.config/polybar/qpanels/scripts/style-switch.sh --budgie
|
||||
|
||||
|
||||
Reference in New Issue
Block a user