Add compatibility for Framework laptop
This commit is contained in:
parent
8a5ed3e32f
commit
6b73f3b1dd
@ -3,8 +3,6 @@
|
||||
:
|
||||
command -v unagi
|
||||
unagi
|
||||
command -v picom
|
||||
picom
|
||||
command -v compton
|
||||
compton
|
||||
command -v xcompmgr
|
||||
|
@ -66,7 +66,7 @@ monitor = ${env:PB_MONITOR:eDP-1}
|
||||
inherit = template/bar
|
||||
tray-position = center
|
||||
modules-left = i3 bspwm service-ansible service-backup reboot-required
|
||||
modules-right = xkeyboard backlight pulse battery | date
|
||||
modules-right = xkeyboard backlight pulse battery battery-bat1 | date
|
||||
border-top-size = 0
|
||||
|
||||
[bar/secondary]
|
||||
@ -115,6 +115,11 @@ ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
|
||||
[module/battery-bat1]
|
||||
type = internal/battery
|
||||
inherit = module/battery
|
||||
battery = BAT1
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
format = <label-state> <label-mode>
|
||||
|
Loading…
Reference in New Issue
Block a user