Add network manager applet and backlight status to i3blocks status bar
This commit is contained in:
parent
b55c282a15
commit
5b8f4ead76
|
@ -28,17 +28,17 @@ command=/usr/share/i3blocks/$BLOCK_NAME
|
||||||
separator_block_width=20
|
separator_block_width=20
|
||||||
markup=none
|
markup=none
|
||||||
|
|
||||||
|
[nm-tray]
|
||||||
|
#label=
|
||||||
|
command=nm-tray
|
||||||
|
interval=once
|
||||||
|
|
||||||
# Volume indicator
|
# Volume indicator
|
||||||
#
|
#
|
||||||
# The first parameter sets the step (and units to display)
|
# The first parameter sets the step (and units to display)
|
||||||
# The second parameter overrides the mixer selection
|
# The second parameter overrides the mixer selection
|
||||||
# See the script for details.
|
# See the script for details.
|
||||||
|
|
||||||
[nm-tray]
|
|
||||||
#label=
|
|
||||||
command=nm-tray
|
|
||||||
interval=once
|
|
||||||
|
|
||||||
[volume]
|
[volume]
|
||||||
# DEPENDS: sudo apt install volumeicon-alsa
|
# DEPENDS: sudo apt install volumeicon-alsa
|
||||||
#label=VOL
|
#label=VOL
|
||||||
|
@ -111,6 +111,13 @@ separator=false
|
||||||
#instance=eth0
|
#instance=eth0
|
||||||
interval=5
|
interval=5
|
||||||
|
|
||||||
|
[backlight]
|
||||||
|
label=BRI
|
||||||
|
command=xbacklight
|
||||||
|
separator=true
|
||||||
|
interval=1
|
||||||
|
|
||||||
|
|
||||||
# Battery indicator
|
# Battery indicator
|
||||||
#
|
#
|
||||||
# The battery instance defaults to 0.
|
# The battery instance defaults to 0.
|
||||||
|
|
Loading…
Reference in New Issue