mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 13:03:05 +02:00
feat: better intervals and naming for blocks
This commit is contained in:
parent
fb973bb2e6
commit
e0539cf46f
@ -7,23 +7,23 @@ command=~/.config/i3blocks/cpu_monitor.sh
|
||||
interval=5
|
||||
markup=pango
|
||||
|
||||
[cpu_gpu_monitor]
|
||||
[gpu_monitor]
|
||||
command=~/.config/i3blocks/gpu_monitor.sh
|
||||
interval=5
|
||||
markup=pango
|
||||
|
||||
[motherboard_temperature]
|
||||
command=~/.config/i3blocks/motherboard_temp.sh
|
||||
interval=10
|
||||
interval=5
|
||||
|
||||
[memory]
|
||||
command=free -h | awk '/^Mem:/ {print "RAM: " $3 "/" $2}' # for RAM
|
||||
interval=10
|
||||
interval=5
|
||||
color=#50FA7B
|
||||
|
||||
[disk]
|
||||
command=df -h / | awk '/\// {print " Disk: " $3 "/" $2}' # for disk
|
||||
interval=30
|
||||
interval=60
|
||||
color=#50FA7B
|
||||
|
||||
[volume]
|
||||
@ -36,7 +36,7 @@ interval=5
|
||||
|
||||
[battery]
|
||||
command=~/.config/i3blocks/battery_status.sh
|
||||
interval=30
|
||||
interval=1
|
||||
color=#50FA7B
|
||||
|
||||
[ethernet]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user