diff options
Diffstat (limited to 'guix/.config/i3blocks/config')
-rw-r--r-- | guix/.config/i3blocks/config | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/guix/.config/i3blocks/config b/guix/.config/i3blocks/config deleted file mode 100644 index 3f00493..0000000 --- a/guix/.config/i3blocks/config +++ /dev/null @@ -1,29 +0,0 @@ -# Optimized for 1280x800 resolution -# on thinkpad x200t - -[cpu] -command=$SCRIPT_DIR/cpu_usage -interval=10 -separator=false - - -[temperature] -command=$SCRIPT_DIR/temp -interval=10 - -[memory] -command=$SCRIPT_DIR/memory -interval=2 - -[disk] -command=$SCRIPT_DIR/disk -ALERT_LOW=5 -interval=60 - -[volume] -command=$SCRIPT_DIR/volume -interval=1 - -[time] -command=date '+%d.%m.%Y %H:%M:%S' -interval=1 |