diff options
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -92,4 +92,16 @@ rm -rf go dinitctl enable cronie echo "*/10 * * * * /home/$PERMUSER/.local/bin/cron/newsup\n*/30 * * * * /home/$PERMUSER/.local/bin/cron/checkup" | doas -u $PERMUSER crontab - +cat <<EOL >> /usr/share/libalpm/hooks/statusbar.hook +[Trigger] +Operation = Upgrade +Type = Package +Target = * + +[Action] +Description = Updating statusbar... +When = PostTransaction +Exec = /usr/bin/pkill -RTMIN+8 i3blocks +EOL + echo "Your linux is riced!" |