diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-20 12:15:20 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-20 12:15:20 +0100 |
| commit | 2fd774e1c718f6654d34bc6a472ab180d3c8239d (patch) | |
| tree | 6fbc4f8f326dba6ccdb84c4e5d8913f92edd11b8 /comet.conf | |
| parent | eb370ad9065ce222c1bfd6ae0576b9a0f6b3de22 (diff) | |
Start working on slider block
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 + + |
