Conky Manager stopped working

Hi, with the latest update of Manjaro KDE (stable branch) my conky manager widget disappeared.
I decided to try copy the theme from /.conky/theme folder to /.config/conky
but it seems conky config file uses different “indentation?” than conky manager.

This is my conky manager theme file. I made it by trial and error by looking at the other themes.

background yes
double_buffer yes
alignment top_right

border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no

gap_x 50
gap_y 20
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no

own_window yes
own_window_type normal
own_window_transparent yes
own_window_colour 000000
own_window_argb_visual yes
own_window_argb_value 0
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size 220 0
stippled_borders 0
update_interval 2.0
uppercase no
use_spacer none

show_graph_scale no
show_graph_range no

use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=10
color0 white
color1 EAEAEA
color2 FFA300
color3 grey

TEXT
${color 9AB7DC}Kernel:${color a4a4a4}${alignr}$kernel
${color 9AB7DC}UpTime:${color a4a4a4}${alignr}$uptime

${color2}CPU ${color0}${alignr}${cpu cpu0}%
${color2}Frequency:${color0}${alignr}$freq MHz
${color2}Temperature ${color0}${alignr}${execi 10 sensors | grep 'Core 10' | cut -c14-17}°C
${cpubar cpu0 6,}
${cpugraph cpu0 50,220}${voffset 2}
${top name 1} $alignr ${top cpu 1}%
${top name 2} $alignr ${top cpu 2}%
${top name 3} $alignr ${top cpu 3}%
${top name 4} $alignr ${top cpu 4}%
${top name 5} $alignr ${top cpu 5}%
${top name 6} $alignr ${top cpu 6}%
${top name 7} $alignr ${top cpu 7}%
${top name 8} $alignr ${top cpu 8}%
${top name 9} $alignr ${top cpu 9}%
${top name 10} $alignr ${top cpu 10}%

${color2}RAM ${color0}${alignr}${offset 2}$mem / $memmax${offset 30}
${membar 7,}
${color2}SWAP ${color0}${alignr}${offset 2}$swap / $swapmax${offset 30}
${swapbar 7,}
${memgraph 50,220}${voffset 2}
${top_mem name 1} $alignr ${top_mem mem_res 1}
${top_mem name 2} $alignr ${top_mem mem_res 2}
${top_mem name 3} $alignr ${top_mem mem_res 3}
${top_mem name 4} $alignr ${top_mem mem_res 4}
${top_mem name 5} $alignr ${top_mem mem_res 5}
${top_mem name 6} $alignr ${top_mem mem_res 6}
${top_mem name 7} $alignr ${top_mem mem_res 7}
${top_mem name 8} $alignr ${top_mem mem_res 8}
${top_mem name 9} $alignr ${top_mem mem_res 9}
${top_mem name 10} $alignr ${top_mem mem_res 10}

I copied it into the /.config/conky/conky.conf but it wouldn’t work so I looked up the github page conky config file and tried to fix it. This is the result.

background = true
double_buffer = true

alignment = top_right

border_width = 1
cpu_avg_samples = 2
default_color = white
default_outline_color = white
default_shade_color = white
draw_borders = false
draw_graph_borders = true
draw_outline = false
draw_shades = false

gap_x = 50
gap_y = 20
net_avg_samples = 2
no_buffers = true
out_to_console = false
out_to_stderr = false
extra_newline = false

own_window = true
own_window_type = normal
own_window_transparent = true
own_window_colour = 000000
own_window_argb_visual = true
own_window_argb_value = 0
own_window_hints = undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size = 220 0
stippled_borders = 0
update_interval = 2.0
uppercase = false
use_spacer = none

show_graph_scale = false
show_graph_range = false

use_xft = true
xftalpha = 0.1
xftfont 'Droid Sans:size=10'
color0 = white
color1 = EAEAEA
color2 = FFA300
color3 = grey

TEXT
${color 9AB7DC}Kernel:${color a4a4a4}${alignr}$kernel
${color 9AB7DC}UpTime:${color a4a4a4}${alignr}$uptime

${color2}CPU ${color0}${alignr}${cpu cpu0}%
${color2}Frequency:${color0}${alignr}$freq MHz
${color2}Temperature ${color0}${alignr}${execi 10 sensors | grep 'Core 10' | cut -c14-17}°C
${cpubar cpu0 6,}
${cpugraph cpu0 50,220}${voffset 2}
${top name 1} $alignr ${top cpu 1}%
${top name 2} $alignr ${top cpu 2}%
${top name 3} $alignr ${top cpu 3}%
${top name 4} $alignr ${top cpu 4}%
${top name 5} $alignr ${top cpu 5}%
${top name 6} $alignr ${top cpu 6}%
${top name 7} $alignr ${top cpu 7}%
${top name 8} $alignr ${top cpu 8}%
${top name 9} $alignr ${top cpu 9}%
${top name 10} $alignr ${top cpu 10}%

${color2}RAM ${color0}${alignr}${offset 2}$mem / $memmax${offset 30}
${membar 7,}
${color2}SWAP ${color0}${alignr}${offset 2}$swap / $swapmax${offset 30}
${swapbar 7,}
${memgraph 50,220}${voffset 2}
${top_mem name 1} $alignr ${top_mem mem_res 1}
${top_mem name 2} $alignr ${top_mem mem_res 2}
${top_mem name 3} $alignr ${top_mem mem_res 3}
${top_mem name 4} $alignr ${top_mem mem_res 4}
${top_mem name 5} $alignr ${top_mem mem_res 5}
${top_mem name 6} $alignr ${top_mem mem_res 6}
${top_mem name 7} $alignr ${top_mem mem_res 7}
${top_mem name 8} $alignr ${top_mem mem_res 8}
${top_mem name 9} $alignr ${top_mem mem_res 9}
${top_mem name 10} $alignr ${top_mem mem_res 10}

Could someone help I don’t know how to make my theme file for conky.
I could just wait for the conky manager fix, but I don’t know when that will happen so…

see this topic

3 Likes

I was able to convert the theme file, but for some reason the theme disappeared from conky manager theme list. And when I copy the theme in /.config/conky and run conky, the theme is jumbled up.

But I was able to workaround it by running conky manager with the old theme file so it can see it, and then switching the old file with the new theme file.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.