Created
June 8, 2016 22:12
-
-
Save ThomasAdam/752282ab6b48255b9f078f23cce7cb98 to your computer and use it in GitHub Desktop.
Conkyrc
This file contains hidden or 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
conky.config = { | |
--############################################# | |
-- Settings | |
--############################################# | |
out_to_x = false, | |
background = false, | |
out_to_console = true, | |
update_interval = 1, | |
total_run_times = 0, | |
use_spacer = 'none', | |
default_color = '#ffaf5f', | |
draw_graph_borders = true, | |
short_units = true, | |
use_spacer = 'left', | |
pad_percents = 1, | |
--^fg(\#888888)${cpu cpu0}%^fg() ^fg(\#aaaaaa)${freq_g 1}GHz^fg() \ | |
-- ^fg(\#00FFC8)CPU: ^fg(\#00B7FF)${cpubar cpu0} (${cpu cpu0}%) ^fg() | \ | |
--|^fg(\#00FFC8)MPD: ^fg(\#00B7FF)${mpd_smart 28}: ${mpd_bar} (${mpd_percent}%)^fg() | \ | |
--clock:%{B\#4ECC4E}[CPU: ${cpubar cpu0 11,12}]%{B-} \ | |
}; | |
conky.text = [[ | |
%{r}%{B\#00D6AF}[${battery_time}]%{B-} \ | |
%{B\#4ECC4E}[CPU: ${cpu cpu0 11,12}]%{B-} \ | |
%{B\#66B2FF}[MEM: ${mem}]%{B-} \ | |
%{B\#D68C5A}[AVG: ${loadavg 1}]%{B-} \ | |
%{B\#BF4356}[${time %b %d %H:%M:%S}]%{B-} | |
]]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment