diff --git a/CHANGELOG b/CHANGELOG index 6a4cd63..9f22734 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.2 - Hyprland install script: Add swayidle to 2-install-hyprland.sh - Waybar: Add quickstart icon for filemanager.sh - Waybar: Style improvements +- Dunst: Add white border around notifications Version 2.1 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.1 diff --git a/scripts/installupdates.sh b/scripts/installupdates.sh index 5709283..1006c0d 100755 --- a/scripts/installupdates.sh +++ b/scripts/installupdates.sh @@ -84,3 +84,5 @@ echo "-----------------------------------------------------" echo "" yay + +notify-send "Update complete" "$updates packages updated successfully" diff --git a/scripts/updatewal-swww.sh b/scripts/updatewal-swww.sh index a4a5c00..b300b57 100755 --- a/scripts/updatewal-swww.sh +++ b/scripts/updatewal-swww.sh @@ -34,6 +34,7 @@ newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g") # ----------------------------------------------------- swww img $wallpaper --transition-step 20 --transition-fps=20 ~/dotfiles/waybar/launch.sh +sleep 1 # ----------------------------------------------------- # Send notification diff --git a/scripts/wallpaper-swww.sh b/scripts/wallpaper-swww.sh index 3cf3d0e..f5587f9 100755 --- a/scripts/wallpaper-swww.sh +++ b/scripts/wallpaper-swww.sh @@ -39,6 +39,7 @@ if [ "$selected" ]; then # ----------------------------------------------------- swww img $wallpaper --transition-step 20 --transition-fps=20 ~/dotfiles/waybar/launch.sh + sleep 1 # ----------------------------------------------------- # Send notification