A simple DankMaterialShell (DMS) Dank Bar widget for launching the NextCloud linux desktop client app image.
-
Download the NextCloud linux desktop client from the official website.
-
Move the AppImage file to
~/.local/bin/.
mv ./Nextcloud-33.0.0-x86_64.AppImage ~/.local/bin/Nextcloud-33.0.0-x86_64.AppImage- Make the AppImage executable.
chmod +x ~/.local/bin/Nextcloud-33.0.0-x86_64.AppImage- Create a
.desktopentry for the executable in~/.local/share/applications/.
# ~/.local/share/applications/nextcloud.desktop
[Desktop Entry]
Name=NextCloud Desktop
Exec=/home/strixrox/.local/bin/Nextcloud-33.0.0-x86_64.AppImage
Type=Application
Now, you should be able to launch the app using gtk-launch nextcloud (same name as your .desktop file).
- Clone this repo and
cdinto it.
git clone https://github.com/StrixROX/dms-nextcloud-widget.git
cd dms-nextcloud-widget- Copy the widget files from this repo to your
~/.config/DankMaterialShell/plugins/.
mkdir -p ~/.config/DankMaterialShell/plugins/
cp -r NextCloudWidget/ ~/.config/DankMaterialShell/plugins/- Open your dms settings window, goto Plugins tab and click "Scan". Then enable the plugin from the list.
- Now, add it to your DankBar.
Done!
The following settings are available to be set as per your choice.
