bspwm, Polybar: Move wm-restack to envvar, add secondary bar
Hardcoding is bad and I felt bad
This commit is contained in:
@@ -48,7 +48,7 @@ font-4 =
|
||||
# Rendering of the bar
|
||||
width = 100%
|
||||
height = 30
|
||||
wm-restack = bspwm
|
||||
wm-restack = ${env:PB_WM_RESTACK:i3}
|
||||
|
||||
# Module padding and spacing
|
||||
module-margin = 1
|
||||
@@ -80,6 +80,13 @@ modules-left = i3 bspwm cpu memory update-arch
|
||||
modules-center = xwindow
|
||||
modules-right = xbacklight volume battery wlan date
|
||||
|
||||
[bar/beta]
|
||||
inherit = template/bar
|
||||
|
||||
modules-left = i3 bspwm
|
||||
modules-center = xwindow
|
||||
modules-right =
|
||||
|
||||
#========================================
|
||||
# MODULES
|
||||
#========================================
|
||||
|
Reference in New Issue
Block a user