Last active
January 2, 2016 19:29
-
-
Save discomplex/8350552 to your computer and use it in GitHub Desktop.
#CONKY CONFIG FILE [Minimal / Box]
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 [Minimal / Box] | |
Better used with GNU/Linux CrunchBang <3 #! http://crunchbang.org/donate | |
background no | |
use_xft yes | |
xftfont Ubuntu:size=6 | |
update_interval 1.8 | |
total_run_times 0 | |
own_window_hints sticky,skip_taskbar,skip_pager | |
own_window_argb_visual | |
own_window_argb_value 255 | |
own_window yes | |
own_window_type panel | |
own_window_transparent no | |
own_window_colour 000000 | |
double_buffer yes | |
border_inner_margin 0 | |
border_outer_margin 0 | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders yes | |
default_color ffffff | |
minimum_size 50 50 | |
maximum_width 50 | |
TEXT | |
RAM ${alignr}${mem} | |
${membar 4,30} ${alignr}${memperc}% | |
#${cpugauge cpu0 11,50} | |
CPU ${alignr}${freq_g}Ghz | |
${cpubar cpu0 4,30} ${alignr}${cpu cpu0}% | |
${cpugraph cpu0 15,50} | |
${if_existing /proc/net/route wlan0}${font DejaVuSans:size=6}▲${font}${alignr}${totalup wlan0} | |
${upspeedgraph wlan0 11,50} | |
${font DejaVuSans:size=6}▼${font}${alignr}${totaldown wlan0} | |
${downspeedgraph wlan0 11,50}}${endif} | |
#${if_existing /proc/net/route wlan0}WiFi ${wireless_link_qual_perc wlan0}% | |
#${wireless_bitrate wlan0}${endif} | |
${font DejaVuSans:size=7}◔${font} ${alignr}${font Ubuntu:size=5} ${uptime}${font} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment