styled i3status and dmenu plus backup age

This commit is contained in:
2024-02-07 07:26:47 +01:00
parent 308fb250ac
commit 39337656f2
2 changed files with 37 additions and 8 deletions

7
borg/i3status-bakage.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
i3status | while :
do
read line
echo "$(~/.borg/bakage.sh)d ★ ${line}" || exit 1
done