Code:
$ uname -a
FreeBSD tuxedo 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC amd64
Code:
$ sway --version
sway version 1.10.1
Code:
$ conky --version
conky 1.22.1 compiled for FreeBSD amd64
Compiled in features:
System config file: /etc/conky/conky.conf
Package library path: /usr/local/lib/conky
General:
* math
* builtin default configuration
* old configuration syntax
* Imlib2
* OSS mixer support
* Internationalization support
Lua bindings:
* Cairo
* Imlib2
X11:
* Xdamage extension
* Xshape extension (click through)
* XDBE (double buffer extension)
* Xft
* ARGB visual
* Own window
* Mouse events
Wayland:
* ARGB visual
* Mouse events
Music detection:
* CMUS
Default values:
* Netdevice: eno1
* Local configfile: $HOME/.conkyrc
* Localedir: /usr/local/share/locale
* Maximum netdevices: 256
* Maximum text size: 16384
* Size text buffer: 256
Code:
$ cat ~/.conkyrc
conky.config = {
alignment = 'top_right',
own_window = true,
own_window_transparent = true,
own_window_type = 'override',
own_window_hints = 'below',
}
conky.text = [[
abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz
]]
Code:
$ conky
conky: desktop window (0x3f5) is root window
conky: window type - override
conky: drawing to created window (0x600001)
conky: FOUND: wayland
conky: FOUND: x11
conky: FOUND: file
conky: FOUND: console
conky: can't load font '6x10'
conky: can't load font '6x10'
Conky starts, but it remains on top, above, of every windows, even though I specified "below".
Also, I noticed I can't use "out_to_wayland" in this version of conky.