Skip to content

Instantly share code, notes, and snippets.

@dz0ny
Created June 5, 2013 08:30
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 dz0ny/5712451 to your computer and use it in GitHub Desktop.
Save dz0ny/5712451 to your computer and use it in GitHub Desktop.
# Conky Google Now style #
# Conky settings #
background no
update_interval 1
double_buffer yes
no_buffers yes
# Window specifications #
own_window yes
own_window_type conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_title
own_window_colour FFFFFF
minimum_size 250
# Alignment #
alignment tr
gap_x 100
gap_y 100
border_inner_margin 15
border_outer_margin 0
# 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=9
override_utf8_locale yes
imlib_cache_size 0
# Color scheme #
default_color 666666
color1 0099CC
color2 9933CC
color3 669900
color4 FF8800
color5 CC0000
color6 AAAAAA
color7 DDDDDD
TEXT
${font Open Sans Light:size=25}Babno Polje${font}
${font Open Sans Light:size=45}${alignr}${execi 300 arso vreme "Babno Polje" "t"}°${font}
${color6}${execi 300 arso razmere "Babno Polje" "msg"}
${execi 300 arso napoved "Babno Polje" "napovedm"}#{color}
${if_existing /proc/net/route wlan2}
${color1}Gor:${color} ${color3}${upspeed wlan2}${color}${alignr}${color1}Dol:${color} ${color3}${downspeed wlan2}${color}
${upspeedgraph wlan2 50,120 FF8800 FF8800}${alignr}${downspeedgraph wlan2 50,120 FF8800 FF8800}
${color1}Poslano:${color} ${color2}${totalup wlan2}${color}${alignr}${color1}Prejeto:${color} ${color2}${totaldown wlan2}${color}
${else}
Ni povezave
${voffset 50}
${endif}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment