1
0
Fork 0

trigger sb-packages more often

This commit is contained in:
Luca Bilke 2024-04-16 12:04:36 +02:00
parent 2df615a77a
commit d7319057fa
2 changed files with 9 additions and 2 deletions

View File

@ -5,4 +5,9 @@ remaps -qd
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium
{ sleep 15; rm ~/.mozilla; } &
{
sleep 15
rm ~/.mozilla
} &
pkill -RTMIN+8 dwmblocks

View File

@ -1,7 +1,9 @@
#!/bin/sh
pkill -RTMIN+8 dwmblocks
askupgrade() {
[ "$(notify-send -c updates --action=Yes=Yes --action=No=No " Repository Sync" "Updates available. Update now?")" = 'Yes' ] && upgrades
[ "$(notify-send -c updates --action=Yes=Yes --action=No=No " Repository Sync" "Updates available. Update now?")" = 'Yes' ] && upgrades
}
\xbps-install -Sun 1>/tmp/xbps_updates 2>/tmp/xbps_errors