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 =
@@ -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

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 =
@@ -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

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 =
@@ -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 = 25
height = 22
; 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:

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 =
@@ -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 = 25
height = 22
; 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:

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 =

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 =

View File

@@ -20,6 +20,12 @@ margin-top = 0
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
;; File Inclusion
; include an external file, like module file, etc.
include-file = ~/.config/polybar/shared/modules.ini
include-file = ~/.config/polybar/shared/bars.ini
;; Bar Settings
[bar/main]
@@ -27,7 +33,7 @@ margin-top = 0
; 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 =
@@ -383,151 +389,6 @@ ramp-volume-3 = 
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/battery]
type = internal/battery
full-at = 99
; $ ls -1 /sys/class/power_supply/
battery = BAT1
adapter = ACAD
poll-interval = 2
time-format = %H:%M
; Available tags:
; <label-charging> (default)
; <bar-capacity>
; <ramp-capacity>
; <animation-charging>
format-charging = <animation-charging>
; Available tags:
; <label-discharging> (default)
; <bar-capacity>
; <ramp-capacity>
; <animation-discharging>
format-discharging = <ramp-capacity>
; Available tags:
; <label-full> (default)
; <bar-capacity>
; <ramp-capacity>
;format-full = <ramp-capacity> <label-full>
; Available tokens:
; %percentage% (default)
; %time%
; %consumption% (shows current charge rate in watts)
label-charging = %percentage%%
; Available tokens:
; %percentage% (default)
; %time%
; %consumption% (shows current discharge rate in watts)
label-discharging = %percentage%%
; Available tokens:
; %percentage% (default)
;label-full = Fully Charged
label-full =
label-full-foreground = ${color.green}
ramp-capacity-0 =
ramp-capacity-1 =
ramp-capacity-2 =
ramp-capacity-3 =
ramp-capacity-4 =
animation-charging-0 =
animation-charging-1 =
animation-charging-2 =
animation-charging-3 =
animation-charging-4 =
; Framerate in milliseconds
animation-charging-framerate = 750
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/date]
type = internal/date
interval = 1.0
time = "%a %b %d %I:%M %p"
;time-alt = %B %d, %Y
format = <label>
label = %time%
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/network]
type = internal/network
interface = wlan0
interval = 1.0
;ping-interval = 3
;;udspeed-minwidth = 5
accumulate-stats = true
unknown-as-up = true
; Available tags:
; <label-connected> (default)
; <ramp-signal>
format-connected = <label-connected>
; Available tags:
; <label-disconnected> (default)
format-disconnected = <label-disconnected>
; Available tags:
; <label-connected> (default)
; <label-packetloss>
; <animation-packetloss>
;;format-packetloss = <animation-packetloss> <label-connected>
; Available tokens:
; %ifname% [wireless+wired]
; %local_ip% [wireless+wired]
; %local_ip6% [wireless+wired]
; %essid% [wireless]
; %signal% [wireless]
; %upspeed% [wireless+wired]
; %downspeed% [wireless+wired]
; %linkspeed% [wired]
; Default: %ifname% %local_ip%
label-connected = "%{A1:networkmanager_dmenu &:}直%{A}"
; Available tokens:
; %ifname% [wireless+wired]
; Default: (none)
label-disconnected = "%{A1:networkmanager_dmenu &:}睊%{A}"
label-disconnected-foreground = ${color.fg-alt}
; Available tokens:
; %ifname% [wireless+wired]
; %local_ip% [wireless+wired]
; %local_ip6% [wireless+wired]
; %essid% [wireless]
; %signal% [wireless]
; %upspeed% [wireless+wired]
; %downspeed% [wireless+wired]
; %linkspeed% [wired]
; Default: (none)
;label-packetloss = %essid%
;label-packetloss-foreground = #eefafafa
ramp-signal-0 =
ramp-signal-1 =
ramp-signal-2 =
ramp-signal-3 =
ramp-signal-4 =
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/applications]
type = custom/text

View File

@@ -20,6 +20,12 @@ margin-top = 0
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
;; File Inclusion
; include an external file, like module file, etc.
include-file = ~/.config/polybar/shared/modules.ini
include-file = ~/.config/polybar/shared/bars.ini
;; Bar Settings
[bar/main]
@@ -27,7 +33,7 @@ margin-top = 0
; 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 =
@@ -383,151 +389,6 @@ ramp-volume-3 = 
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/battery]
type = internal/battery
full-at = 99
; $ ls -1 /sys/class/power_supply/
battery = BAT1
adapter = ACAD
poll-interval = 2
time-format = %H:%M
; Available tags:
; <label-charging> (default)
; <bar-capacity>
; <ramp-capacity>
; <animation-charging>
format-charging = <animation-charging>
; Available tags:
; <label-discharging> (default)
; <bar-capacity>
; <ramp-capacity>
; <animation-discharging>
format-discharging = <ramp-capacity>
; Available tags:
; <label-full> (default)
; <bar-capacity>
; <ramp-capacity>
;format-full = <ramp-capacity> <label-full>
; Available tokens:
; %percentage% (default)
; %time%
; %consumption% (shows current charge rate in watts)
label-charging = %percentage%%
; Available tokens:
; %percentage% (default)
; %time%
; %consumption% (shows current discharge rate in watts)
label-discharging = %percentage%%
; Available tokens:
; %percentage% (default)
;label-full = Fully Charged
label-full =
label-full-foreground = ${color.green}
ramp-capacity-0 =
ramp-capacity-1 =
ramp-capacity-2 =
ramp-capacity-3 =
ramp-capacity-4 =
animation-charging-0 =
animation-charging-1 =
animation-charging-2 =
animation-charging-3 =
animation-charging-4 =
; Framerate in milliseconds
animation-charging-framerate = 750
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/date]
type = internal/date
interval = 1.0
time = "%a %b %d %I:%M %p"
;time-alt = %B %d, %Y
format = <label>
label = %time%
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/network]
type = internal/network
interface = wlan0
interval = 1.0
;ping-interval = 3
;;udspeed-minwidth = 5
accumulate-stats = true
unknown-as-up = true
; Available tags:
; <label-connected> (default)
; <ramp-signal>
format-connected = <label-connected>
; Available tags:
; <label-disconnected> (default)
format-disconnected = <label-disconnected>
; Available tags:
; <label-connected> (default)
; <label-packetloss>
; <animation-packetloss>
;;format-packetloss = <animation-packetloss> <label-connected>
; Available tokens:
; %ifname% [wireless+wired]
; %local_ip% [wireless+wired]
; %local_ip6% [wireless+wired]
; %essid% [wireless]
; %signal% [wireless]
; %upspeed% [wireless+wired]
; %downspeed% [wireless+wired]
; %linkspeed% [wired]
; Default: %ifname% %local_ip%
label-connected = "%{A1:networkmanager_dmenu &:}直%{A}"
; Available tokens:
; %ifname% [wireless+wired]
; Default: (none)
label-disconnected = "%{A1:networkmanager_dmenu &:}睊%{A}"
label-disconnected-foreground = ${color.fg-alt}
; Available tokens:
; %ifname% [wireless+wired]
; %local_ip% [wireless+wired]
; %local_ip6% [wireless+wired]
; %essid% [wireless]
; %signal% [wireless]
; %upspeed% [wireless+wired]
; %downspeed% [wireless+wired]
; %linkspeed% [wired]
; Default: (none)
;label-packetloss = %essid%
;label-packetloss-foreground = #eefafafa
ramp-signal-0 =
ramp-signal-1 =
ramp-signal-2 =
ramp-signal-3 =
ramp-signal-4 =
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/applications]
type = custom/text

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

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

View File

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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

@@ -27,7 +27,7 @@ margin-top = 0
; 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 =