applications: move signal-tray to be more accessible
This commit is contained in:
parent
978a1fbd85
commit
7f140bee75
|
@ -53,6 +53,8 @@ fi
|
||||||
## Software
|
## Software
|
||||||
section "Software"
|
section "Software"
|
||||||
|
|
||||||
|
ln -s "$HOME/.local/share/applications/signal-tray.desktop" "$XDG_CONFIG_HOME/autostart/"
|
||||||
|
|
||||||
highlight "Configure pacman"
|
highlight "Configure pacman"
|
||||||
if test -f /etc/pacman.conf; then
|
if test -f /etc/pacman.conf; then
|
||||||
sudo sed -i 's/#Color/Color/' /etc/pacman.conf
|
sudo sed -i 's/#Color/Color/' /etc/pacman.conf
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Categories=Network;InstantMessaging;
|
||||||
|
Comment[en_IE]=Signal - Private Messenger
|
||||||
|
Comment=Signal - Private Messenger
|
||||||
|
Comment[de]=Signal - Sicherer Messenger
|
||||||
|
Exec=signal-desktop --use-tray-icon -- %u
|
||||||
|
GenericName[en_IE]=
|
||||||
|
GenericName=
|
||||||
|
Icon=signal-desktop
|
||||||
|
Keywords=sgnl;chat;im;messaging;messenger;sms;security;privat;
|
||||||
|
MimeType=
|
||||||
|
Name[en_IE]=Signal
|
||||||
|
Name=Signal
|
||||||
|
Path=
|
||||||
|
StartupNotify=true
|
||||||
|
StartupWMClass=Signal
|
||||||
|
Terminal=false
|
||||||
|
TerminalOptions=
|
||||||
|
Type=Application
|
||||||
|
X-DBUS-ServiceName=
|
||||||
|
X-DBUS-StartupType=
|
||||||
|
X-GNOME-UsesNotifications=true
|
||||||
|
X-KDE-SubstituteUID=false
|
||||||
|
X-KDE-Username=
|
Loading…
Reference in New Issue