diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-16 19:35:11 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-16 19:35:11 +0200 |
| commit | 03a91fb62641014c4541dd035aba73d3a239805c (patch) | |
| tree | 33d8d0e034c0a7f63b6c798ba21934d12ea2912e /conky.conf | |
| parent | 9e429dca5cd534ce960dc39cb73adcca2607f96b (diff) | |
| download | conky-theme-udt-03a91fb62641014c4541dd035aba73d3a239805c.tar.gz conky-theme-udt-03a91fb62641014c4541dd035aba73d3a239805c.zip | |
feat: add the UDT-templated conky config
Same settings as the dev config with the colours as @ROLE@
placeholders, plus @CRITICAL@ for the error overlay, which gen_conky
does not substitute yet.
The rendered conky.conf is gitignored for the reason UDT ignores its
generated files: tracking it turns every scheme switch into a diff.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'conky.conf')
| -rw-r--r-- | conky.conf | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/conky.conf b/conky.conf deleted file mode 100644 index 7bddb64..0000000 --- a/conky.conf +++ /dev/null @@ -1,36 +0,0 @@ --- Development config with literal colours. Task 5 replaces this with the --- UDT-rendered conky.conf.in. Not the file the installed dashboard uses. -conky.config = { - out_to_x = false, - out_to_wayland = true, - own_window = true, - own_window_type = 'normal', - own_window_class = 'conky-dash', - own_window_argb_visual = true, - own_window_argb_value = 200, - minimum_width = 1200, - minimum_height = 700, - double_buffer = true, - update_interval = 2, - total_run_times = 0, - draw_borders = false, - draw_shades = false, - override_utf8_locale = true, - lua_load = './dashboard.lua', - lua_draw_hook_post = 'main', - -- Literal dev palette, Catppuccin Macchiato values. - color1 = '#8aadf4', -- heading - color2 = '#a5adcb', -- label - color3 = '#494d64', -- rule / border - color4 = '#8bd5ca', -- value - color5 = '#c6a0f6', -- highlight - color6 = '#a6da95', -- ok - color7 = '#ed8796', -- critical - default_color = '#cad3f5', -- body - -- The card fill. dashboard.lua reads this for colors.surface; without it the - -- hex() fallback paints every card magenta. - default_shade_color = '#1e2030', -- body shade -} - --- Empty: Cairo output covers conky.text entirely, verified by experiment. -conky.text = [[]] |
