aboutsummaryrefslogtreecommitdiff
path: root/comet.conf
blob: 2a8a85de84690db21bc590fca64e7bab3c75fb11 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
; vim: syn=confini ts=4 sw=4 et

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

    blocks = date, perf, try2

[jib]
    sus = false

[block.try2]
    type=group
    blocks = try
    collapse = true
    color = #000

[block.try]
    type = text
    text-color = #a123fc
    text = "a"
    ;color = #fff
    ;x-padding = 10
    y-padding = 2
    ;effect = hey2
    effect = coop

[block.perf]
    type = group
    color = #DC143C
    spacing = 20
    blocks = cpu, ram, disk

[block.cpu]
    type = text
    text = CPU
    text-color = #fff
    color = #181818
    line-color = #faf
    line-width = 2

[block.ram]
    type = ram
    text = RAM: %{used-percentage}%
    text-color = #fff
    color = #f0b
    effect = cool

[block.disk]
    type = fs
    text = SSD %{used} / %{total} -- %{free-percentage}
    color = #18baf2
    text-color = #fff
    path = /
    effect = cool
    x-padding = 5
    y-padding = 5

[block.date]
    type = date
    text = "%A %d %B    %H:%M"
    color = #18baf2
    text-color = #fff
    effect = hey

[effect.hey]
    type = pulse
    duration = 300
    amplitude = 20

;[effect.hey2]
;    type = ring
;    duration = 300
;    width = 2
;    padding = 1
;    color = #000

[effect.cool]
    type = shine
    duration = 500
    jib=1

[effect.coop]
    type = rainbow


;[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}"