This commit is contained in:
Valeria Fadeeva 2023-11-23 02:21:28 +05:00
parent f993f2cd21
commit 7c4b0b8ab9
6 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ else
echo "USER IS ROOT"
fi
sleep 20
sleep 30
cd "/root"

View File

@ -6,7 +6,7 @@ theme="com.github.Melawy.Melawy-round-gray.Nier-A2.desktop"
plasma-apply-lookandfeel -a "$theme" --resetLayout
notify-send -a "Theme is" "$theme" "$(date '+%Y.%m.%d %H:%M:%S')"
notify-send -t 5000 -a "Theme is" "$theme" "$(date '+%Y.%m.%d %H:%M:%S')"
if [ "$(whoami)" != "liveuser" ]; then
sleep 5

View File

@ -1,12 +1,12 @@
#!/bin/bash
sleep 20
sleep 10
browser="firefox.desktop"
xdg-settings set default-web-browser "$browser"
notify-send -a "Default browser is" "$browser" "$(date '+%Y.%m.%d %H:%M:%S')"
notify-send -t 5000 -a "Default browser is" "$browser" "$(date '+%Y.%m.%d %H:%M:%S')"
if [ "$(whoami)" != "liveuser" ]; then
sleep 5