mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-21 16:00: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.
|
||||
[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
|
||||
# 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
|
||||
# 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%
|
||||
# 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…
Reference in New Issue
Block a user