Created
March 19, 2016 16:12
-
-
Save vahit/21e25ff2413681f11979 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
full_text=〉 | |
align=center | |
color=#87ceeb | |
separator=false | |
separator_block_width=2 | |
[Language] | |
command=/usr/libexec/i3blocks/language | |
interval=1 | |
[separator] | |
[MPD] | |
command=/usr/libexec/i3blocks/mpd | |
interval=5 | |
[separator] | |
[volume] | |
command=/usr/libexec/i3blocks/volume | |
signal=10 | |
interval=5 | |
[separator] | |
[memory] | |
command=/usr/libexec/i3blocks/memory | |
separator=false | |
interval=10 | |
[separator] | |
[swap] | |
command=/usr/libexec/i3blocks/memory swap | |
interval=10 | |
[separator] | |
[disk-home] | |
command=/usr/libexec/i3blocks/disk $HOME | |
interval=30 | |
[separator] | |
[wireless] | |
command=/usr/libexec/i3blocks/network wlan0 | |
interval=30 | |
[separator] | |
[ethernet] | |
command=/usr/libexec/i3blocks/network eth0 | |
interval=30 | |
[separator] | |
[cpu] | |
command=/usr/libexec/i3blocks/cpu_usage | |
interval=5 | |
[separator] | |
[tempt0] | |
command=echo "$(sensors coretemp-isa-0000 | awk '/Core 0/ { print $3 }')" | |
interval=5 | |
[separator] | |
[tempt0] | |
command=echo "$(sensors coretemp-isa-0000 | awk '/Core 1/ { print $3 }')" | |
interval=5 | |
[separator] | |
[battery] | |
command=/usr/libexec/i3blocks/battery | |
interval=10 | |
[separator] | |
[time] | |
# command=echo "$(/usr/libexec/i3blocks/date)" | |
command=/usr/libexec/i3blocks/date | |
interval=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment