diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-20 01:08:30 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-20 01:08:30 +0100 |
| commit | 30f91d7c8769a68e4bf11ed4ff0177bcf1bc9f03 (patch) | |
| tree | e666b46de81733bead5752c299b32b6c76b1dee0 /comet.conf | |
| parent | b5cb61379978fa6dc8d6468dd2f8b412e58cf7bb (diff) | |
Add gradients
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -53,12 +53,15 @@ [block.disk] type = fs text = SSD %{used-si} / %{total} -- %{free-percentage} - color = #18baf2 + color = #18baf2, #00ff00 text-color = #fff path = / [block.date] type = date text = "%A %d %B %H:%M" + ;color = #18baf2, #ff0000 color = #18baf2 + line-color = #fff, #000 + line-width = 4 text-color = #fff |
