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

12 lines
270 B
Bash
Executable File

#!/bin/bash
sleep 20
plasma-apply-lookandfeel -a "com.github.Melawy.Melawy-round-gray.Nier-A2.desktop" --resetLayout
if [ "$(whoami)" != "liveuser" ]; then
sleep 5
rm $HOME/.config/autostart/reset-layout.desktop
rm $HOME/.local/userbin/reset-layout.sh
fi