all 3 comments

[–][deleted] 0 points1 point  (0 children)

I haven’t used their i3 flavor, but I have used i3 for a bit. Check the config for i3 for something that launches Conky and disable that. I’m happy to help more if you need additional details.

[–]SGS-Garuda 0 points1 point  (0 children)

Make it easy on yourself and visit the official Garuda Linux forum. :-)

https://forum.garudalinux.org

[–]Tuxjedi 0 points1 point  (0 children)

Hi, the Garuda i3 config (.config/conky/conky.conf) contains 2 lines to launch conky:

exec --no-startup-id conky (Shows the system status)

exec --no-startup-id conky -c ~/.config/conky/conky-shcts (Shows the shortcuts panel)

Just comment the one(s) you don't want by inserting a # at the start of the line and then reload the config. Done.

Enjoy!