initial commit

This commit is contained in:
2024-04-01 11:32:56 +02:00
commit 4be63cf686
17 changed files with 891 additions and 0 deletions

7
borg/.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