From 844f1944c21cc1135d967640b32f147719aac006 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 4 Mar 2019 20:51:29 -0600 Subject: [PATCH] Fix disk rendering --- i3/i3blocks.conf | 4 ++-- i3/i3blocks/disk | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/i3/i3blocks.conf b/i3/i3blocks.conf index 63bb24c..a4b6f19 100644 --- a/i3/i3blocks.conf +++ b/i3/i3blocks.conf @@ -31,11 +31,11 @@ markup=pango [disk] interval=60 -command=disk / +command=~/bin/i3blocks/disk / [disk] interval=60 -command=disk /home 🏠 +command=~/bin/i3blocks/disk /home 🏠 [memory] interval=30 diff --git a/i3/i3blocks/disk b/i3/i3blocks/disk index f5e56fa..3a12394 100755 --- a/i3/i3blocks/disk +++ b/i3/i3blocks/disk @@ -1,5 +1,3 @@ - -executable file 21 lines (15 sloc) 559 Bytes #!/bin/sh # Status bar module for disk space