Remove timeout for disk usage notification

This commit is contained in:
John Mertz 2021-08-11 18:40:48 -04:00
parent 0c915f4d17
commit e474d0b057
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -1,6 +1,6 @@
#!/bin/bash
notify-send -t 3000 Disks \
notify-send Disks \
"$(lsblk -o NAME,SIZE,FSUSE%,MOUNTPOINT | grep -vP '^loop' | \
sed 's/MOUNTPOINT/MOUNT/' | sed -e 's/│ └─/+---/' | \
sed -e 's/ └─/+---/' | sed -e 's/├─/+-/' | sed -e 's/└─/+-/' | \