chore: add startup applications command and desktop entry
This commit is contained in:
parent
0d555db0dd
commit
ee34b79359
6 changed files with 26 additions and 7 deletions
3
justfile
3
justfile
|
|
@ -52,6 +52,7 @@ entry-panel := appid + '.Panel.desktop'
|
|||
entry-power := appid + '.Power.desktop'
|
||||
entry-region-language := appid + '.RegionLanguage.desktop'
|
||||
entry-sound := appid + '.Sound.desktop'
|
||||
entry-startup-apps := appid + '.StartupApps.desktop'
|
||||
entry-system := appid + '.System.desktop'
|
||||
entry-time := appid + '.Time.desktop'
|
||||
entry-touchpad := appid + '.Touchpad.desktop'
|
||||
|
|
@ -91,6 +92,7 @@ install-desktop-entries:
|
|||
install -Dm0644 'resources/{{entry-power}}' '{{appdir}}/{{entry-power}}'
|
||||
install -Dm0644 'resources/{{entry-region-language}}' '{{appdir}}/{{entry-region-language}}'
|
||||
install -Dm0644 'resources/{{entry-sound}}' '{{appdir}}/{{entry-sound}}'
|
||||
install -Dm0644 'resources/{{entry-startup-apps}}' '{{appdir}}/{{entry-startup-apps}}'
|
||||
install -Dm0644 'resources/{{entry-system}}' '{{appdir}}/{{entry-system}}'
|
||||
install -Dm0644 'resources/{{entry-time}}' '{{appdir}}/{{entry-time}}'
|
||||
install -Dm0644 'resources/{{entry-touchpad}}' '{{appdir}}/{{entry-touchpad}}'
|
||||
|
|
@ -144,6 +146,7 @@ uninstall:
|
|||
'{{appdir}}/{{entry-power}}' \
|
||||
'{{appdir}}/{{entry-region-language}}' \
|
||||
'{{appdir}}/{{entry-sound}}' \
|
||||
'{{appdir}}/{{entry-startup-apps}}' \
|
||||
'{{appdir}}/{{entry-system}}' \
|
||||
'{{appdir}}/{{entry-time}}' \
|
||||
'{{appdir}}/{{entry-touchpad}}' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue