Created
May 27, 2014 01:56
-
-
Save jxcl/1717b2b0ef8aba19c653 to your computer and use it in GitHub Desktop.
Conky Configuration
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
background no | |
out_to_console yes | |
out_to_x no | |
update_interval 1 | |
total_run_times 0 | |
short_units yes | |
pad_percents 2 | |
override_utf8_locale yes | |
use_spacer left | |
TEXT | |
[ | |
{"full_text": "/", "color":"\#AB6B74"}, | |
{"full_text": "${fs_free /}", "color":"\#687987"}, | |
{"full_text": "H", "color":"\#AB6B74"}, | |
{"full_text": "${fs_free /home}", "color":"\#687987"}, | |
{"full_text": "⇋ ${addr wlp8s0}", "color":"\#5F9F74"}, | |
{"full_text": "≈ ${wireless_essid wlp8s0} [${wireless_link_qual_perc wlp8s0}%]","color":"\#33CC99"}, | |
{"full_text": "↓ ${downspeed wlp8s0}", "color":"\#536057"}, | |
{"full_text": "↑ ${upspeed wlp8s0}", "color":"\#536057"}, | |
{"full_text": "■${hwmon temp 1}°C ${loadavg 1} [$cpubar]","color": "\#B94557"}, | |
{"full_text": "≣ ${memperc}%", "color":"\#B28D4C"}, | |
{"full_text": "⚡ [${battery_short BAT1}]","color":"\#9933CC"}, | |
{"full_text": "${execi 60 /home/abliskovsky/files/code/pacman-last-update/pacman-last-update.py}", "color":"\#FFEE00"}, | |
{"full_text": "${time %a %d %b} ${time %H:%M} ", "color":"\#FFFFFF"} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment