Updates
This commit is contained in:
parent
2e7ad48b2e
commit
abb09ea2e1
@ -24,7 +24,7 @@ case $choice in
|
|||||||
$option1)
|
$option1)
|
||||||
slock ;;
|
slock ;;
|
||||||
$option2)
|
$option2)
|
||||||
qtile cmd-obj -o cmd -f shutdown ;;
|
loginctl terminate-user $USER ;;
|
||||||
$option3)
|
$option3)
|
||||||
systemctl reboot ;;
|
systemctl reboot ;;
|
||||||
$option4)
|
$option4)
|
||||||
|
@ -31,6 +31,7 @@ qtile cmd-obj -o cmd -f reload_config
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
source "$HOME/.cache/wal/colors.sh"
|
source "$HOME/.cache/wal/colors.sh"
|
||||||
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")
|
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")
|
||||||
|
sleep 1
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Send notification
|
# Send notification
|
||||||
|
@ -28,6 +28,7 @@ if [ "$selected" ]; then
|
|||||||
source "$HOME/.cache/wal/colors.sh"
|
source "$HOME/.cache/wal/colors.sh"
|
||||||
|
|
||||||
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")
|
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")
|
||||||
|
sleep 1
|
||||||
|
|
||||||
# Send notification
|
# Send notification
|
||||||
notify-send "Theme and Wallpaper updated" "With image $newwall"
|
notify-send "Theme and Wallpaper updated" "With image $newwall"
|
||||||
|
Loading…
Reference in New Issue
Block a user