43 lines
934 B
Django/Jinja
43 lines
934 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
# i will probably keep running i3wm
|
|
# https://www.reddit.com/r/i3wm/comments/4x8tif/i3_and_conky_in_the_background/own_window yes
|
|
own_window_class Conky
|
|
own_window_type override
|
|
background yes
|
|
# https://faq.i3wm.org/question/3829/conky-on-desktop.1.html
|
|
# conky config battery indicator
|
|
alignment top_left
|
|
background no
|
|
border_width 1
|
|
cpu_avg_samples 2
|
|
default_color white
|
|
default_outline_color white
|
|
default_shade_color white
|
|
draw_borders no
|
|
draw_graph_borders yes
|
|
draw_outline no
|
|
draw_shades no
|
|
use_xft yes
|
|
xftfont DejaVu Sans Mono:size=10
|
|
gap_x 25
|
|
gap_y 25
|
|
minimum_size 5 5
|
|
net_avg_samples 2
|
|
double_buffer yes
|
|
out_to_console no
|
|
out_to_stderr no
|
|
extra_newline no
|
|
own_window yes
|
|
own_window_class Conky
|
|
own_window_type override
|
|
stippled_borders 0
|
|
update_interval 1.0
|
|
uppercase no
|
|
use_spacer none
|
|
show_graph_scale no
|
|
show_graph_range no
|
|
|
|
|
|
TEXT
|
|
${battery BAT1} ${battery_bar BAT1} ${battery_short BAT1}
|