melawy-skel-root/root/.local/userbin/reset-layout.sh

16 lines
364 B
Bash
Raw Normal View History

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