1 2 3 4 5 6 7 8 9
post_install() { printf "\tTo specify the plugin you want to activate:\n \ $ mkdir -p ~/.config/DankMaterialShell/plugins\n \ $ ln -s /usr/share/quickshell/dms/PLUGINS/DankKDEConnect ~/.config/DankMaterialShell/plugins \n" } post_upgrade() { post_install }