Created
March 1, 2015 23:18
-
-
Save cbarraco/4ea2efb4ef06683105b7 to your computer and use it in GitHub Desktop.
My conky bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
double_buffer yes | |
own_window yes | |
own_window_transparent no | |
own_window_type override | |
own_window_hints sticky | |
draw_borders no | |
alignment top_left | |
update_interval 1 | |
default_color 857d59 | |
own_window_colour 1a1a1a | |
use_xft yes | |
xftfont Source Code Pro:size=5 | |
override_utf8_locale yes | |
minimum_size 1366 0 | |
maximum_width 1241 | |
use_spacer none | |
gap_x 59 | |
gap_y 28 | |
TEXT | |
${execpi 180 getweather -d -s ' ' -t}\ | |
${alignc -25}${time %a %b %d %I:%M:%S %p}\ | |
${alignr}${battery_percent BAT}% ${battery_bar 5,16 BAT} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment