add desktop entry and app id for portal registration
This commit is contained in:
parent
7e594b7f8d
commit
eda0fb4376
3 changed files with 9 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ let
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out/share/nova-shell
|
mkdir -p $out/share/nova-shell
|
||||||
cp -r shell/shell.qml shell/modules shell/services shell/applets shell/dock shell/lock shell/assets $out/share/nova-shell/
|
cp -r shell/shell.qml shell/modules shell/services shell/applets shell/dock shell/lock shell/assets $out/share/nova-shell/
|
||||||
|
mkdir -p $out/share/applications
|
||||||
|
cp shell/assets/space.darkest.nova-shell.desktop $out/share/applications/
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
6
shell/assets/space.darkest.nova-shell.desktop
Normal file
6
shell/assets/space.darkest.nova-shell.desktop
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=nova-shell
|
||||||
|
Comment=Minimal Quickshell bar for niri
|
||||||
|
Exec=nova-shell
|
||||||
|
Type=Application
|
||||||
|
NoDisplay=true
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
||||||
|
//@ pragma AppId space.darkest.nova-shell
|
||||||
|
|
||||||
import "modules"
|
import "modules"
|
||||||
import "services"
|
import "services"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue