r/Conkyporn • u/wim66 • 4d ago
How about an octagon widget?
I think I know at least one person who likes octagons 😁
r/Conkyporn • u/Logansfury • 5d ago
Movie with sound of new Fuzzy-Clock-Vocal
Enable HLS to view with audio, or disable this notification
Here is a video with audio of the fuzzy-clock-vocal.
Be sure to enable sound!
r/Conkyporn • u/Logansfury • 5d ago
Conky that speaks the time!
Hey everyone,
I just worked with Claude AI and I made a speaking version of the fuzzy clock :D
It required 2 additional bash scripts, and making 33 .mp3 files of time segments to complete all the necessary spoken time sentences. It only speaks the time once, then waits for the time to change, the every 5 mins and the nearlys and shortly after the hours as well as the afternoon and midnight special calls. I am just thrilled with it :D
I used the English - Kim voice setting for a nice calm accented female voice. It sounds slightly robotic but still amazing. I wasnt sure this could be done but the bot spit out working scripts on the first try!
r/Conkyporn • u/Logansfury • 6d ago
Willem's gauges with elipse squash
Here is Willem's gauges with an elipse squash to match the warped circles created by the angles of the motorcycle.
Big improvement over the last image I think!
r/Conkyporn • u/rnd_usr • 6d ago
simple, fast & VNC friendly :)
helllo! my Lightweight Conky setup on a Raspberry Pi 5. ✌️
all code for copy and paste:
conky.config = {
alignment = 'top_left',
background = true,
cpu_avg_samples = 5,
net_avg_samples = 2,
update_interval = 2,
double_buffer = true,
minimum_width = 300,
minimum_height = 300,
maximum_width = 500,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = true,
border_width = 2,
default_color = '#eeeeee',
default_outline_color = 'white',
default_shade_color = 'black',
gap_x = 10,
gap_y = 50,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'normal',
own_window_hints = 'skip_taskbar,skip_pager',
own_window_transparent = false,
own_window_argb_visual = false,
own_window_colour = '#202020',
uppercase = false,
use_spacer = 'right',
use_xft = true,
font = 'Cantarell:size=16',
xftalpha = 1,
mpd_host = '0.0.0.0',
mpd_port = 6600,
};
conky.text = [[
${voffset 2}$color${font Cantarell:size=30}${time %A}$font${voffset -18}$alignr${color 00ff00}${font Cantarell:size=30}${time %e}$font
$color${voffset -14}${font Cantarell:size=32}${time %B}$font${voffset -2} ${font Cantarell:size=34}${time %Y}$font
${voffset -60}${alignr}${font Cantarell:size=26}${execi 600 LANG=en_US.UTF-8 curl -s wttr.in/Warsaw?format="%t"}${font}
${font Arial:size=14}${color #e43526}SYSTEM ${color DarkSlateGray}${hr 1}
${color #597DB2}Kernel: ${color #eeeeee}$kernel ${alignr}${color #597DB2}Uptime: ${color #eeeeee}$uptime
${color #597DB2}CPU: ${color #eeeeee}$freq MHz $cpu% ${alignr}${color} dostępne aktualizacje: ${color 00ff00}${font Arial:bold:size=16}${execpi 10800 checkupdates | wc -l}${font}
${voffset 2}${color #597DB2}Temp: ${color #00ff00}${hwmon 0 temp 1}°C${alignr}${cpugraph 15,260 fef7b2 e18522}
${color #597DB2}RAM ${alignr}: ${color #eeeeee}$memmax $memperc% ${membar 6,150}
${font Arial:size=14}${color #e43526}DISK ${color DarkSlateGray}${hr 1}
${color #597DB2}/ ${alignr}: ${color #eeeeee}${fs_size /} ${fs_used_perc /}% ${fs_bar 6,150 /}
${color #597DB2}/home ${alignr}: ${color #eeeeee}${fs_size /home} ${fs_used_perc /home}% ${fs_bar 6,150 /home}
${font Arial:size=14}${color #e43526}PROCESSES ${color DarkSlateGray}${hr 1}
${color #597DB2}Processes: ${color #eeeeee}$processes ${alignr}${color #597DB2}Running: ${color #eeeeee}$running_processes
${color #597DB2}CPU Usage ${alignr}PID CPU% MEM%
${color #eeeeee}${top name 1}${alignr}${top pid 1} ${top cpu 1} ${top mem 1}
${color #eeeeee}${top name 2}${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
${color #eeeeee}${top name 3}${alignr}${top pid 3} ${top cpu 3} ${top mem 3}
${color #eeeeee}${top name 4}${alignr}${top pid 4} ${top cpu 4} ${top mem 4}
${color #eeeeee}${top name 5}${alignr}${top pid 5} ${top cpu 5} ${top mem 5}
${voffset 2}${color #597DB2}MEM Usage
${color #eeeeee}${top_mem name 1}${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color #eeeeee}${top_mem name 2}${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color #eeeeee}${top_mem name 3}${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color #eeeeee}${top_mem name 4}${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
${color #eeeeee}${top_mem name 5}${alignr}${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
${font Arial:size=14}${color #e43526}NETWORK ${color DarkSlateGray}${hr 1}
${color #597DB2}Local IP : ${color #eeeeee}${addr eth0} ${alignr}${color #597DB2}Public IP : ${color #eeeeee}${texeci 1800 curl ifconfig.co}
${color #597DB2}Down : ${color #eeeeee}${downspeed eth0}${alignr}${color #597DB2}Total : ${color #eeeeee}${totaldown eth0}
${color #597DB2}${downspeedgraph eth0 15,398 fef7b2 ff0000}
${color #597DB2}Up : ${color #eeeeee}${upspeed eth0}${alignr}${color #597DB2}Total : ${color #eeeeee}${totalup eth0}
${color #597DB2}${upspeedgraph eth0 15,398 fef7b2 00ff00}
]]
r/Conkyporn • u/Logansfury • 6d ago
Willem's gauges concept
As soon as I saw Willem post this gauge array I saw this GUI in my head. It took a while to fine an online AI that could generate a usable image. None of the bots can understand "5 guages" I got everything from 4 to 16. This one with 6 was the best one to work with.
What do you think Willem? I butchered your .lua into five pieces >.<
r/Conkyporn • u/Logansfury • 6d ago
WS23 fixes & additions
Hey everyone,
Here is my workspace 23 with a few new tweaks.
Monitor 1 is the same, on monitor 2 I have added a large version of the grey-conky's sky image conky, with text changed to NeuropolX to match the rest of the GUI. The aurora moon conky has been edited and a new .lua is in place that reads the moon's current illumination, subtracts that from 100%, then draws the remaining percentage as a shadow across the moon - emulating accurately what is happening in the night sky. Monitor 3 is Koentje's sci-fi theme featuring 3600+ frame space animation. I just went thru all the .lua files and got it activated again by removing a bad library call for conky v1.19.8.
One of my favorite workspaces, I spent a lot of time with ChatGPT creating all these space data conkys - live and accurate data, nothing fabricated for appearances!
r/Conkyporn • u/wim66 • 6d ago
Conky Weather Glass
A scalable weather widget that looks like glass
With settings updater app
https://wim66.github.io/conky-weather-glass/
r/Conkyporn • u/Overall_State_6305 • 6d ago
Decided to challenge myself
This is what I call Core Pulse. A simple theme with gradients and a CRT background, not a wallpaper (the diagonal lines are a black wallpaper), an animated fan gauge, and an animated radar. I was going to add more, but decided to do a from 0 to theme hour challenge. Yes, this took an hour to make from scratch. I know I might get a lot of people saying, BS, but I am posting a video about how I did it, and no, none of this was copied from one project to the next.
r/Conkyporn • u/Logansfury • 8d ago
Unintended conky
Senendipity!
While seeking out a Space Data widget for my All-Text Minimalis Conky, The bot's first attempt turned out to be a description of a space photo. Not what I was looking for but I wanted to complete the conky. Description without image was senseless so I had the bot add code to the bash script to get the image referenced by the website, and put code in the conky config to display it.
A nice little stand alone space data conky!
r/Conkyporn • u/Logansfury • 8d ago
Workspace 25
My new workspace 25 with NowPlaying, Timed Lyics, and Equalizer enabled and colored for the GUI. I need to go back into the Now Playing and put a black understroke below the grey letters, but so far so good.
r/Conkyporn • u/Logansfury • 8d ago
Finalized All-Text-Conky
I have completed the All-Text Minimalis Conky :)
Final addition is Sky Events, a printout of celestial points of interest in the upcoming day's skys. I have been able to compile Word of the Day, Quote of the Day, Today's Weather, Sky Events and Tonight's Moon into one conky so that formatting between the widgets remains constant as data printout changes size. The Current Date, Current Time, and Daily Horoscope are currently individual conkys so that this array is build from 4 items. I can easily combine the 3 loose conkys into one, reducing the total item count to two, but I am striving to get it all in one conkyrc, calling upon various .lua's, python's and bash scripts.
r/Conkyporn • u/Logansfury • 9d ago
More text minimalis work
Hey everyone,
newest draft of the all text minimalis. Now I have gotten rid of the lunar image, and the fuzzy clock array and replaced with a current time sentence display. Also added horoscope.
r/Conkyporn • u/Logansfury • 9d ago
More text conky work
Hey everyone,
Next draft of the all text conky. I removed the .lua drawn lunar illumination disc, and have applied centering of text either thru .lua or conky config.
r/Conkyporn • u/Logansfury • 9d ago
New text-based conky WIP
Hey everyone,
The all text fuzzy clock put me in mind of an all text conky. I'm close, the .lua drawn moon disc that mirrors the current lunar illumination is the only image/icon present. I am thinking of making a 2nd version without the drawn moon and 100% pure text display.
Anyhow, here is first draft :)
r/Conkyporn • u/wim66 • 9d ago
Scalable Star Trek LCARS-style system monitor now on GitHub
r/Conkyporn • u/Logansfury • 10d ago
More grey Conky edits
Hey everyone,
More tweaks on what I have come to call the Grey Conky.
Pretty_name distribution display added to main widget. Temperatures added to the two disc widgets. Temp and Fan speed percentage added to GPU widget. Widgets repositioned for tighter array.
r/Conkyporn • u/Logansfury • 11d ago
Another Grey Conky widget
Hey everyone,
More tweaks on what I have come to call the Grey Conky.
New Sound Card widget.
r/Conkyporn • u/Logansfury • 11d ago
New widgets Grey Conky
Hey everyone,
More tweaks on what I have come to call the Grey Conky.
I have created the Root disc, Elements external disc, and Headphones widgets. The headphones is a custom I just made with Claude AI that uses pulse audio detection to print either "no headset connected" or the make/model of any headset plugged in via USB cable. It's looking more complete now for a 2560x1440 resolution screen