Compare commits
10 Commits
67c2e9fe11
...
de76c73cdb
Author | SHA1 | Date | |
---|---|---|---|
de76c73cdb | |||
045f62bfd9 | |||
79fb6e700f | |||
fa24512a6f | |||
0928aab687 | |||
e32ad84e9b | |||
918a687305 | |||
5604fbaa5c | |||
b1dbb53593 | |||
eab1b0bbed |
@ -3,5 +3,5 @@ Type=Application
|
||||
Name=Wire-G
|
||||
Exec=/sbin/wire_g
|
||||
Terminal=false
|
||||
Categories=Internet;Browser;
|
||||
Categories=Network;
|
||||
Icon=/usr/share/icons/Arch-Symbole/wg-vpn.png
|
||||
|
6
install
6
install
@ -19,19 +19,19 @@ if grep -i 'mint\|debian\|ubuntu\|pop|' /etc/os-release > /dev/null 2>&1
|
||||
then
|
||||
echo $"Wire-G is installed..."
|
||||
mkdir -p /home/"$USER"/.icons ; cp icons/* /home/"$USER"/.icons/ ; mkdir -p /home/"$USER"/.config/wg_nmcli
|
||||
if ! which yad > /dev/null ; then sudo apt install yad -y > /dev/null 2>&1 ; echo yad wird installiert. Bitte warten... ; fi
|
||||
if ! which yad &> /dev/null ; then sudo apt install yad -y &> /dev/null & echo yad is installed... ; fi
|
||||
|
||||
elif grep -i 'arch\|manjaro\|garuda\|endeavour|' /etc/os-release > /dev/null 2>&1
|
||||
then
|
||||
echo $"Wire-G is installed..."
|
||||
mkdir -p /home/"$USER"/.icons ; cp icons/* /home/"$USER"/.icons/ ; mkdir -p /home/"$USER"/.config/wg_nmcli
|
||||
if ! which yad > /dev/null ; then sudo pacman -S --noconfirm yad > /dev/null 2>&1 ; echo yad wird installiert. Bitte warten... ; fi
|
||||
if ! which yad &> /dev/null ; then sudo pacman -S --noconfirm yad &> /dev/null & echo yad is installed... ; fi
|
||||
|
||||
elif grep -i 'fedora' /etc/os-release > /dev/null 2>&1
|
||||
then
|
||||
echo $"Wire-G is installed..."
|
||||
mkdir -p /home/"$USER"/.icons ; cp icons/* /home/"$USER"/.icons/ ; mkdir -p /home/"$USER"/.config/wg_nmcli
|
||||
if ! which yad > /dev/null ; then sudo dnf install yad > /dev/null 2>&1 ; echo yad wird installiert. Bitte warten... ; fi
|
||||
if ! which yad &> /dev/null ; then sudo dnf install yad -y ; fi
|
||||
|
||||
elif grep -i 'suse' /etc/os-release > /dev/null 2>&1
|
||||
then
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-11-24 17:50+0100\n"
|
||||
"PO-Revision-Date: 2023-11-24 17:58+0100\n"
|
||||
"PO-Revision-Date: 2023-11-26 08:42+0100\n"
|
||||
"Last-Translator: punix <polunga40@unity-mail.de>\n"
|
||||
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
||||
"Language: de\n"
|
||||
@ -162,5 +162,8 @@ msgstr ""
|
||||
"<b>müssen sie ihren Tunnel zuvor importieren.</b>"
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wg_stop:40
|
||||
msgid "$VALUE Connection disconnected"
|
||||
msgstr "$VALUE Verbindung wurde getrennt"
|
||||
msgid ""
|
||||
"<span color='#0fad0a'><b>$VALUE </b></span><span> <b>disconnected</b></"
|
||||
"span>"
|
||||
msgstr ""
|
||||
"<span color='#0fad0a'><b>$VALUE </b></span><span> <b>getrennt</b></span>"
|
||||
|
@ -134,3 +134,9 @@ msgid ""
|
||||
"<b>If no tunnels are listed,</b> \n"
|
||||
"<b>you must first import your tunnel.</b>"
|
||||
msgstr ""
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wg_stop:40
|
||||
msgid ""
|
||||
"<span color='#0fad0a'><b>$VALUE </b></span><span> <b>disconnected</b></"
|
||||
"span>"
|
||||
msgstr ""
|
||||
|
@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=wg_on_start
|
||||
Name[de_DE]=wgonstart.desktop
|
||||
Exec=wg_on_start
|
||||
Exec=/sbin/wg_on_start
|
||||
NoDisplay=true
|
||||
Terminal=false
|
||||
Comment=Start on Wire-G Notify with Tunnel
|
||||
|
2
wg_stop
2
wg_stop
@ -37,7 +37,7 @@ WG_PIC="/home/$USER/.icons/"
|
||||
--undecorated --borders=8 --skip-taskbar \
|
||||
--text-align=center --no-buttons \
|
||||
--timeout 2 --timeout-indicator=bottom \
|
||||
--text=$"<span color='#0fad0a'><b>$VALUE Connection</b></span><span> <b>disconnected</b></span>"
|
||||
--text=$"<span color='#0fad0a'><b>$VALUE </b></span><span> <b>disconnected</b></span>"
|
||||
fi
|
||||
done
|
||||
IFS=$'\n' lines=( $(cat ${WG_WDIR}for-kill_pid.txt) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user