Adding progs to keys and tweaking rofi

This commit is contained in:
Chris Cochrun 2020-12-14 08:41:41 -06:00
parent 46054b1e4c
commit 04c75ce7f5
7 changed files with 37 additions and 6 deletions

View file

@ -1,2 +1,6 @@
#!/usr/bin/sh
exec 3>&2
exec 2> /dev/null
btrfs fi usage / | rg Free | awk '{print $3}'
exec 2>&3