Update
This commit is contained in:
parent
e9bca1d1ac
commit
6aa3934245
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Exec=/usr/bin/bash ~/.local/userbin/reset-layout.sh
|
||||
Exec=/usr/bin/bash ~/.local/bin/reset-layout.sh
|
||||
Icon=
|
||||
Name=reset-layout.sh
|
||||
Path=
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[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=
|
||||
Name=set-default-web-browser.sh
|
||||
Path=
|
||||
|
|
|
@ -11,5 +11,5 @@ notify-send -t 5000 -a "Theme is" "$theme" "$(date '+%Y.%m.%d %H:%M:%S')"
|
|||
if [ "$(whoami)" != "liveuser" ]; then
|
||||
sleep 5
|
||||
rm "$HOME/.config/autostart/reset-layout.desktop"
|
||||
rm "$HOME/.local/userbin/reset-layout.sh"
|
||||
rm "$HOME/.local/bin/reset-layout.sh"
|
||||
fi
|
|
@ -11,5 +11,5 @@ notify-send -t 5000 -a "Default browser is" "$browser" "$(date '+%Y.%m.%d %H:%M:
|
|||
if [ "$(whoami)" != "liveuser" ]; then
|
||||
sleep 5
|
||||
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
|
Loading…
Reference in New Issue