Lots: Prepare for a migration to bspwm
I'm gonna do it guys For real this time I promise
This commit is contained in:
@@ -72,7 +72,7 @@ font-4 = ${res/fonts.font-4}
|
||||
inherit = template/bar
|
||||
tray-position = right
|
||||
|
||||
modules-left = i3 cpu memory battery update-arch
|
||||
modules-left = i3 bspwm cpu memory battery update-arch
|
||||
modules-center = xwindow
|
||||
modules-right = xbacklight volume wlan date
|
||||
|
||||
@@ -92,12 +92,13 @@ content-foreground = ${res/colors.background-4}
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
format = <label-state><label-mode>
|
||||
format-prefix = ""
|
||||
format-prefix =
|
||||
format-prefix-padding = 2
|
||||
format-prefix-foreground = ${res/colors.background}
|
||||
format-prefix-background = ${res/colors.primary}
|
||||
enable-scroll = false
|
||||
index-sort = true
|
||||
pin-workspaces = true
|
||||
|
||||
label-mode-padding = 2
|
||||
label-mode-foreground = ${res/colors.background}
|
||||
@@ -120,6 +121,43 @@ label-urgent = ${self.label-focused}
|
||||
label-urgent-padding = ${self.label-mode-padding}
|
||||
label-urgent-background = ${res/colors.alert}
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
format = <label-state>
|
||||
format-prefix =
|
||||
format-prefix-padding = 2
|
||||
format-prefix-foreground = ${res/colors.background}
|
||||
format-prefix-background = ${res/colors.primary}
|
||||
enable-scroll = false
|
||||
pin-workspaces = true
|
||||
|
||||
ws-icon-default =
|
||||
|
||||
label-focused = %icon%
|
||||
label-focused-padding = 2
|
||||
label-focused-foreground = ${res/colors.background}
|
||||
label-focused-background = ${res/colors.primary}
|
||||
|
||||
label-dimmed = ${self.label-focused}
|
||||
label-dimmed-padding = ${self.label-focused-padding}
|
||||
label-dimmed-foreground = ${self.label-focused-foreground}
|
||||
label-dimmed-background = ${res/colors.background-4}
|
||||
|
||||
label-occupied = ${self.label-focused}
|
||||
label-occupied-padding = ${self.label-focused-padding}
|
||||
label-occupied-foreground = ${res/colors.foreground}
|
||||
label-occupied-background = ${res/colors.background}
|
||||
|
||||
label-urgent = ${self.label-focused}
|
||||
label-urgent-padding = ${self.label-focused-padding}
|
||||
label-urgent-foreground = ${res/colors.alert}
|
||||
label-urgent-background = ${res/colors.background}
|
||||
|
||||
label-empty = ${self.label-focused}
|
||||
label-empty-padding = ${self.label-focused-padding}
|
||||
label-empty-foreground = ${res/colors.background-4}
|
||||
label-empty-background = ${res/colors.background}
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
format-charging = <animation-charging><label-charging>
|
||||
|
Reference in New Issue
Block a user