Fix disk rendering
This commit is contained in:
parent
ed85bab1dd
commit
844f1944c2
@ -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
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
executable file 21 lines (15 sloc) 559 Bytes
|
||||
#!/bin/sh
|
||||
|
||||
# Status bar module for disk space
|
||||
|
Loading…
Reference in New Issue
Block a user