Improve boot screen transition (#140)

* Working concept with SDDM

* Working concept without SDDM dep

* Working concept w/o SDDM and w/ UWSM

* Cleanup and UWSM tweaks

* Cleanup

* Remove call to seamless-login.sh

* Don't allow the progress to go backwards

* Add refresh to migration
This commit is contained in:
Ryan Hughes
2025-07-13 20:51:03 -04:00
committed by GitHub
parent 2035790817
commit c9b1935054
8 changed files with 162 additions and 27 deletions

View File

@ -15,7 +15,7 @@ show_power_menu() {
case "$selection" in
*Lock*) hyprlock ;;
*Suspend*) systemctl suspend ;;
*Relaunch*) hyprctl dispatch exit ;;
*Relaunch*) uwsm stop ;;
*Restart*) systemctl reboot ;;
*Shutdown*) systemctl poweroff ;;
esac