Last active
November 9, 2019 13:50
-
-
Save discomplex/828bb4df4d3755d1198650596ce73585 to your computer and use it in GitHub Desktop.
Conky CONFIG FILE [Vertical / Panel]
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 FILE [Vertical / Panel] | |
background yes | |
use_xft yes | |
xftfont Ubuntu Regular:size=5 | |
xftalpha 1 | |
total_run_times 0 | |
own_window yes | |
own_window_transparent yes | |
own_window_type desktop | |
own_window_hints undecorated,skip_taskbar,below,skip_pager,sticky | |
own_window_class Conky | |
double_buffer yes | |
draw_shades no | |
default_shade_color ffffff | |
draw_borders no | |
color1 ffffff | |
color2 d64937 | |
default_color ffffff | |
draw_graph_borders yes | |
draw_outline no | |
default_outline_color ffffff | |
no_buffers yes | |
uppercase no | |
cpu_avg_samples 2 | |
override_utf8_locale yes | |
short_units yes | |
pad_percents 2 | |
################## | |
update_interval 2.0 | |
minimum_size 20 200 ### width | height | |
maximum_width 32 | |
gap_x 4 ### left | right | |
gap_y 180 ### up | down | |
alignment bottom_right | |
TEXT | |
${alignc}${font Ubuntu Regular:size=6}${mem}${font} | |
${alignc}${memgraph 16,32 d64937 ffffff} | |
${font Ubuntu Regular:size=5} ${memperc}%${font}${alignr}${font FontAwesome:size=7}${font} | |
${font Ubuntu Regular:size=5} ${cpu cpu0}%${font}${alignr}${font FontAwesome:size=7} ${font} | |
${font Ubuntu Regular:size=5} ${hwmon 1 temp 1}°${font}${alignr}${font FontAwesome:size=7} ${font} | |
${alignc}${freq_g cpu0}GHz | |
${alignc}${diskiograph sda 14,32 ffffff d64937} | |
${diskio_write sda}${alignr} W | |
${diskio_read sda}${alignr} R | |
${alignc}${downspeedgraph wlp2s0 12,32 ffffff d64937} | |
${downspeed wlp2s0}${alignr}${font FontAwesome:size=7} ${font} | |
${alignc}${upspeedgraph wlp2s0 12,32 ffffff d64937} | |
${upspeed wlp2s0}${alignr}${font FontAwesome:size=7}${font} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment