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