diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-16 19:35:58 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-16 19:35:58 +0200 |
| commit | 9acc4ebcd3308d05bac87f0bd6d6fdab7d60f0f2 (patch) | |
| tree | 574e3996a40d3a1df82b01236fe097905d72dd98 | |
| parent | 03a91fb62641014c4541dd035aba73d3a239805c (diff) | |
| download | conky-theme-udt-9acc4ebcd3308d05bac87f0bd6d6fdab7d60f0f2.tar.gz conky-theme-udt-9acc4ebcd3308d05bac87f0bd6d6fdab7d60f0f2.zip | |
style: drop a duplicated comment line in the template
An earlier patch left "c8 = 200/255 alpha." on its own line directly
above the sentence that already says it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
| -rw-r--r-- | conky.conf.in | 1 | ||||
| -rw-r--r-- | docs/superpowers/plans/2026-09-16-conky-lua-dashboard.md | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/conky.conf.in b/conky.conf.in index 81ff55f..d2cd1e3 100644 --- a/conky.conf.in +++ b/conky.conf.in @@ -16,7 +16,6 @@ conky.config = { -- Translucency via own_window_colour '#AARRGGBB'. NOT own_window_argb_visual -- (removed in conky 1.24: ARGB is always on when available) nor -- own_window_argb_value (deprecated); both emit warnings on this build. - -- c8 = 200/255 alpha. -- c8 = 200/255 alpha. The colour follows the palette: @BODY_SHADE@ with its -- leading '#' stripped, so a scheme switch recolours the backdrop too. own_window_colour = '#c8@BODY_SHADE_RAW@', diff --git a/docs/superpowers/plans/2026-09-16-conky-lua-dashboard.md b/docs/superpowers/plans/2026-09-16-conky-lua-dashboard.md index 6fea570..7d7573c 100644 --- a/docs/superpowers/plans/2026-09-16-conky-lua-dashboard.md +++ b/docs/superpowers/plans/2026-09-16-conky-lua-dashboard.md @@ -814,7 +814,6 @@ conky.config = { -- Translucency via own_window_colour '#AARRGGBB'. NOT own_window_argb_visual -- (removed in conky 1.24: ARGB is always on when available) nor -- own_window_argb_value (deprecated); both emit warnings on this build. - -- c8 = 200/255 alpha. -- c8 = 200/255 alpha. The colour follows the palette: @BODY_SHADE@ with its -- leading '#' stripped, so a scheme switch recolours the backdrop too. own_window_colour = '#c8@BODY_SHADE_RAW@', |
