trigger sb-packages more often
This commit is contained in:
parent
65d6e269fb
commit
f2ae32b8d7
2 changed files with 9 additions and 2 deletions
|
@ -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,5 +1,7 @@
|
||||||
#!/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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue