How do I set up evilwm with conky on MX Linux right from the scratch ?

14 points · 7 comments · view on lemmy.world

7 Comments

non_burglar@lemmy.world · 2 pts · 303d (2 replies)

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.

Docker@lemmy.world · 1 pts · 303d (1 reply)

So you've worked with conky ??πŸ˜ƒπŸ˜ƒ

non_burglar@lemmy.world · 1 pts · 302d

If you mean I've installed, configured and used it, yes.

FauxLiving@lemmy.world · 1 pts · 303d (3 replies)

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.

Docker@lemmy.world · 1 pts · 303d

Thanks BroπŸ˜ƒπŸ˜ƒπŸ˜ƒπŸ˜ƒπŸ˜ƒ Both of these links are extremely useful 🀩🀩🀩🀩🀩🀩🀩

Docker@lemmy.world · 0 pts · 303d (1 reply)

You work on evilwm ??πŸ˜ƒπŸ˜ƒπŸ˜ƒπŸ˜ƒπŸ˜ƒ

FauxLiving@lemmy.world · 1 pts · 303d

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.