Package Details: conky-cairo 1:1.21.8-1

Git Clone URL: https://aur.archlinux.org/conky-cairo.git (read-only, click to copy)
Package Base: conky-cairo
Description: Lightweight system monitor for X, Wayland, console, or file/HTTP output (with Cairo/Cairo-Lua support)
Upstream URL: https://github.com/brndnmtthws/conky
Keywords: conky network weather
Licenses: GPL3, BSD
Conflicts: conky
Provides: conky
Replaces: conky, torsmo
Submitter: paramvir
Maintainer: paramvir
Last Packager: paramvir
Votes: 13
Popularity: 0.45
First Submitted: 2016-12-28 03:22 (UTC)
Last Updated: 2024-11-05 23:34 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

paramvir commented on 2024-08-13 02:24 (UTC)

@deconf - that is an awesome desktop - hmmmm perhaps next month shall dig deep to sort this issue - thanks ;-)

deconf commented on 2024-08-13 01:14 (UTC)

@paramvir The latest version of kde conky has always worked fine, see my previous comment. See the figure below: https://deconf.xyz/pb/j5iu.png

paramvir commented on 2024-08-12 23:37 (UTC)

If anyone has this working on latest KDE - please shout ;-) - I am still on 1.20.2 ...

agorg_louk commented on 2024-08-05 04:39 (UTC)

A few patch releases with more relevant fixes are out for some time now and conky-lua-nv was updated to the latest 1.21.6 version. Can you check again if the issues persist and if not bump conky-cairo to the same version too?

paramvir commented on 2024-07-04 15:08 (UTC) (edited on 2024-07-04 15:50 (UTC) by paramvir)

Well - the dpi fixes done do not work for a 1080p display - in fact, I would like to know if this can be manually fixed by a 'resolution' statement or a 'dpi' statement. Ideally I would like to downgrade this to 1.20.2 version as that is the only one working on my Arch Linux desktop with KDE 6.1+ DE. I switched from XFCE over a year back.

OK I have spent some time on the issue but apparently the maximum_width / height etc the scaling is totally out - vertically 3.19 horizontally it's something else...

With 5 to 9 different conky running at the same time - I do not see it working

agorg_louk commented on 2024-07-04 12:35 (UTC)

Please update this to v1.21.4, it has all the dpi fixes that caused the latest weird sizing / positioning behavior

paramvir commented on 2024-06-23 08:35 (UTC) (edited on 2024-06-23 08:36 (UTC) by paramvir)

Only version 1.20.2 is working - non of the options tricks or moves work for the new builds. Also if it is working - please also state the distro and other relevant information that could help. I am sure it works but i get half windows and totally wild placement - which is unrelated to any positional metrics I am aware of...

happycadaver commented on 2024-06-23 04:56 (UTC)

I added to PKGBUILD -D BUILD_LUA_XLIB=ON \ -D BUILD_X11=ON \

And to my lua file this: require 'cairo_xlib'

Now works my lua rings

deconf commented on 2024-06-14 06:04 (UTC)

Tips: Due to upstream updates, the original require 'cairo' in the lua script needs to add

require 'cairo'
require 'cairo_xlib'

See the previous issue

deconf commented on 2024-06-14 05:33 (UTC) (edited on 2024-06-14 05:33 (UTC) by deconf)

https://github.com/brndnmtthws/conky/issues/1867

require BUILD_LUA_CAIRO_XLIB=ON