From 2fd774e1c718f6654d34bc6a472ab180d3c8239d Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 20 Nov 2024 12:15:20 +0100 Subject: Start working on slider block --- comet.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'comet.conf') 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 + + -- cgit v1.2.3