You are not logged in.
Sector11 wrote:johnraff wrote:^Thanks for confirming this!
I was wondering why I suddenly had to change all the 3-digit colours to 6-digit to make things work.3 digit colours in conky?
Never heard of it, can you show an example please.I've already seen that and I think @johnraff means that:
https://encycolorpedia.com/000077
But I know the special conditions for this hex number #007 not.
Yes that's what I meant. On Beryllium I still have a working conky with colours like this:
conky.text = [[
${color}RAM:${color 6B9} ${mem} ${membar}
${color}CPU:${color F22} ${cpu cpu0}% ${cpubar cpu0}
]];
3 digits and no hashmark. But for Boron on my laptop I had to upgrade them to 66BB99 etc.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
:)
You have always been ahead of your time. Not for nothing were you awarded the title 'El Conkystador'.
No not ahead of my time. Just following the man pages.
Samples from a very old file I have "/media/5/Conky/00_TIPS_N_STUFF/CONKY_MANUAL.txt"
I'll shorten it and just use the pertinent text:
own_window_colour colour
Takes either a hex value (#ffffff) or a valid RGB name (see /usr/lib/X11/rgb.txt)
NOTE: 2024 05 16: (see /usr/lib/X11/rgb.txt) no longer exists
→ SEE: /usr/share/X11/rgb.txt
colorN
When specifying the color value in hex, omit the leading hash (#).
cpugraph (cpuN) (height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)
CPU usage graph, with optional colours in hex, minus the #.
diskiograph (device) (height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)
Disk IO graph, colours defined in hex, minus the #.
diskiograph_read (device) (height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)
Disk IO graph for reads, colours defined in hex, minus the #.
diskiograph_write (device) (height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)
Disk IO graph for writes, colours defined in hex, minus the #.
downspeedgraph (netdev) (height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)
Download speed graph, colours defined in hex, minus the #.
loadgraph (1|2|3) (height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)
Load1 average graph, similar to xload, with optional colours in hex, minus the #.
/media/5/Conky/00_TIPS_N_STUFF/00.00.MAN-conky.1-9.txt
own_window_colour colour
If own_window_transparent no, set a specified background colour (defaults to black). Takes ei‐
ther a hex value (e.g. ffffff, note the lack of '#') or a valid RGB name (see
/usr/lib/X11/rgb.txt)
etc. etc.
/media/5/Conky/00_TIPS_N_STUFF/00.MAN-conky.1.10.txt
own_window_colour colour
If own_window_transparent no, set a specified background colour (defaults to black). Takes ei‐
ther a hex value (e.g. ffffff, note the lack of '#') or a valid RGB name (see
/usr/lib/X11/rgb.txt)
etc. etc.
/media/5/Conky/00_TIPS_N_STUFF/00.MAN-conky.1.18.3.txt
→ seem there is no "own_window_colour" or "own_window_color"
HOWEVER:
colorN Predefine a color for use inside conky.text segments. Substi‐
tute N by a digit between 0 and 9, inclusively. When specify‐
ing the color value in hex, omit the leading hash (#).
etc. etc.
I was encouraged buy some very friendly people on the Ubuntu form when I first started conky to:
Read The Friendly Manual
Now saying that I have seen some people using #RRGGBB and others RRGGBB.
I've used RRGGBB since Jan 2008
:cool: :)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Man pages for v9, v10 and v18 also have this:
color (color)
Change drawing color to 'color' which is a name of a color or a hexcode preceded with # (for
example #0A1B2C ). If you use ncurses only the following colors are supported: red,green,yel‐
low,blue,magenta,cyan,black,white.
BUT since I use "colour" and not "color" I use colour without the # and NEVER had a problem.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
very accurate!
Offline
Hello
New weather conky
without smarphone
https://i.postimg.cc/8fgrhDbw/Capture-d-cran-2024-05-16-16-52-49.png
https://i.postimg.cc/9rn7cv4x/Capture-d-cran-2024-05-16-16-57-54.png
with smarphone
https://i.postimg.cc/Nyr7hQp7/Capture-d-cran-2024-05-16-16-52-14.png
https://i.postimg.cc/4n47VJVL/Capture-d-cran-2024-05-16-16-57-13.png
background images is current condition.
@+
Nice!
Link for my smartphone?
I've had Overmorrow Weather on my smartphone for three days.
Last edited by unklar (2024-05-16 15:23:45)
Offline
Hello
Nice!
Link for my smartphone?I've had Overmorrow Weather on my smartphone for three days.
Leider kein Link für Smartphones es ist keine App es ist nur mein conky mit
https://prevision-meteo.ch/services
--------------------------------------------------------------------------------------
Sorry no link for smartphone it's not an app it's just my conky with
https://prevision-meteo.ch/services
@+
Linuxmint 22.1 Xia xfce & mageia 9 XFCE on ssd hp pavilion g7
Xubuntu 18.04 lts & 24.04 lts on ASUS Rog STRIX
Offline
But the "smartphone" is an image.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
very accurate!
I try hard
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
unklar wrote:Sector11 wrote:3 digit colours in conky?
Never heard of it, can you show an example please.I've already seen that and I think @johnraff means that:
https://encycolorpedia.com/000077
But I know the special conditions for this hex number #007 not.Yes that's what I meant. On Beryllium I still have a working conky with colours like this:
conky.text = [[ ${color}RAM:${color 6B9} ${mem} ${membar} ${color}CPU:${color F22} ${cpu cpu0}% ${cpubar cpu0} ]];
3 digits and no hashmark. But for Boron on my laptop I had to upgrade them to 66BB99 etc.
Mind blown! I've never see that before in 17 years of playing with conky.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
I've never see that before in 17 years of playing with conky.
I can confirm that I have never seen and used in conky.
But I did use (similar to #ccc) in gtk themes.
In some distros (not all) there were errors due to this and I gave up.
It was a long time ago, but I remember that the color picker helped me solve the problem.
I still use old good Gcolor2 (.deb) today.
If I run Gcolor2 and type the 3-digit (#6B9) color used by @johnraff > Enter, I get this (#66BB99):
I don't think there is any mystery here.
Conky has some limitations, but it basically supports hexcode.
color (color) Change drawing color to 'color' which is a name of a color or a hexcode preceded with # (for example #0A1B2C ). If you use ncurses only the following colors are supported: red,green,yel‐ low,blue,magenta,cyan,black,white.
Yes (that's it), but there is nothing about the 3-digit hexcode.
P.S.
I use magenta for a extreme UV Index and my Conky (1.10.8) works fine so far.
Last edited by marens (2024-05-17 01:14:20)
If people would know how little brain is ruling the world, they would die of fear.
Offline
After a week of testing, I can say that my new weather conky works flawlessly.
https://forums.bunsenlabs.org/viewtopic … 74#p134474
I did make a few improvements though:
1) I was a bit better at converting .gif icons to .png
2) The gold separator is now symmetrical
3) The 5-day forecast is only updated once (between 11:00 and 13:00) and I added a note at the end: * Updated on server
4) I made a small (compact) conky in the style we are used to
There are no night icons, but I wrote a script that shows the current images in grayscale with redshift and imagemagick.
When the redshift goes into night mode, imagemagick turns the current icon to gray.
This is a simulation:
The icons are unusual, but I won't change them for now.
I like it after VClouds (Gis Weather) and Forecast_Images_2015/2016 (ACS).
Last edited by marens (2024-05-18 15:48:21)
If people would know how little brain is ruling the world, they would die of fear.
Offline
Offline
^ It's always a nice surprise to see the old conky working.
I think the best solution for you is to use your own weather conky (from a local source).
There you can find the latest and most accurate data for your location.
It is true that Gis Weather and AccuWeather also work great and the differences are small.
Openweathermap doesn't work well for my location, but maybe someone else has a different experience.
If people would know how little brain is ruling the world, they would die of fear.
Offline
So many fancy conkys. Needed to update my old conky so i just grabbed the old conky i have been using in past and updated it for my current needs on various machines that are all OLD except my current rig
Pretty fun stuff learning to set this up. Know nothing about Lua or conky internals from before
.:Please no Slackware - Left that in the 90s:.
Offline
Always nice to update things, especially conkys.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Offline
Offline
I hope it's nothing serious @loutch.
I wish you a speedy recovery mate.
Conky is very nice (as always), but that doesn't matter today.
If people would know how little brain is ruling the world, they would die of fear.
Offline
@ loutch
Get well soon. That's the big one.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline