repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vim, gitconfig, update.sh
[dotfiles_afify.git]
/
.scripts
/
notify_disks
blob
2e5b5f9c814ade006ee22083cac04ddfba48faf5
1
#!/usr/bin/env bash
2
3
com
=
$
(
df
-h
|
grep
-E
"(Mounted|\/$|mnt|home)"
|\
4
awk
'{print
$6
"
\t
"
$3
"
\t
"
$4
"
\t
"
$5
}'
|
column
-t
)
5
notify-send
"Disks Usage"
"
$com
"