Skip to content

Commit

Permalink
Add a few conky windows.
Browse files Browse the repository at this point in the history
These display various metrics. Based on the "Gold and Grey" theme
found here : http://sunjack94.deviantart.com/art/Gold-And-Grey-Conky-151006149
  • Loading branch information
cupcicm committed Dec 7, 2011
1 parent f45e94e commit 6386ec3
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 0 deletions.
52 changes: 52 additions & 0 deletions conky/windows/big_clock
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# — SETTINGS — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
double_buffer yes
no_buffers yes
text_buffer_size 1024

# — WINDOW — #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# — BORDER — #
border_inner_margin 1
border_outer_margin 1

# — SIZE — #
minimum_size 300
maximum_width 300

# — ALIGNMENT — #
alignment tr
gap_x -95
gap_y -50

# — GRAPHIC — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#default_bar_size 40 8
#default_shade_color
#own_window_colour 808080

# — TEXT — #
use_xft yes
xftfont Dejavu Sans:size=6
xftalpha 0.8
uppercase no
override_utf8_locale yes
default_color 888

# — LUA — #
lua_load ~/.conky/lua/clock_rings.lua
lua_draw_hook_pre clock_rings

TEXT
${time %e}${font}
${voffset 300}
55 changes: 55 additions & 0 deletions conky/windows/cpu
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# — SETTINGS — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
doutle_buffer yes
no_buffers yes
text_buffer_size 1024

# — WINDOW — #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# — BORDER — #
border_inner_margin 1
border_outer_margin 1

# — SIZE — #
minimum_size 215
maximum_width 185

# — ALIGNMENT — #
alignment tl
gap_x 1190
gap_y 25

# — GRAPHIC — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#default_bar_size 40 8
#default_shade_color
#own_window_colour 808080

# — TEXT — #
use_xft yes
xftfont Dejavu Sans:size=6
xftalpha 0.8
uppercase no
override_utf8_locale yes
default_color 888

# — LUA — #
#lua_load ~/Conky/bgcolor/bg.lua
#lua_draw_hook_pre conky_draw_bg

# — Colors — #
color1 C18C24

TEXT
${font Poky:size=20}P${voffset -3}${font Impact:size=16}$color1${goto 30}${cpu cpu0}${goto 60}${color}%${goto 90}${voffset -5}${font Poky:size=20}P${voffset -3}${font Impact:size=16}$color1${goto 120}${cpu cpu1}${goto 150}${color}%${color1}
$color1${cpugraph 15,160}$color
56 changes: 56 additions & 0 deletions conky/windows/disk
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# — SETTINGS — #
background no
update_interval 0.5
cpu_avg_samples 2
net_avg_samples 2
doutle_buffer yes
no_buffers yes
text_buffer_size 1024

# — WINDOW — #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# — BORDER — #
border_inner_margin 1
border_outer_margin 1

# — SIZE — #
minimum_size 125
maximum_width 130

# — ALIGNMENT — #
alignment tl
gap_x 875
gap_y 25

# — GRAPHIC — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#default_bar_size 40 8
#default_shade_color
#own_window_colour 808080

# — TEXT — #
use_xft yes
xftfont Dejavu Sans:size=8:condensed
xftalpha 0.8
uppercase no
override_utf8_locale yes
default_color 888

# — LUA — #
#lua_load ~/Conky/bgcolor/bg.lua
#lua_draw_hook_pre conky_draw_bg

# — Colors — #
color1 C18C24

TEXT
${font Poky:size=20}y${voffset -10}${goto 30}${font}Root${goto 70}${voffset -7}${font Poky:size=20}y${voffset -10}${font}${goto 97}grodur
${offset 2}${voffset 2}${fs_bar 3,20 /}${goto 30}${voffset -2}${font Dejavu Sans:size=9:condensed:bold}$color1${fs_used_perc /} %$color${goto 70}${offset 2}${voffset 2}${fs_bar 3,20 /media/grodur}${goto 97}${voffset -2}$color1${fs_used_perc /media/grodur} %$color
${offset 2}${voffset 1}${font Dejavu Sans:size=7}I/O » $color1${diskio}$color${alignr 5}${diskiograph 8,30}
59 changes: 59 additions & 0 deletions conky/windows/mem
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# — SETTINGS — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
doutle_buffer yes
no_buffers yes
text_buffer_size 1024
imlib_cache_size 0

# — WINDOW — #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# — BORDER — #
border_inner_margin 2
border_outer_margin 1
border_width 1

# — SIZE — #
minimum_size 135
maximum_width 135
default_bar_size 150 4

# — ALIGNMENT — #
alignment tl
gap_x 1030
gap_y 25
# — GRAPHIC — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
#default_shade_color
#default_outline_color 909090
#own_window_colour 808080

# — TEXT — #
use_xft yes
xftfont Dejavu Sans:size=7
xftalpha 1.0
uppercase no
override_utf8_locale yes
default_color 888

# — LUA — #
#lua_load ~/Conky/bgcolor/bg.lua
#lua_draw_hook_pre conky_draw_bg

# — Colors — #
color1 C18C24


TEXT
${voffset -3}${font Poky:size=20}M${goto 35}${font Impact:size=16}${voffset -3}$color1${memperc}$color${goto 65}%${font}${goto 90}${voffset -8}$color1${mem}$color${voffset 9}${goto 90}${membar 3,40}${voffset -8}
${voffset 12}${goto 5}${font StyleBats:size=14}i${font}${voffset -3} SWAP » $color1${swapperc}%$color - $color1$swap$color
${voffset -4}
57 changes: 57 additions & 0 deletions conky/windows/net
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# — SETTINGS — #
background no
update_interval 0.5
cpu_avg_samples 2
net_avg_samples 2
doutle_buffer yes
no_buffers yes
text_buffer_size 1024

# — WINDOW — #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# — BORDER — #
border_inner_margin 1
border_outer_margin 1

# — SIZE — #
minimum_size 125
maximum_width 125

# — ALIGNMENT — #
alignment tl
gap_x 725
gap_y 25

# — GRAPHIC — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#default_bar_size 40 8
#default_shade_color
#own_window_colour 808080

# — TEXT — #
use_xft yes
xftfont Dejavu Sans:size=7:condensed
xftalpha 0.8
uppercase no
override_utf8_locale yes
default_color 888

# — LUA — #
#lua_load ~/Conky/bgcolor/bg.lua
#lua_draw_hook_pre conky_draw_bg

# — Colors — #
color1 C18C24

TEXT
${voffset 3}${font PizzaDude Bullets:size=14}r${font}${goto 25}${voffset -7}${downspeed eth0}
${goto 25}${voffset -1}${font Dejavu Sans:size=8:condensed:bold}$color1${totaldown eth0}$font${goto 92}${voffset -12}${downspeedgraph eth0 15,30}$color
${font PizzaDude Bullets:size=14}v${font}${goto 25}${voffset -7}${upspeed eth0}${alignr 5}
${goto 25}${voffset -1}${font Dejavu Sans:size=8:condensed:bold}$color1${totalup eth0}$font${goto 92}${voffset -12}${upspeedgraph eth0 15,30}$color${voffset -27}
58 changes: 58 additions & 0 deletions conky/windows/time
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# — SETTINGS — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
doutle_buffer yes
no_buffers yes
text_buffer_size 1024
imlib_cache_size 0

# — WINDOW — #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# — BORDER — #
border_inner_margin 1
border_outer_margin 1
border_width 1

# — SIZE — #
minimum_size 195
maximum_width 195
default_bar_size 150 4

# — ALIGNMENT — #
alignment tl
gap_x 500
gap_y 25

# — GRAPHIC — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
#default_shade_color
#default_outline_color 909090
#own_window_colour 808080

# — TEXT — #
use_xft yes
xftfont Dejavu Sans:size=8
xftalpha 1.0
uppercase no
override_utf8_locale yes
default_color 888

# — LUA — #
#lua_load ~/Conky/bgcolor/bg.lua
#lua_draw_hook_pre conky_draw_bg

# — Colors — #
color1 C18C24

TEXT
${font Impact:size=20}${goto 5}$color1${time %T}$color${goto 104}${font Impact:size=10}${time %a %d %b %Y}${font}
${voffset 4}${goto 5}Desk » $color1${desktop_name} (${desktop})$color${goto 100}UPT » $color1${uptime_short}$color

0 comments on commit 6386ec3

Please sign in to comment.