diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-29 12:12:39 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-29 12:12:39 +0100 |
| commit | 8ad2993b9e6679a669b80154639b4941ed2fafb4 (patch) | |
| tree | 4ec62786a4d549600f549e38d96b9b9a9ebe85b0 /comet.conf | |
| parent | 32f4f9e071cb2a6966edaac512ae11598c5b1f7e (diff) | |
Refactor
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,8 +2,10 @@ [bar] font = "Hack 12" - width = 1700 + width = 1900 height = 40 + ;x-offset = 10 + ;y-offset = 10 background = #abc blocks = date, perf, try2, mus, sus @@ -95,7 +97,7 @@ bar-value = 88 ;color = #18baf2 bar-width = 120 - bar-height = 8 + bar-height = 17 bar-color = #f1baee, #CCCCFF bar-line-color = #000 bar-line-width = 10 @@ -128,7 +130,7 @@ target = block.next set-text = "ciao" - run-script = echo works + run-sync = echo works ;target = block.mus ;set-blocks = bogus |
