Created
February 6, 2010 11:24
-
-
Save zoqaeski/296660 to your computer and use it in GitHub Desktop.
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
!---------------------------------------------- | |
!! Colours | |
!---------------------------------------------- | |
! Testing "Zork" colour theme. | |
*foreground: #B6B7B8 | |
*background: #202426 | |
! Black | |
*color0: #202426 | |
*color8: #555753 | |
! Red | |
*color1: #E62727 | |
*color9: #E62727 | |
! Green | |
*color2: #23994A | |
*color10: #23994A | |
! Yellow (Orange) | |
*color3: #F28100 | |
*color11: #F28100 | |
! Blue | |
*color4: #658CB8 | |
*color12: #658CB8 | |
! Magenta | |
*color5: #946D90 | |
*color13: #946D90 | |
! Cyan | |
*color6: #059799 | |
*color14: #059799 | |
! Grey/White/etc | |
*color7: #D7D4D7 | |
*color15: #EBE8EB |
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 | |
# | |
################### | |
# Colours fit in with my 'Zork' theme | |
# Position, size and colour | |
alignment top_left | |
maximum_width 1280 | |
minimum_size 1280 26 | |
use_spacer none | |
gap_x 0 | |
gap_y 1 | |
# Colours | |
# (taken from my ~/.Xdefaults) | |
color0 555753 # "black" | |
color1 E62727 # "red" | |
color2 23994A # "green" | |
color3 F28100 # "yellow" | |
color4 658CB8 # "blue" | |
color5 946D90 # "magenta" | |
color6 059799 # "cyan" | |
color7 EBE8EB # "white" | |
#default_shade_color 141413 | |
default_shade_color 0b0c0d | |
default_outline_color black | |
default_color d7d4d7 | |
default_graph_size 9 40 | |
background yes | |
# Window management | |
own_window yes | |
own_window_type override | |
own_window_transparent no | |
own_window_colour 202426 | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
double_buffer yes | |
draw_shades yes | |
draw_outline no | |
draw_borders no | |
#stippled_borders 10 | |
border_inner_margin 0 | |
border_width 0 | |
update_interval 1.0 | |
use_xft yes | |
xftfont DejaVu Sans Mono:style=bold:size=11 | |
xftalpha 0.8 | |
uppercase no | |
no_buffers yes | |
# RAM | |
template1 ${font}${color3} ram ${color2}${memperc}% ${color4}${membar 9,40}${color} | |
# CPU | |
template2 ${color3}cpu ${color2}${cpu cpu0}% ${color4}${cpubar cpu0 9,40} ${color2}${cpu cpu1}% ${color4}${cpubar cpu1 9,40}${color} | |
# Eth | |
template3 ${color3}eth ${color2}down ${color4}${downspeed eth0} ${color2}up ${color4}${upspeed eth0}${color} | |
TEXT | |
${offset 4}${color4}${font OpenLogos:size=20}A${voffset -8}${template1} :: ${template2} :: ${template3} ${alignr} ${color4}${time %A, %d %B} ${time %H:%M} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment