|
|
@@ -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/└─/+-/' | \ |
|
|
|