source: dotfiles/guix/.config/i3blocks/config@ 9989e84

Last change on this file since 9989e84 was 9989e84, checked in by Mikhail Kirillov <w96k@…>, on Apr 13, 2020 at 7:41:10 PM

Update everything

  • Property mode set to 100644
File size: 380 bytes
Line 
1# Optimized for 1280x800 resolution
2# on thinkpad x200t
3
4[cpu]
5command=$SCRIPT_DIR/cpu_usage
6interval=10
7separator=false
8
9
10[temperature]
11command=$SCRIPT_DIR/temp
12interval=10
13
14[memory]
15command=$SCRIPT_DIR/memory
16interval=2
17
18[disk]
19command=$SCRIPT_DIR/disk
20ALERT_LOW=5
21interval=60
22
23[volume]
24command=$SCRIPT_DIR/volume
25interval=1
26
27[time]
28command=date '+%d.%m.%Y %H:%M:%S'
29interval=1
Note: See TracBrowser for help on using the repository browser.