-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconkyrc
52 lines (44 loc) · 1.11 KB
/
conkyrc
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
48
49
50
51
## i3barConky
out_to_x no
own_window no
out_to_console yes
background no
use_xft yes
##avoid flicke## Update interval in seconds
update_interval 20
# Add spaces to keep things from moving about? This only affects certain objects.
# use_spacer should have an argument of left, right, or none
use_spacer left
## This is the number of times Conky will update before quitting.
## Set to zero to run forever
total_run_times 0
## How strict should if_up be when testing an interface for being up?
if_up_strictness address
## Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
## number of cpu samples to average
## set to 1 to disable averaging
cpu_avg_samples 2
short_units yes
## Stuff after 'TEXT' will be formatted on screen
TEXT
[
{
"full_text" : "~${fs_free /home}",
"min_width": 72,
"color" : "\#999999"
},
{
"full_text" : "/${fs_free /}",
"min_width": 72,
"color" : "\#999999"
},
{
"full_text" : "${time %A %d %B }${time %H:%M:%S}",
"separator" : false,
"separator_block_width" : 3,
"color" : "\#E17800",
"min_width": 300,
"align" : "center"
}
],