Skip to content

Instantly share code, notes, and snippets.

@notpushkin
Created March 25, 2014 17: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 notpushkin/9767012 to your computer and use it in GitHub Desktop.
Save notpushkin/9767012 to your computer and use it in GitHub Desktop.
# Conky settings
background yes
update_interval 1
double_buffer yes
#no_buffers yes
# Window specifications
gap_x 20
gap_y 20
minimum_size 300 0
maximum_width 800
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment top_right
# Graphics settings
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings
use_xft yes
xftalpha 0
xftfont Open Sans Light:size=10
override_utf8_locale yes
imlib_cache_size 0
# Color scheme
default_color ffffff
# Add ${alignr}
TEXT
${font Raleway:weight=Light:size=100}${time %H}:${time %M}
${font Raleway:weight=Light:size=32}${voffset -60}${time %A %B %d}
${voffset 40}${font iconky:size=20}W${font Raleway:weight=Light:size=20} ${execi 300 python -c'from pythonwifi.iwlibs import *; s = getNICnames(); print(Wireless(s[0]).getEssid() if len(s) > 0 else "—")'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment