More theming

This commit is contained in:
2026-08-05 16:02:19 +02:00
parent a5686ccee0
commit 699473d7b5
4 changed files with 21 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/sh
# Start statusbar script
statusbar &
# Start dunst as notificationserver
dunst &
# Start the nextcloud client in the background
/usr/bin/nextcloud --background &
# start bitwarden
/usr/bin/bitwarden-desktop &
# start mullvad vpn gui
/usr/bin/mullvad-vpn &