start indicator directly in bspwm
This commit is contained in:
parent
02cf705482
commit
9a07c4bf46
|
@ -3,6 +3,5 @@
|
||||||
services.kdeconnect = {
|
services.kdeconnect = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.kdePackages.kdeconnect-kde;
|
package = pkgs.kdePackages.kdeconnect-kde;
|
||||||
indicator = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
startupPrograms = [
|
startupPrograms = [
|
||||||
"bluetoothd"
|
"bluetoothd"
|
||||||
"flameshot"
|
"flameshot"
|
||||||
|
"kdeconnect-indicator"
|
||||||
"nextcloud-client"
|
"nextcloud-client"
|
||||||
"picom"
|
"picom"
|
||||||
"polybar primary"
|
"polybar primary"
|
||||||
|
|
Loading…
Reference in New Issue