2013-08-26 17:40:36 -04:00
|
|
|
#!/usr/bin/conky -d -c
|
2013-09-01 12:41:26 -04:00
|
|
|
# Copyright © 2013, Bradley M. Kuhn
|
|
|
|
|
|
|
|
|
|
# The copyright holders wish that this document could be placed into the public
|
|
|
|
|
# domain. However, should such a public domain dedication not be possible, the
|
|
|
|
|
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
|
|
|
|
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
|
|
|
|
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
|
|
|
|
# this document has been separated from the repository, a copy of CC0-1.0 can
|
|
|
|
|
# be found on Creative Commons' website at:
|
|
|
|
|
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
|
|
|
|
|
2013-08-26 17:40:36 -04:00
|
|
|
## .conkyrc configuration
|
2013-09-01 11:34:40 -04:00
|
|
|
update_interval 1.0
|
|
|
|
|
update_interval_on_battery 5.0
|
2013-08-26 17:40:36 -04:00
|
|
|
|
|
|
|
|
alignment bottom_left
|
|
|
|
|
|
|
|
|
|
use_xft yes
|
|
|
|
|
xftfont Inconsolata:size=9.5
|
|
|
|
|
xftalpha 0.1
|
|
|
|
|
|
|
|
|
|
double_buffer yes
|
|
|
|
|
draw_shades yes
|
|
|
|
|
|
|
|
|
|
own_window_type desktop
|
|
|
|
|
own_window yes
|
|
|
|
|
own_window_transparent yes
|
|
|
|
|
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
|
|
|
|
|
|
|
|
|
text_buffer_size 8000
|
|
|
|
|
max_user_text 10000
|
|
|
|
|
|
|
|
|
|
default_color e1e1e1
|
|
|
|
|
color0 555555
|
|
|
|
|
color1 FCAF3E
|
|
|
|
|
color2 Ivory #FFFFF0
|
|
|
|
|
#color2 64574e
|
|
|
|
|
color3 Ivory3 #CDCDC1
|
|
|
|
|
color4 grey40
|
|
|
|
|
color5 Red
|
|
|
|
|
color6 Yellow
|
|
|
|
|
color7 Green
|
|
|
|
|
color8 9d9c61
|
|
|
|
|
color9 525276
|
|
|
|
|
|
|
|
|
|
maximum_width 499
|
2013-09-01 11:34:40 -04:00
|
|
|
gap_x 1
|
|
|
|
|
gap_y 3
|
2013-08-26 17:40:36 -04:00
|
|
|
|
2013-09-01 11:34:40 -04:00
|
|
|
TEXT
|
|
|
|
|
${color2}${font led:size=10}BATTERY ${font}$hr
|
2013-08-26 17:40:36 -04:00
|
|
|
Battery: ${battery} ${acpiacadapter}
|
|
|
|
|
${battery_bar}
|
2013-09-01 11:34:40 -04:00
|
|
|
${goto 3}${font :size=8}${time %a %Y-%m-%d at %H:%M:%S}
|