Browse Source

i3blocks fixes

master
Arti Zirk 5 years ago
parent
commit
53e45450a1
  1. 17
      .config/i3blocks/config

17
.config/i3blocks/config

@ -46,12 +46,12 @@ signal=10 @@ -46,12 +46,12 @@ signal=10
#
# The type defaults to "mem" if the instance is not specified.
[memory]
label=MEM
label=MEM
separator=false
interval=30
[memory]
label=SWAP
label=SWAP
instance=swap
separator=false
interval=30
@ -62,7 +62,7 @@ interval=30 @@ -62,7 +62,7 @@ interval=30
# The script may be called with a optional argument to set the alert
# (defaults to 10 for 10%).
[disk]
label=HOME
label=HOME
#instance=/mnt/data
interval=30
@ -90,7 +90,7 @@ interval=5 @@ -90,7 +90,7 @@ interval=5
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
[cpu_usage]
label=CPU
label=CPU
interval=10
min_width=CPU: 100.00%
#separator=false
@ -103,10 +103,13 @@ min_width=CPU: 100.00% @@ -103,10 +103,13 @@ min_width=CPU: 100.00%
# The battery instance defaults to 0.
[battery]
command=~/.config/i3blocks/battery
#label=BAT
label=⚡
#instance=1
label=BAT
#label=⚡
instance=1
interval=30
#[battery]
#command=while :; do ~/.config/i3blocks/upower-listen.py; done
#interval=persis
# Generic media player support

Loading…
Cancel
Save