2023-11-21 11:39:39 +05:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-11-23 14:04:51 +05:00
|
|
|
sleep 5
|
2023-11-23 01:02:49 +05:00
|
|
|
|
2023-11-23 01:52:54 +05:00
|
|
|
theme="com.github.Melawy.Melawy-round-gray.Nier-A2.desktop"
|
|
|
|
|
|
|
|
plasma-apply-lookandfeel -a "$theme" --resetLayout
|
|
|
|
|
2023-11-23 02:21:28 +05:00
|
|
|
notify-send -t 5000 -a "Theme is" "$theme" "$(date '+%Y.%m.%d %H:%M:%S')"
|
2023-11-22 22:03:00 +05:00
|
|
|
|
|
|
|
if [ "$(whoami)" != "liveuser" ]; then
|
|
|
|
sleep 5
|
2023-11-23 01:52:54 +05:00
|
|
|
rm "$HOME/.config/autostart/reset-layout.desktop"
|
2024-12-02 11:45:12 +05:00
|
|
|
# rm "$HOME/.local/bin/reset-layout.sh"
|
2023-11-22 22:03:00 +05:00
|
|
|
fi
|