source:
dotfiles/guix/.config/i3blocks/config@
9989e84
Last change on this file since 9989e84 was 9989e84, checked in by , on Apr 13, 2020 at 7:41:10 PM | |
---|---|
|
|
File size: 380 bytes |
Line | |
---|---|
1 | # Optimized for 1280x800 resolution |
2 | # on thinkpad x200t |
3 | |
4 | [cpu] |
5 | command=$SCRIPT_DIR/cpu_usage |
6 | interval=10 |
7 | separator=false |
8 | |
9 | |
10 | [temperature] |
11 | command=$SCRIPT_DIR/temp |
12 | interval=10 |
13 | |
14 | [memory] |
15 | command=$SCRIPT_DIR/memory |
16 | interval=2 |
17 | |
18 | [disk] |
19 | command=$SCRIPT_DIR/disk |
20 | ALERT_LOW=5 |
21 | interval=60 |
22 | |
23 | [volume] |
24 | command=$SCRIPT_DIR/volume |
25 | interval=1 |
26 | |
27 | [time] |
28 | command=date '+%d.%m.%Y %H:%M:%S' |
29 | interval=1 |
Note:
See TracBrowser
for help on using the repository browser.