Updates
This commit is contained in:
parent
2e7ad48b2e
commit
abb09ea2e1
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user