Created
May 3, 2014 22:59
-
-
Save tmlbl/5918dd5ed455d650feaa 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 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 Monospace:size=10 | |
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 300 300 | |
maximum_width 300 | |
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 22 | |
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}% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment