• non_burglar@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    Conky is just a standalone program, you just need to install it and invoke it. It lives in the default repos.

    There are some windowing switches you’ll need to get familiar with to make it behave the way you want, but it’s just the one .conkyrc file to change things.

  • FauxLiving@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    16 hours ago

    You should be able to install evilwm and conky using apt.

    https://wiki.archlinux.org/title/Evilwm

    Outside of the install step (you’ll use apt to install), the setup instructions are the same.

    Inside of evilwm you can manually launch conky from a terminal (ctrl alt enter to open a terminal), or if you want it to start automatically you can add it to the .xinitrc (https://wiki.archlinux.org/title/Xinit).

    Evilwm has a configuration file where you can set window configuration on a per app basis (so if you wanted it as part of the background layer, or in a fixed window location.

      • FauxLiving@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 hours ago

        I’ve never used either evilwm or conky. I just know where to look (the wikis!) for good instructions. 🤓

        If you have any issues with setting up software, the Archlinux wiki and the Gentoo wikis are very high quality. You may have slight changes you need to make for your system (like you use the apt package manager while Arch and Gentoo use pacman and portage) but the configuration, tips and troubleshooting sections are pretty universal.