Add monitor backlight volume
This commit is contained in:
parent
6816cd0ebd
commit
f25c23a053
1 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,7 @@ module-margin-left = 2
|
||||||
|
|
||||||
modules-left = workspaces
|
modules-left = workspaces
|
||||||
modules-center = mprisdisplay
|
modules-center = mprisdisplay
|
||||||
modules-right = networkspeed archupdates cpu temp date volume
|
modules-right = networkspeed archupdates cpu temp date backlight volume
|
||||||
; do not use offsets for the bar, would only work with override-redirect
|
; do not use offsets for the bar, would only work with override-redirect
|
||||||
; and will mess up tray https://github.com/polybar/polybar/issues/1355
|
; and will mess up tray https://github.com/polybar/polybar/issues/1355
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
@ -248,5 +248,8 @@ ramp-volume-1 =
|
||||||
ramp-volume-2 =
|
ramp-volume-2 =
|
||||||
ramp-volume-3 = 墳
|
ramp-volume-3 = 墳
|
||||||
|
|
||||||
|
[module/backlight]
|
||||||
|
type = internal/xbacklight
|
||||||
|
format = <label>
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
|
Loading…
Reference in a new issue