summaryrefslogtreecommitdiff
path: root/.config/waybar/custom/disk
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-13 01:09:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-13 01:09:49 +0200
commit0438660003a5f3cbdb2dd8a42961e0c8629f80b9 (patch)
treee2829960bbb7f2cc5ef55d0c48ea3c781f1c4b79 /.config/waybar/custom/disk
parentdd397e6a4a9368117e2689904bb6bb8586d598e9 (diff)
waybar: Add waybar configuration
Diffstat (limited to '.config/waybar/custom/disk')
-rwxr-xr-x.config/waybar/custom/disk3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/waybar/custom/disk b/.config/waybar/custom/disk
new file mode 100755
index 0000000..143e41c
--- /dev/null
+++ b/.config/waybar/custom/disk
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+df -BG | awk '$6 == "/" { print $3 }'