aboutsummaryrefslogtreecommitdiff
path: root/comet.conf
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-20 12:15:20 +0100
committerFederico Angelilli <code@fedang.net>2024-11-20 12:15:20 +0100
commit2fd774e1c718f6654d34bc6a472ab180d3c8239d (patch)
tree6fbc4f8f326dba6ccdb84c4e5d8913f92edd11b8 /comet.conf
parenteb370ad9065ce222c1bfd6ae0576b9a0f6b3de22 (diff)
Start working on slider block
Diffstat (limited to 'comet.conf')
-rw-r--r--comet.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/comet.conf b/comet.conf
index 22feae2..bea53a2 100644
--- a/comet.conf
+++ b/comet.conf
@@ -6,7 +6,7 @@
height = 40
background = #abc
- blocks = date, perf, try2
+ blocks = date, perf, try2, sl
[jib]
sus = false
@@ -65,3 +65,16 @@
line-color = #fff, #000
line-width = 4
text-color = #fff
+
+[block.sl]
+ type = slider
+ bar-value = 10
+ color = #18baf2
+ bar-width = 100
+ bar-height = 10
+ bar-color = #afafaf
+ bar-line-color = #000
+ bar-line-width = 2
+ bar-bg-color = #fff
+
+