From abb09ea2e136bc3e97729b06e7685117e55ae94c Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 18 Sep 2023 22:13:15 +0200 Subject: [PATCH] Updates --- scripts/powermenu.sh | 2 +- scripts/updatewal.sh | 1 + scripts/wallpaper.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/powermenu.sh b/scripts/powermenu.sh index e98d89e..38fb314 100755 --- a/scripts/powermenu.sh +++ b/scripts/powermenu.sh @@ -24,7 +24,7 @@ case $choice in $option1) slock ;; $option2) - qtile cmd-obj -o cmd -f shutdown ;; + loginctl terminate-user $USER ;; $option3) systemctl reboot ;; $option4) diff --git a/scripts/updatewal.sh b/scripts/updatewal.sh index bad304a..6d8a17c 100755 --- a/scripts/updatewal.sh +++ b/scripts/updatewal.sh @@ -31,6 +31,7 @@ qtile cmd-obj -o cmd -f reload_config # ----------------------------------------------------- source "$HOME/.cache/wal/colors.sh" newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g") +sleep 1 # ----------------------------------------------------- # Send notification diff --git a/scripts/wallpaper.sh b/scripts/wallpaper.sh index 8f0c6c0..b5a3782 100755 --- a/scripts/wallpaper.sh +++ b/scripts/wallpaper.sh @@ -28,6 +28,7 @@ if [ "$selected" ]; then source "$HOME/.cache/wal/colors.sh" newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g") + sleep 1 # Send notification notify-send "Theme and Wallpaper updated" "With image $newwall"