-
Notifications
You must be signed in to change notification settings - Fork 8
Plugin conky
Wiki Pusher edited this page Nov 16, 2025
·
1 revision
Maintainer: dorian@linuxmuster.net, @dorianim Status: ✅ stable
This plugin starts Conky when the user logs in.
Run this to install the required dependencies
#!/bin/bash
apt-get install conkyCopy these files to the given locations and give them their respective rights.
/etc/linuxmuster-linuxclient7/onSessionStarted.d/99-plugin-conky.sh, 555
#!/bin/bash
# start conky
killall /usr/bin/conky &
sleep 1
/usr/bin/conky &