Update installation script and waybar integration

This commit is contained in:
Stephan Raabe 2023-09-11 13:43:14 +02:00
parent 2cb32c3746
commit 5344332016
2 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
# Required: yay trizen timeshift btrfs-grub # Required: yay trizen timeshift btrfs-grub
# ----------------------------------------------------- # -----------------------------------------------------
sleep 1
source ~/dotfiles/scripts/library.sh source ~/dotfiles/scripts/library.sh
clear clear
echo "-----------------------------------------------------" echo "-----------------------------------------------------"

View File

@ -72,7 +72,7 @@
"escape": true, "escape": true,
"return-type": "json", "return-type": "json",
"exec": "~/dotfiles/scripts/updates.sh", "exec": "~/dotfiles/scripts/updates.sh",
"restart-interval": 600, "restart-interval": 60,
"on-click": "alacritty -e ~/dotfiles/scripts/installupdates.sh", "on-click": "alacritty -e ~/dotfiles/scripts/installupdates.sh",
"tooltip": false "tooltip": false
}, },