You are not logged in.
Hello
Danke .
---------------------
Tank you
@+
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
^^debian-hyprland on siduction and wunderground-conky
https://i.postimg.cc/CzyCjfHz/Screenshot-09-Jan-12-00-33-777.png
Love that wunderground conky.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
^^absolutely! ![]()
Offline
^^With the 'quickshell' (here on hatchery-hyprland') conky is threatened with extinction. ![]()

I just 'sniffed around'. ![]()
Apparently there is no background image anymore. On the left, that's an .svg image and on the right, my attempt with a .png. e.g. the background will be with the color #202020
defined. In the configuration it looks like this, for example:
ShellRoot {
id: root
// Colors
property color colorFg: "#a7a7a7"
property color colorBg: "#202020"
property color color0: "#2d2d2d"
...Top right is wonky.
You read that right, it is a(conky replacement). ![]()
This is defined in the shell configuration like this:
// Wonky settings (conky replacement)
property string wonkyFontFamily: "hack"
property int wonkyFontSize: 16
property color wonkyColor: "#808080"
...
//Wonky (conky replacement)
Rectangle {
id: wonky
visible: true
anchors.top: parent.top
anchors.right: parent.right
anchors.topMargin: 60
anchors.rightMargin: 20
width: childrenRect.width
height: childrenRect.height
color: colorBg
Column {
Row {
Text {
font {
family: wonkyFontFamily
pixelSize: wonkyFontSize
}
color: wonkyColor
text: "BASIC NAVIGATION"
}
}
Row {
Text {
font {
family: wonkyFontFamily
pixelSize: wonkyFontSize
}
color: wonkyColor
text: " "
}
}
...That up to the blank line.
A real Conky
looks like this on this desktop:
I haven't been able to achieve better transparency. ![]()
Of course, as usual with Linux, there will be solutions. I haven't had enough time to deal with widgets, containers, etc. ![]()
Last edited by unklar (2026-01-22 18:28:59)
Offline
Offline