Replies: 2 comments 3 replies
-
FYI @tsujan had done something called "glassyclock" (no repo afaik for it): |
Beta Was this translation helpful? Give feedback.
3 replies
-
Anyway, I ended up getting analog clocks to work in https://github.com/01micko/sfwbar-configs/blob/main/configs/sfwbar/world-clock/Readme-world-clock.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pmck repo
I wrote this approximately 120 moons ago and thought that bitrot may have killed it but no; compiles without warnings and runs fine, even as Xwayland with some 'buts'.
It's written with
cairo
using the internal toy font API. Font's are only shown in 2 of the 4 options any way (read the config file to get a grasp).It still works perfectly on XFCE (I tested on many DEs /WMs at the time - which led to the builtin library to find the right desktop.)
On labwc latest master it works - also works in 0.7.4 on debian testing.
BUT -
override-redirect
doesn't seem to work. So there is a black square around it and it's on the top layer.XFCE
Labwc
Now since it kind of works, shouldn't Xwayland respect override-redirect?
TBH I don't really care that it doesn't work, more curious as to why. I suppose I should grab some debug logs from latest-master to look for clues.
At some stage I intend re-write it with
gtk+-3.0/gtk-layer-shell
or dive intoegl
like I dove into the internals ofX
!Beta Was this translation helpful? Give feedback.
All reactions