Created
June 8, 2013 00:19
-
-
Save iulianpw/5733295 to your computer and use it in GitHub Desktop.
My .conkyrc configuration for #!
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
# conky configuration | |
# | |
# The list of variables has been removed from this file in favour | |
# of keeping the documentation more maintainable. | |
# Check http://conky.sf.net for an up-to-date-list. | |
# | |
# For ideas about how to modify conky, please see: | |
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/ | |
# | |
# For help with conky, please see: | |
# http://crunchbanglinux.org/forums/topic/2047/conky-help/ | |
# | |
# Enjoy! :) | |
############################################## | |
# Settings | |
############################################## | |
background yes | |
use_xft yes | |
xftfont Liberation Sans:size=9 | |
xftalpha 1 | |
update_interval 1.0 | |
total_run_times 0 | |
own_window yes | |
own_window_transparent yes | |
own_window_type desktop | |
#own_window_argb_visual yes | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
double_buffer yes | |
minimum_size 200 200 | |
maximum_width 240 | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders no | |
default_color 656667 | |
default_shade_color 000000 | |
default_outline_color 828282 | |
alignment top_right | |
gap_x 12 | |
gap_y 56 | |
no_buffers yes | |
uppercase no | |
cpu_avg_samples 2 | |
override_utf8_locale no | |
############################################## | |
# Output | |
############################################## | |
TEXT | |
S Y S T E M I N F O | |
${hr} | |
Host:$alignr$nodename | |
Uptime:$alignr$uptime | |
RAM:$alignr$mem/$memmax | |
Swap usage:$alignr$swap/$swapmax | |
Disk usage:$alignr${fs_used /}/${fs_size /} | |
CPU usage:$alignr${cpu cpu0}% | |
T O P C P U | |
${hr} | |
${top name 1}${alignc}${top cpu 1} ${top mem 1}${alignr}${top pid 1} | |
${top name 2}${alignc}${top cpu 2} ${top mem 2}${alignr}${top pid 2} | |
${top name 3}${alignc}${top cpu 3} ${top mem 3}${alignr}${top pid 3} | |
${top name 4}${alignc}${top cpu 4} ${top mem 4}${alignr}${top pid 4} | |
${top name 5}${alignc}${top cpu 5} ${top mem 5}${alignr}${top pid 5} | |
${top name 6}${alignc}${top cpu 6} ${top mem 6}${alignr}${top pid 6} | |
T O P M E M O R Y | |
${hr} | |
${top_mem name 1}${alignc}${top_mem cpu 1} ${top_mem mem 1}${alignr}${top_mem pid 1} | |
${top_mem name 2}${alignc}${top_mem cpu 2} ${top_mem mem 2}${alignr}${top_mem pid 2} | |
${top_mem name 3}${alignc}${top_mem cpu 3} ${top_mem mem 3}${alignr}${top_mem pid 3} | |
${top_mem name 4}${alignc}${top_mem cpu 4} ${top_mem mem 1}${alignr}${top_mem pid 4} | |
${top_mem name 5}${alignc}${top_mem cpu 5} ${top_mem mem 2}${alignr}${top_mem pid 5} | |
${top_mem name 6}${alignc}${top_mem cpu 6} ${top_mem mem 3}${alignr}${top_mem pid 6} | |
I N T E R N E T | |
${hr} | |
WLAN Network: $alignr${wireless_essid wlan0} | |
WLAN Address: $alignr${wireless_ap wlan0} | |
WLAN Signal: $alignr${wireless_link_qual wlan0} | |
Local IP: $alignr${addr wlan0} | |
Public IP: $alignr${execi 3600 wget -O - http://ip.tupeux.com | tail} | |
S H O R T C U T K E Y S | |
${hr} | |
Alt+F2$alignr Run Dialog | |
Alt+F3$alignr Alt Menu | |
Super+Space$alignr Main Menu | |
Super+Tab$alignr Client Menu | |
Super+t$alignr Terminal | |
Super+f$alignr File Manager | |
Super+e$alignr Editor | |
Super+m$alignr Media Player | |
Super+w$alignr Web Browser | |
Super+h$alignr Task Manager | |
Super+l$alignr Lock Screen | |
Super+v$alignr Volume Control | |
Super+x$alignr Logout | |
PrtSc$alignr Screenshot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment