Created
October 22, 2011 13:41
-
-
Save romanz/1306023 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
# Generated with Conky Wizard | |
# Copyright (C) 2010 José David Abad GarcÃa | |
# GPL Version 3 | |
# | |
# WARNING! All changes made in this file will be lost if the program runs again! | |
# Default Fonts | |
use_xft yes | |
xftfont Ubuntu:size=10 | |
override_utf8_locale yes | |
# Performance Settings | |
update_interval 1 | |
total_run_times 0 | |
double_buffer yes | |
no_buffers yes | |
net_avg_samples 2 | |
text_buffer_size 1024 | |
# Window Settings | |
own_window yes | |
own_window_transparent yes | |
own_window_type override | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
# Window border | |
draw_borders no | |
draw_shades no | |
# Default Color | |
default_color E0DFDE | |
# Color Title. | |
color0 DD3A21 | |
# Size and position | |
minimum_size 256 1025 | |
gap_x 1 | |
gap_y 0 | |
alignment top_right | |
TEXT | |
${image ~/.ConkyWizardTheme/pix/background.png -p 0,0 -s 256x1025} | |
${GOTO 36}Kernel:${GOTO 120}${kernel} | |
${GOTO 36}CPU1:${GOTO 120}${cpubar cpu1 10,75} ${cpu cpu1}% | |
${GOTO 36}CPU2:${GOTO 120}${cpubar cpu2 10,75} ${cpu cpu2}% | |
${GOTO 36}CPU3:${GOTO 120}${cpubar cpu3 10,75} ${cpu cpu3}% | |
${GOTO 36}CPU4:${GOTO 120}${cpubar cpu4 10,75} ${cpu cpu4}% | |
${GOTO 36}RAM:${GOTO 120}${membar 10,75} ${memperc}% | |
${GOTO 36}Uptime:${GOTO 120}${uptime} | |
${GOTO 36}Load:${GOTO 120}${loadavg} | |
${GOTO 36}${font Ubuntu:bold:size=10}${color0}Disks${font}${color} | |
${GOTO 36}System:${GOTO 120}${fs_free /} | |
${GOTO 36}${GOTO 60}${fs_bar 10,100 /} | |
${GOTO 36}Disk:${GOTO 120}${fs_free /media/disk} | |
${GOTO 36}${GOTO 60}${fs_bar 10,100 /media/disk} | |
${GOTO 36}${font Ubuntu:bold:size=10}${color0}Network${font}${color} | |
${GOTO 36}Upspeed:${GOTO 120}${upspeedf eth0} KB/s | |
${GOTO 36}Downspeed:${GOTO 120}${downspeedf eth0} KB/s | |
${GOTO 36}Uploaded:${GOTO 120}${totalup eth0} | |
${GOTO 36}Downloaded:${GOTO 120}${totaldown eth0} | |
${GOTO 36}Local IP:${GOTO 120}${addr eth0} | |
${GOTO 36}DNS:${GOTO 120}${nameserver} | |
${GOTO 36}Hostname:${GOTO 120}${nodename} | |
${GOTO 36}${font Ubuntu:bold:size=10}${color0}Temperatures${font}${color} | |
${GOTO 36}Core 0:${GOTO 120}${execi 4 sensors | grep -A 0 'Core 0' | cut -c15-18}ºC | |
${GOTO 36}Core 1:${GOTO 120}${execi 4 sensors | grep -A 0 'Core 1' | cut -c15-18}ºC | |
${GOTO 36}${font Ubuntu:bold:size=10}${color0}Time and date${font}${color} | |
${GOTO 36}${time %H:%M} ${time %d/%m/%Y} | |
${GOTO 36}${time %A}, ${time %d} ${time %B} ${time %Y} | |
${GOTO 36}${font Ubuntu:bold:size=10}${color0}Weather${font}${color} | |
${GOTO 36}${execi 10 ~/weather.py 40155} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment