Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created September 23, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirrusUK/6676550 to your computer and use it in GitHub Desktop.
Save cirrusUK/6676550 to your computer and use it in GitHub Desktop.
.conkyrc #noMPD
# Conky settings #
background yes
update_interval 0.5
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
#imlib_cache_size 0
# Window specifications #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
minimum_size 3840 1080
maximum_width 3840
alignment tr
gap_x 0
gap_y 0
# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings #
use_xft yes
xftfont caviar dreams:size=10:style=bold
xftalpha 0.7
uppercase no
default_color 497BF7
# Lua Load #
#lua_load ~/.lua/scripts/haunted.lua
#lua_draw_hook_pre clock_rings
## Adjust these fields according to the your screen size i have modded them for 3840x1080 [dual22"]
TEXT
${offset 1440}${voffset 61}${color 497BF7}${font caviar dreams:pixelsize=60}${time %H:%M}${font}${voffset -74}${voffset 10}${color 497BF7}${font caviar dreams:pixelsize=32}${time %d} ${voffset -0}${color 497BF7}${font caviar dreams:pixelsize=20}${time %B} ${time %Y}${font}${voffset 10}${offset -22}${font caviar dreams:pixelsize=48}${offset -145}${time %A}${font}
${offset 1495}${voffset 10}${color 497BF7}${nodename}:${color} ${kernel} Kernel${color 497BF7}${offset 30}Uptime: ${color}${uptime}
${offset 1450}${voffset 5}${color 497BF7}${offset 130}${color 497BF7}RAM: $color$mem / $memmax${offset 25}${color 497BF7}CPU: $color${cpu cpu0}% ${cpu cpu1}%
${offset 1665}${voffset 5}${color 497BF7}Root:${color} ${fs_used /}/${fs_size /}$font
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment