aboutsummaryrefslogtreecommitdiff
path: root/comet.conf
blob: 7f07c8a6f897e7a707ea2faff761c8e4f67b0b1a (plain)
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
52
53
54
55
56
57
58
59
; vim: syn=confini ts=4 sw=4 et

[bar]
    font = "Hack 12"
    width = 1700
    height = 40
    background = #abc

[jib]
    sus = false

[block.cpu]
    ;type = text
    type = 0
    text = CPU

[block.main]
    type = 0
    text = CIAO
    color = #123
    text-color = #fff

    event-click-left = ex

;;[action.]
;;    err = true

[action.ex]

    animation = shine
    prop = newvalue
    ;text = ${shell: tail -f /file }

;[block.label]
;    type = text | group
;    x-padding = 0
;    y-padding = 0
;    color = col
;    line-width = 0
;    line-color = col
;    hidden = false
;    interval = 1111
;    min-width = 0
;    max-width = 0
;
;    ; only text
;    text = ...
;    text-color = col
;    text-align = right | center | left
;    text-size = 1
;
;    ; only group
;    spacing = 10
;    children = label2 another blockus

[block.cpu]
    type = cpu
    interval = 1
    text = "CPU: ${percentage}"