This commit is contained in:
Stephan Raabe 2024-05-01 13:40:33 +02:00
parent 3d84b89e9a
commit 32bcdb5b3f

View File

@ -82,11 +82,6 @@ newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")
# ----------------------------------------------------- # -----------------------------------------------------
~/dotfiles/waybar/launch.sh ~/dotfiles/waybar/launch.sh
# -----------------------------------------------------
# Reload Hyprctl.sh
# -----------------------------------------------------
$HOME/.config/ml4w-hyprland-settings/hyprctl.sh
# ----------------------------------------------------- # -----------------------------------------------------
# Set the new wallpaper # Set the new wallpaper
# ----------------------------------------------------- # -----------------------------------------------------
@ -121,7 +116,11 @@ if [ "$1" == "init" ] ;then
else else
sleep 1 sleep 1
dunstify "Changing wallpaper ..." "with image $newwall" -h int:value:25 -h string:x-dunst-stack-tag:wallpaper dunstify "Changing wallpaper ..." "with image $newwall" -h int:value:25 -h string:x-dunst-stack-tag:wallpaper
sleep 2
# -----------------------------------------------------
# Reload Hyprctl.sh
# -----------------------------------------------------
$HOME/.config/ml4w-hyprland-settings/hyprctl.sh
fi fi
# ----------------------------------------------------- # -----------------------------------------------------