Last active
August 29, 2015 14:04
-
-
Save ThomasLeister/e7cb02e2ee83cf3add98 to your computer and use it in GitHub Desktop.
Conky Theme Deep Sea
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
#============================================================================== | |
# Deep Sea Conky Template | |
# Author: Thomas Leister | |
# License: Public Domain | |
#============================================================================== | |
background yes | |
update_interval 1 | |
cpu_avg_samples 1 | |
net_avg_samples 2 | |
temperature_unit celsius | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 2048 | |
gap_x 20 | |
gap_y 20 | |
minimum_size 300 900 | |
maximum_width 350 | |
own_window yes | |
own_window_type desktop | |
own_window_transparent no | |
own_window_argb_visual yes | |
own_window_argb_visual yes | |
own_window_colour 000000 | |
own_window_argb_value 128 | |
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below | |
border_inner_margin 20 | |
border_outer_margin 0 | |
alignment top_right | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders no | |
override_utf8_locale yes | |
use_xft yes | |
xftfont caviar dreams:size=10 | |
xftalpha 0.5 | |
uppercase no | |
### Colors ### | |
default_color FFFFFF | |
# Gray | |
color1 DDDDDD | |
color2 AAAAAA | |
color3 888888 | |
# Bright Blue | |
color4 009cff | |
# Normal Blue | |
color5 0073ff | |
# Dark Blue | |
color6 004a8e | |
own_window_argb_value 128 | |
own_window_colour 000000 | |
TEXT | |
################# SYSTEM information ################# | |
${voffset 20} | |
${font Ubuntu:size=10,weight:bold}${color5}SYSTEM ${hr 2} | |
${voffset 3} | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}$nodename | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}$sysname $kernel | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}Uptime: $uptime | |
################# CPU usage ################# | |
${voffset 20} | |
${font Ubuntu:size=10,weight:bold}${color5}CPU ${hr 2} | |
${voffset 3} | |
${offset 15}${cpugraph 40,283 002e59 0073ff} | |
${voffset 3} | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color4}${top name 1}${alignr}${top cpu 1}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}${top name 2}${alignr}${top cpu 2}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color2}${top name 3}${alignr}${top cpu 3}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color3}${top name 4}${alignr}${top cpu 4}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color3}${top name 5}${alignr}${top cpu 5}% | |
################# RAM usage ################# | |
${voffset 20} | |
${font Ubuntu:size=10,weight:bold}${color5}RAM ${hr 2} | |
${voffset 3} | |
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${memeasyfree}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${mem} | |
${voffset 3} | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color4}${top_mem name 1}${alignr}${top_mem mem 1}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}${top_mem name 2}${alignr}${top_mem mem 2}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color2}${top_mem name 3}${alignr}${top_mem mem 3}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 4}% | |
${offset 15}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 5}% | |
################# DISK Partitions ################# | |
${voffset 20} | |
${font Ubuntu:size=10,weight:bold}${color5}DISKS ${hr 2} | |
${voffset 3} | |
${offset 15}${diskiograph 40,283 002e59 0073ff } | |
${voffset 3} | |
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /} | |
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /boot}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /boot} | |
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /dev/sdb}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /dev/sdb} | |
################# NETWORK #################### | |
# If you don't get any network data, replace "wlp2s0" by "eth0" or "wlan0" | |
############################################## | |
${voffset 20} | |
${font Ubuntu:size=10,weight:bold}${color5}NETWORK ${hr 2} | |
${voffset 3} | |
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Up: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${upspeed wlp2s0} / ${totalup} | |
${offset 15}${upspeedgraph wlp2s0 40,285 002e59 0073ff 100 -l} | |
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Down: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${downspeed wlp2s0} / ${totaldown} | |
${offset 15}${downspeedgraph wlp2s0 40,285 002e59 0073ff 100 -l} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment