updated
This commit is contained in:
commit
60c11831de
23 changed files with 989 additions and 0 deletions
23
i3blocks.conf
Normal file
23
i3blocks.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
[DISK]
|
||||
command=df -h / | awk '/\//{ printf(" 💾 %4s/%s \n", $4, $2) }'
|
||||
interval=2
|
||||
color=#C9E3DB
|
||||
|
||||
[BATTERY]
|
||||
command=~/.config/i3blocks/battery/battery_info.sh
|
||||
interval=3
|
||||
|
||||
[CPU]
|
||||
full_text= CPU: 0.00% @ +00.0°C
|
||||
command=~/.config/i3blocks/cpu/cpu_info.sh
|
||||
interval=repeat
|
||||
color=#00B4EB
|
||||
|
||||
[MEM]
|
||||
command=free -h | awk '/Mem:/ { printf(" 🐏 %5s/%s \n", $3, $2) }'
|
||||
interval=1
|
||||
color=#FEC925
|
||||
|
||||
[TIME_DATE]
|
||||
command=date +" %a, %d %b - %H:%M:%S"
|
||||
interval=1
|
Loading…
Add table
Add a link
Reference in a new issue