trigger sb-packages more often
This commit is contained in:
parent
2df615a77a
commit
d7319057fa
|
@ -5,4 +5,9 @@ remaps -qd
|
||||||
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
|
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
|
||||||
pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium
|
pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium
|
||||||
|
|
||||||
{ sleep 15; rm ~/.mozilla; } &
|
{
|
||||||
|
sleep 15
|
||||||
|
rm ~/.mozilla
|
||||||
|
} &
|
||||||
|
|
||||||
|
pkill -RTMIN+8 dwmblocks
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
pkill -RTMIN+8 dwmblocks
|
||||||
|
|
||||||
askupgrade() {
|
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
|
\xbps-install -Sun 1>/tmp/xbps_updates 2>/tmp/xbps_errors
|
||||||
|
|
Loading…
Reference in New Issue