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

12 lines
270 B
Bash
Raw Normal View History

2023-11-22 11:29:04 +05:00
#!/bin/bash
2023-11-23 01:03:12 +05:00
sleep 20
2023-11-22 11:29:04 +05:00
plasma-apply-lookandfeel -a "com.github.Melawy.Melawy-round-gray.Nier-A2.desktop" --resetLayout
if [ "$(whoami)" != "liveuser" ]; then
sleep 5
2023-11-22 22:01:29 +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