-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbattery
47 lines (45 loc) · 1.18 KB
/
battery
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
conky.config = {
color1 = '#ff6019',
alignment = 'top_right',
background = false,
border_width = 30,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
extra_newline = false,
font = 'Noto Sans Mono:size=12',
gap_x = 450,
gap_y = 758,
minimum_height = 5,
minimum_width = 300,
no_buffers = true,
out_to_console = false,
out_to_ncurses = false,
out_to_stderr = false,
out_to_x = true,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_transparent = false,
own_window_argb_visual = true,
own_window_argb_value = 190,
own_window_hints = 'below',
show_graph_range = false,
show_graph_scale = false,
stippled_borders = 0,
update_interval = 10.0,
uppercase = false,
use_spacer = 'none',
use_xft = true,
}
conky.text = [[
$color1${font Noto Sans Mono:size=16}Battery
$font${color1}Status:${color}${alignr}$color${battery BAT1}
${battery_bar BAT1}
${alignr}${battery_time BAT1}
]]