start indicator directly in bspwm

This commit is contained in:
Alex 2024-08-15 14:58:55 -04:00
parent 02cf705482
commit 9a07c4bf46
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,5 @@
services.kdeconnect = { services.kdeconnect = {
enable = true; enable = true;
package = pkgs.kdePackages.kdeconnect-kde; package = pkgs.kdePackages.kdeconnect-kde;
indicator = true;
}; };
} }

View File

@ -32,6 +32,7 @@
startupPrograms = [ startupPrograms = [
"bluetoothd" "bluetoothd"
"flameshot" "flameshot"
"kdeconnect-indicator"
"nextcloud-client" "nextcloud-client"
"picom" "picom"
"polybar primary" "polybar primary"