this post was submitted on 23 Nov 2025
154 points (100.0% liked)

memes

23573 readers
205 users here now

dank memes

Rules:

  1. All posts must be memes and follow a general meme setup.

  2. No unedited webcomics.

  3. Someone saying something funny or cringe on twitter/tumblr/reddit/etc. is not a meme. Post that stuff in /c/slop

  4. Va*sh posting is haram and will be removed.

  5. Follow the code of conduct.

  6. Tag OC at the end of your title and we'll probably pin it for a while if we see it.

  7. Recent reposts might be removed.

  8. Tagging OC with the hexbear watermark is praxis.

  9. No anti-natalism memes. See: Eco-fascism Primer

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ZWQbpkzl@hexbear.net 19 points 4 days ago (2 children)

I've had this sitting around for a while.

-- ~/.config/conky/activate.lua
conky.config = {
    own_window = true,
    own_window_type = "desktop",
    own_window_argb_visual = true,
    own_window_transparent = true,
    double_buffer = true,
    xinerama_head = 0,
    alignment = "bottom_right",
    gap_x = 9,
    gap_y = 20,
    use_xft = true,
    default_color = "00AAAAAA",
}
conky.text = [[
${font Noto Sans:size=14}Activate GNU/Linux${font}
${font Noto Sans:size=9}Go to Settings to activate GNU/Linux
Kernel version: ${exec uname -r}${font}
]]

I could probably make the font more transparent but it's just for a lark anyways.

[–] comrade_pibb@hexbear.net 5 points 4 days ago (1 children)

hell yeah throwback to conky tweaking in tiling wm

[–] ZWQbpkzl@hexbear.net 6 points 4 days ago (1 children)

Conky doesn't work correctly in the tiling wm I use because it doesn't properly implement the Wayland protocol conky uses. So now I have to use eww and learn a custom LISP dialect and use CSS. Fortunately its scss.

Oh look

Anyways. Its cool that the author did it the hard way and I'm sure they learned a lot doing so but people shouldn't actually use it. I wouldn't bother maintaining an AUR package for this.

As I says elsewhere in this thread, I think this is a good little example project for people dipping their toes into making packages. I know I'll probably use it as reference if I ever get around to making a package that isn't just for PyPi lol

[–] blunder@hexbear.net 3 points 4 days ago

:trailer-park-boys-conky: