chore: adds a bunch of notifications to various unfuck scripts so that nopasswd sudo access to systemctl can be dropped

This commit is contained in:
Ahwx 2025-07-27 21:08:53 +02:00
parent 66f7aca586
commit f7b58567af

View file

@ -26,7 +26,9 @@ unfuck_wallpaper() {
} }
unfuck_fingerprint() { unfuck_fingerprint() {
systemctl restart fprintd.service notify-send "Touch sensor or use YubiKey." "Sleeping for 10 seconds."
sleep 10
sudo systemctl restart fprintd.service
} }
unfuck_bar() { unfuck_bar() {
@ -37,6 +39,8 @@ unfuck_bar() {
unfuck_networkmanager() { unfuck_networkmanager() {
# sudo modprobe -r iwlwifi # sudo modprobe -r iwlwifi
# sudo modprobe iwlwifi # sudo modprobe iwlwifi
notify-send "Touch sensor or use YubiKey." "Sleeping for 10 seconds."
sleep 10
sudo systemctl restart NetworkManager sudo systemctl restart NetworkManager
} }