Update dunst timing
This commit is contained in:
parent
43cc466d60
commit
e56f66c8db
|
@ -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
|
||||
|
|
|
@ -84,3 +84,5 @@ echo "-----------------------------------------------------"
|
|||
echo ""
|
||||
|
||||
yay
|
||||
|
||||
notify-send "Update complete" "$updates packages updated successfully"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -39,6 +39,7 @@ if [ "$selected" ]; then
|
|||
# -----------------------------------------------------
|
||||
swww img $wallpaper --transition-step 20 --transition-fps=20
|
||||
~/dotfiles/waybar/launch.sh
|
||||
sleep 1
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Send notification
|
||||
|
|
Loading…
Reference in New Issue
Block a user