Skip to content

Instantly share code, notes, and snippets.

@StephenRadachy
Created July 26, 2014 21:56
Show Gist options
  • Save StephenRadachy/6508d3229921c5a825db to your computer and use it in GitHub Desktop.
Save StephenRadachy/6508d3229921c5a825db to your computer and use it in GitHub Desktop.
Signal
# Signal - A Beautifully Simple Conky Theme
# Author: Stephen J Radachy (sjradach@GitHub)
# Date: July 26th, 2014
# Intended Resolution: 1366x768
# Fonts Used
# Glober Thin Free: http://www.fontsquirrel.com/fonts/glober
# Quicksand Light: http://www.fontsquirrel.com/fonts/quicksand
background no
own_window yes
own_window_type normal
own_window_class Conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment mm
minimum_size 750 100
gap_x -40
gap_y 50
use_xft yes
xftfont Glober:pixelsize=0
xftalpha 0.0
update_interval 2.0
uppercase n
double_buffer yes
own_window_argb_visual yes
own_window_argb_value 0
draw_outline no
draw_shades no
default_shade_color ffffff
default_color bbc5c5
TEXT
${font Glober:pixelsize=200}${alignr}${offset -430}${color #44ff44}${if_match ${battery_percent BAT1} <= 40}${color #ffff44}${endif}\
${if_match ${battery_percent BAT1} <= 20}${color #ff4444}${endif} ${battery_percent BAT1}${color #bbc5c5}
${font Glober:pixelsize=75}${voffset -325}${offset 340}${time %b %d} ${time %Y}
${font Glober:pixelsize=75}${voffset -5}${offset 340}${exec date +"%l" | sed 's/ //g'}\
${font Quicksand:Light:pixelsize=35}${voffset -15}:${voffset 15}${font Glober:pixelsize=75}${voffset -35}${time %M} ${voffset 3}${time %p}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment