You are not logged in.
If someone, like me, has been failing for a long time due to this error message from @mpeachy's allcombined.lua script...
conky: llua_do_call: function conky_gradbar execution failed: allcombined.lua:19: attempt to call a nil value (global 'loadstring')The solution is that with lua5.2 the loadstring was changed to load.
So, look for it and change it. ![]()
https://github.com/brndnmtthws/conky/issues/1099
Offline
If someone, like me, has been failing for a long time due to this error message from @mpeachy's allcombined.lua script...
conky: llua_do_call: function conky_gradbar execution failed: allcombined.lua:19: attempt to call a nil value (global 'loadstring')The solution is that with lua5.2 the loadstring was changed to load.
So, look for it and change it.
https://github.com/brndnmtthws/conky/issues/1099https://i.postimg.cc/CRxjrkny/Bildschirmfoto-2026-05-14-09-36-40.png
unklar I'm sure mrpeachy would be very proud of you.
It's nice to know his scripts still live on.
RIP mrpeachy
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
conky in sway status bar -
conky.config = {
out_to_console = true,
out_to_x = false,
background = false,
max_text_width = 0,
cpu_avg_samples = 2,
net_avg_samples = 2,
no_buffers = true,
out_to_stderr = false,
update_interval = 2.0,
total_run_times = 0,
if_up_strictness = 'address',
uppercase = false,
short_units = false,
override_utf8_locale = false,
use_spacer = 'left',
};
-- # JSON for i3bar #
-- # { "full_text" : "Up: ${uptime_short} " , "color" : "\#B0B0B0" }, #
-- # { "full_text" : "${loadavg} " , "color" : "\#B0B0B0" }, #
-- # { "full_text" : "${exec /home/doug/bin/cpu_temp.pl | cut -c1-7} ", "color" : "\#B0B0B0" },
-- # { "full_text" : "${exec sensors nvme-pci-0300 | awk '/Composite:/{gsub("+","");print $2}' | sed 's:\\.[^|]*::g'} ", "color" : "\#B0B0B0" },
-- # { "full_text" : "${exec sensors coretemp-isa-0000 | awk '/Package id 0:/{gsub("+","");print $4}' | sed 's:\\.[^|]*::g'} ", "color" : "\#B0B0B0" },
-- # { "full_text" : "NET: ${wireless_link_qual_perc wlp2s0}% ${upspeed wlp2s0} ${downspeed wlp2s0} " , "color" : "\#B0B0B0" },
-- # { "full_text" : "${exec $HOME/bin/battery_state.sh} ", "color" : "\#B0B0B0" },
-- # { "full_text" : "${execpi 60 acpi -b | awk '/Battery 0/ {print $5}' | cut -c1-5} ", "color" : "\#B0B0B0" },
-- # °C
-- determine hwmon modules
-- for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
conky.text = [[
[
{ "full_text" : "CPU: ${cpu}% " , "color" :
${if_match ${cpu}>=50}"\#FF0008"${else}${if_match ${cpu}>=25}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "${loadavg} " , "color" : "\#B0B0B0" },
{ "full_text" : "${hwmon 5 temp 1}°C ", "color" :
${if_match ${hwmon 5 temp 1}>=80}"\#FF0008"${else}${if_match ${hwmon 5 temp 1}>=50}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "${hwmon 4 temp 1}°C ", "color" :
${if_match ${hwmon 4 temp 1}>=80}"\#FF0008"${else}${if_match ${hwmon 4 temp 1}>=50}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "${hwmon 4 temp 2}°C ", "color" :
${if_match ${hwmon 4 temp 2}>=80}"\#FF0008"${else}${if_match ${hwmon 4 temp 2}>=50}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "${hwmon 4 temp 3}°C ", "color" :
${if_match ${hwmon 4 temp 3}>=80}"\#FF0008"${else}${if_match ${hwmon 4 temp 3}>=50}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "MEM: ${memperc}% " , "color" :
${if_match ${memperc}>=50}"\#FF0008"${else}${if_match ${memperc}>=25}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "BAT0: ${battery_percent BAT0}% ", "color" :
${if_match ${battery_percent BAT0}<=12}"\#FF001A"${else}${if_match ${battery_percent BAT0}<=15}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "${execpi 60 acpi -b | awk '/Battery 0/ {print $3}' | cut -c1} ", "color" : "\#B0B0B0" },
{ "full_text" : "NET:${wireless_link_qual_perc wlp2s0}% ", "color" :
${if_match ${wireless_link_qual_perc wlp2s0}<=30}"\#FF001A"${else}${if_match ${wireless_link_qual_perc wlp2s0}<=60}"\#FBFF00"${else}"\#B0B0B0"${endif}${endif} },
{ "full_text" : "${upspeed wlp2s0} ${downspeed wlp2s0} " , "color" : "\#B0B0B0" },
{ "full_text" : "${time %a %e %b %l:%M %p} " , "color" : "\#B0B0B0" }
],
]];You must unlearn what you have learned.
-- yoda
Online
Nice one PackRat.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Ok, saw this and immediately started drooling... lolz

Me wants.
Just a dude playing a dude, disguised as another dude...
Offline
Where did you see it? Ask for the conkys.
Then comes the tweaking!
Mauhahahaha
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@WizardofCOR
Top left is a modified Gotham conky.
The original version looks like this:
${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %R}${font}${voffset -84}${offset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %A}${font}
${voffset 1}${offset 12}${font Ubuntu:pixelsize=12}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu0}%
${voffset 30}If people would know how little brain is ruling the world, they would die of fear.
Offline
conky in sway status bar -
Thanks for sharing.
Currently I don't have a sway installation. That's why I had to massively 'mangle' the configuration here on labwc. ![]()
conky.config = {
out_to_wayland = true,
own_window = true,
own_window_colour = '#ff0000',
own_window_class = 'Conky',
own_window_transparent = false,--true,
own_window_argb_visual = true,
own_window_type = 'panel',--normal',
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',--
out_to_console = false,--true,
out_to_x = false,
background = false,
max_text_width = 0,
cpu_avg_samples = 2,
net_avg_samples = 2,
no_buffers = true,
out_to_stderr = false,
update_interval = 1,--2.0,
total_run_times = 0,
if_up_strictness = 'address',
uppercase = true,--false,
short_units = false,
override_utf8_locale = true,--false,
use_spacer = 'left',
alignment = 'bottom_left',
minimum_width = 1670, minimum_height = 30,
color1 = '#FF0008',
color2 = '#FBFF00',
color3 = '#B0B0B0',
color4 = '#FF001A',
};
conky.text = [[
CPU: ${cpu}% ${color}\
${goto 20}${if_match ${cpu}>=50}${else}${if_match ${cpu}>=25}${else}${endif}${endif}\
${goto 100}${loadavg} \
${goto 240}CPU3: ${hwmon 3 temp 3}°C ${color}\
${goto 320} ${if_match ${hwmon 3 temp 3}>=80}${else}${if_match ${hwmon 3 temp 3}>=50}${else}${endif}${endif}\
${goto 400}CPU4: ${hwmon 3 temp 2}°C ${color}\
${goto 480} ${if_match ${hwmon 3 temp 2}>=80}${else}${if_match ${hwmon 3 temp 2}>=50}${else}${endif}${endif}\
${goto 560}CPU1: ${hwmon 4 temp 2}°C ${color}\
${goto 640} ${if_match ${hwmon 4 temp 2}>=80}${else}${if_match ${hwmon 4 temp 2}>=50}${else}${endif}${endif}\
${goto 720}CPU2: ${hwmon 4 temp 3}°C ${color}\
${goto 800} ${if_match ${hwmon 4 temp 3}>=80}${else}${if_match ${hwmon 4 temp 3}>=50}${else}${endif}${endif}\
${goto 880}MEM: ${memperc}% ${color}\
${goto 960} ${if_match ${memperc}>=50}${else}${if_match ${memperc}>=25}${else}${endif}${endif}\
${goto 1040}BAT0: ${battery_percent BAT0}% ${color}\
${goto 1120} ${if_match ${battery_percent BAT0}<=12}${else}${if_match ${battery_percent BAT0}<=15}${else}${endif}${endif}\
${goto 1140}: ${execpi 60 acpi -b | awk '/Battery 0/ {print $3}' | cut -c1} \
${goto 1180}NET:${wireless_link_qual_perc wlan0}% ${color}\
${goto 1260} ${if_match ${wireless_link_qual_perc wlan0}<=30}${else}${if_match ${wireless_link_qual_perc wlan0}<=60}${else}${endif}${endif}\
${goto 1340}: ${upspeed wlan0} ${downspeed wlan0} \
${goto 1520} ${time %a %e %b %l:%M %p}
]];Offline
^because we are currently at it... ![]()
-- pkill -xf "conky -c /home/unklar/S11/cmus_conkyrc" &
-- @unklar 2024-01-17; 2025-04-01; 2026-05-22
conky.config = {
use_xft = true,
--xftfont Input Mono:size=8
--xftfont monofur:size=9
--xftfont monospace:size=8
--xftfont DejaVu Sans Mono:size=8.5
font = 'Hack-Regular:size=9',
xftalpha = 0.8,
text_buffer_size = 2048,
update_interval = 1,
total_run_times = 0,
--out_to_wayland = true,
own_window = true,
own_window_transparent = false, --true,
own_window_type = 'utility',--override',--dock',
--own_window_hints = 'skip_taskbar,skip_pager',--undecorated',
own_window_argb_visual = true,
own_window_argb_value = 120,
--own_window_colour = '#000000',
own_window_class = 'Conky',
draw_shades = false,
draw_outline = false,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 5,
border_width = 1,
default_color = '#ffffff',
color1 = '#778899', --#66FFFF',
color9 = '#C0C0C0',
--alignment = 'top_left',
alignment = 'top_right',
--alignment = 'bottom_left',
--alignment = 'bottom_right',
--alignment = 'middle_right',
minimum_width = 220, minimum_height = 5, --650,
maximum_width = 220,
gap_x = 20,
gap_y = 180,
double_buffer = true,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
net_avg_samples = 2,
override_utf8_locale = true,
use_spacer = 'none',
imlib_cache_size = 0,
};
conky.text = [[
${goto 40}${font LED_mono:size=30}${color1}88:88:88${goto 40}${color9}${time %T}${color}${font}
${font monofur:size=9}${alignc}Conky v${conky_version}${font}
Kernel
===
|
|
| ${image ~/.conky/images/labwc2-with-text.png -p 40,110 -s 90x30}${goto 150}${voffset 10}${exec labwc -v | cut -c7-11}${voffset -10}
|
| ${goto 90}${exec uname -r | cut -d '-' -f1}
|
Weather
|
|
${font Fira Mono:size=8} + ${goto 5}${texeci 1200 curl 'wttr.in/lichtenstein_sachsen?q?0T?Q'}${font}
|
|
System
|
| System: ${goto 100}${cpu cpu0} | ${cpu cpu1} | ${cpu cpu2}
| CPU ${goto 100}Temp: ${hwmon 3 temp 2}° | ${hwmon 3 temp 3}°
| root:${goto 100}${fs_free /root} / ${fs_size /root}
| RAM:${goto 100}${legacymem}${goto 148}/ ${memmax}
| load:${goto 100}${loadavg}
|
Net
|
| Up:${goto 100}${upspeedf enp0s25}${goto 170}${totalup enp0s25}
| DL:${goto 100}${downspeedf enp0s25}${goto 170}${totaldown enp0s25}
|
Processes
|
| NAME ${goto 165}PID ${goto 200}TOP
| ${top name 1} ${alignr} ${top pid 1} ${top cpu 1}
| ${top name 2} ${alignr} ${top pid 2} ${top cpu 2}
| ${top name 3} ${alignr} ${top pid 3} ${top cpu 3}
| ${top name 4} ${alignr} ${top pid 4} ${top cpu 4}
| ${top name 5} ${alignr} ${top pid 5} ${top cpu 5}
|
===
]];Offline
labwc2-with-text.png
https://i.postimg.cc/Cdhcx2hH/labwc2-with-text.png
Hey, sweet! Had that not been done yet? Submit it to the labwc git, and also as an svg. What's the font?
I don't care what you do at home. Would you care to explain?
Offline
unklar wrote:labwc2-with-text.png
https://i.postimg.cc/Cdhcx2hH/labwc2-with-text.pngHey, sweet! Had that not been done yet? Submit it to the labwc git, and also as an svg. What's the font?
I'm not sure what you mean.
I don't know the font of the logo.
It's not "labwcmoon.ttf" as you can see from this comparison.
I generally get something like this from sites like this when I browse. ![]()
https://github.com/labwc/labwc-artwork/ … wcmoon.ttf
Offline
“meska-conky” for BL-Carbon (adapted from the Arch Linux forum with calendar, weather, and moon)
Now includes:
- Calendar (cal.lua) (if you prefer the week to start on Sunday = change line 32 accordingly)
- @maren's tad-script (shows only today and the next 3 days). Please copy to ~/. Change your city in the script.
- Moongiant_conky_script (with configurations by @Sector11, @TBG, and me). Copy the directory to ~/.conky
- meska-conky (with the FiraMono / neuropolitical fonts and the cal.lua / draw-bg.lua scripts). Also copy to ~/.conky and make the system “aware” of the fonts.
If you're running BL with picom, you can leave the conkyrc as is. If you're not using picom, you'll need to adjust the conkyrc configuration accordingly using draw-bg.lua.
https://workupload.com/file/k2gdBLfVyxE
Have fun!
Offline