This commit is contained in:
Valeria Fadeeva 2023-11-29 16:31:46 +05:00
parent e9bca1d1ac
commit 6aa3934245
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Exec=/usr/bin/bash ~/.local/userbin/reset-layout.sh Exec=/usr/bin/bash ~/.local/bin/reset-layout.sh
Icon= Icon=
Name=reset-layout.sh Name=reset-layout.sh
Path= Path=

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Exec=/usr/bin/bash ~/.local/userbin/set-default-web-browser.sh Exec=/usr/bin/bash ~/.local/bin/set-default-web-browser.sh
Icon= Icon=
Name=set-default-web-browser.sh Name=set-default-web-browser.sh
Path= Path=

View File

@ -11,5 +11,5 @@ notify-send -t 5000 -a "Theme is" "$theme" "$(date '+%Y.%m.%d %H:%M:%S')"
if [ "$(whoami)" != "liveuser" ]; then if [ "$(whoami)" != "liveuser" ]; then
sleep 5 sleep 5
rm "$HOME/.config/autostart/reset-layout.desktop" rm "$HOME/.config/autostart/reset-layout.desktop"
rm "$HOME/.local/userbin/reset-layout.sh" rm "$HOME/.local/bin/reset-layout.sh"
fi fi

View File

@ -11,5 +11,5 @@ notify-send -t 5000 -a "Default browser is" "$browser" "$(date '+%Y.%m.%d %H:%M:
if [ "$(whoami)" != "liveuser" ]; then if [ "$(whoami)" != "liveuser" ]; then
sleep 5 sleep 5
rm "$HOME/.config/autostart/set-default-web-browser.desktop" rm "$HOME/.config/autostart/set-default-web-browser.desktop"
rm "$HOME/.local/userbin/set-default-web-browser.sh" rm "$HOME/.local/bin/set-default-web-browser.sh"
fi fi