Polybar: Simplify down to one bar
This commit is contained in:
parent
d112407a2a
commit
c4b7db06a8
@ -61,24 +61,22 @@ font-2 = "Roboto:style=Bold:size=10;2"
|
|||||||
|
|
||||||
[bar/primary]
|
[bar/primary]
|
||||||
monitor = ${env:PB_MONITOR:eDP-1}
|
monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
bottom = false
|
|
||||||
inherit = template/bar
|
|
||||||
border-bottom-size = ${res/config.border-size}
|
|
||||||
tray-position = right
|
|
||||||
modules-left = i3 bspwm
|
|
||||||
modules-center = xwindow
|
|
||||||
modules-right = wlan-laptop wlan-desktop
|
|
||||||
|
|
||||||
[bar/primary-2]
|
|
||||||
monitor = ${env:PB_MONITOR:eDP-1}
|
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
border-top-size = ${res/config.border-size}
|
border-top-size = ${res/config.border-size}
|
||||||
modules-left = battery cpu memory fsroot fshome reboot-required
|
tray-position = right
|
||||||
modules-right = mpd | backlight pulse | date
|
modules-left = i3 bspwm | date
|
||||||
|
modules-center = xwindow
|
||||||
|
modules-right = backlight pulse |
|
||||||
|
|
||||||
|
#[bar/primary-2]
|
||||||
|
#monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
|
#inherit = template/bar
|
||||||
|
#border-top-size = ${res/config.border-size}
|
||||||
|
#modules-left = battery cpu memory fsroot fshome reboot-required
|
||||||
|
#modules-right = mpd | backlight pulse | date
|
||||||
|
|
||||||
[bar/secondary]
|
[bar/secondary]
|
||||||
monitor= ${env:PB_MONITOR:HDMI-A-0}
|
monitor= ${env:PB_MONITOR:HDMI-A-0}
|
||||||
bottom = false
|
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
border-bottom-size = ${res/config.border-size}
|
border-bottom-size = ${res/config.border-size}
|
||||||
modules-left = i3 bspwm
|
modules-left = i3 bspwm
|
||||||
|
Loading…
Reference in New Issue
Block a user