5 lines
211 B
Bash
Executable file
5 lines
211 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sudo xbps-install -Syu 1>/tmp/xbps_updates 2>/tmp/xbps_errors || notify-send -u critical "Error downloading updates." "$(cut -d " " -f 1,5 /tmp/xbps_errors)"
|
|
|
|
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|