mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 00:10:59 +02:00
i3blocks fixes
This commit is contained in:
parent
465c27b3a2
commit
53e45450a1
@ -46,12 +46,12 @@ signal=10
|
|||||||
#
|
#
|
||||||
# The type defaults to "mem" if the instance is not specified.
|
# The type defaults to "mem" if the instance is not specified.
|
||||||
[memory]
|
[memory]
|
||||||
label=MEM
|
label=MEM
|
||||||
separator=false
|
separator=false
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
[memory]
|
[memory]
|
||||||
label=SWAP
|
label=SWAP
|
||||||
instance=swap
|
instance=swap
|
||||||
separator=false
|
separator=false
|
||||||
interval=30
|
interval=30
|
||||||
@ -62,7 +62,7 @@ interval=30
|
|||||||
# The script may be called with a optional argument to set the alert
|
# The script may be called with a optional argument to set the alert
|
||||||
# (defaults to 10 for 10%).
|
# (defaults to 10 for 10%).
|
||||||
[disk]
|
[disk]
|
||||||
label=HOME
|
label=HOME
|
||||||
#instance=/mnt/data
|
#instance=/mnt/data
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ interval=5
|
|||||||
# The script may be called with -w and -c switches to specify thresholds,
|
# The script may be called with -w and -c switches to specify thresholds,
|
||||||
# see the script for details.
|
# see the script for details.
|
||||||
[cpu_usage]
|
[cpu_usage]
|
||||||
label=CPU
|
label=CPU
|
||||||
interval=10
|
interval=10
|
||||||
min_width=CPU: 100.00%
|
min_width=CPU: 100.00%
|
||||||
#separator=false
|
#separator=false
|
||||||
@ -103,10 +103,13 @@ min_width=CPU: 100.00%
|
|||||||
# The battery instance defaults to 0.
|
# The battery instance defaults to 0.
|
||||||
[battery]
|
[battery]
|
||||||
command=~/.config/i3blocks/battery
|
command=~/.config/i3blocks/battery
|
||||||
#label=BAT
|
label=BAT
|
||||||
label=⚡
|
#label=⚡
|
||||||
#instance=1
|
instance=1
|
||||||
interval=30
|
interval=30
|
||||||
|
#[battery]
|
||||||
|
#command=while :; do ~/.config/i3blocks/upower-listen.py; done
|
||||||
|
#interval=persis
|
||||||
|
|
||||||
|
|
||||||
# Generic media player support
|
# Generic media player support
|
||||||
|
Loading…
Reference in New Issue
Block a user