diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-02 19:20:26 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-02 19:20:26 -0400 |
| commit | fd57c4350b5cebe82ca0790856340eae1dbb3d81 (patch) | |
| tree | f15f34c1dec271d0bf7548325ef95a78991bc5fe /.scripts/statusbar/disk | |
| parent | 72095821e987c38520b1beab56fa69f2006d8615 (diff) | |
| download | eibhear-fd57c4350b5cebe82ca0790856340eae1dbb3d81.tar.gz eibhear-fd57c4350b5cebe82ca0790856340eae1dbb3d81.tar.zst eibhear-fd57c4350b5cebe82ca0790856340eae1dbb3d81.zip | |
fix for dunst update
Diffstat (limited to '.scripts/statusbar/disk')
| -rwxr-xr-x | .scripts/statusbar/disk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.scripts/statusbar/disk b/.scripts/statusbar/disk index 3a12394..d3dd07d 100755 --- a/.scripts/statusbar/disk +++ b/.scripts/statusbar/disk @@ -10,10 +10,8 @@ icon="$2" [ -z "$2" ] && icon="$1" case $BLOCK_BUTTON in - 1) pgrep -x dunst >/dev/null && notify-send "<b>💽 Disk space:</b> -$(df -h --output=target,used,size)" ;; - 3) pgrep -x dunst >/dev/null && notify-send "<b>💽 Hard drive space remaining:</b> -- Shows used hard drive space. + 1) pgrep -x dunst >/dev/null && notify-send "💽 Disk space" "$(df -h --output=target,used,size)" ;; + 3) pgrep -x dunst >/dev/null && notify-send "💽 Disk module" "\- Shows used hard drive space. - Click to show all disk info." ;; esac |
