This commit is contained in:
Stephan Raabe 2023-09-18 22:13:15 +02:00
parent 2e7ad48b2e
commit abb09ea2e1
3 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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

View File

@ -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"