@@ 10,15 10,15 @@ conky.config = {
border_width = 8,
border_inner_margin = 18,
- -- Plan 9 inspired palette
- default_color = 'EAFFFF', -- Plan 9 cyan (border color)
- color0 = 'E8E8E8', -- white for default text
- color1 = '9E9E9E', -- grey for labels
- color2 = 'EAFFFF', -- Plan 9 cyan (section headers)
- color3 = '6BBF6B', -- muted green (bars/graphs)
- color4 = 'D46A6A', -- muted red (highlights/values)
- default_outline_color = 'EAFFFF',
- default_shade_color = '1a2028',
+ -- Plan 9 zed theme palette (light, authentic Plan 9)
+ default_color = '9eeeee', -- Plan 9 light cyan-blue (hover/selected/bright_cyan) — border
+ color0 = '000000', -- default text (text)
+ color1 = '666666', -- muted labels (text.muted)
+ color2 = '000099', -- navy section headers (text.accent / keyword)
+ color3 = '448844', -- Plan 9 green (bars/graphs, success)
+ color4 = 'aa0000', -- Plan 9 red (highlights/values, deleted)
+ default_outline_color = '99994c',
+ default_shade_color = 'bdc1bb',
cpu_avg_samples = 2,
double_buffer = true,
@@ 53,8 53,8 @@ conky.config = {
own_window_type = 'override',
own_window_transparent = false,
own_window_argb_visual = true,
- own_window_argb_value = 180,
- own_window_colour = '1f2933',
+ own_window_argb_value = 220,
+ own_window_colour = 'ffffea',
stippled_borders = 0,
update_interval = 1,
@@ 95,7 95,7 @@ ${if_existing /sys/class/net/enp132s0/operstate up}
${color1}Interface:${color0} enp132s0${alignr}${color3}ONLINE${color0}
${color1}IP:${color0} ${addr enp132s0}
-${color2}${downspeedgraph enp132s0 30,175 3AAFAF 5ECECE}${goto 200}${upspeedgraph enp132s0 30,175 5ECECE 6BBF6B}${color0}
+${color2}${downspeedgraph enp132s0 30,175 008888 55aaaa}${goto 200}${upspeedgraph enp132s0 30,175 55aaaa 448844}${color0}
${color1}Down:${color0} ${downspeed enp132s0}/s${goto 200}${color1}Up:${color0} ${upspeed enp132s0}/s
${color1}Total:${color0} ${totaldown enp132s0}${goto 200}${color1}Total:${color0} ${totalup enp132s0}
${else}