feat: theme

This commit is contained in:
2025-07-03 12:25:15 +02:00
parent e954569d5d
commit c8642343e7
8 changed files with 80 additions and 32 deletions

View File

@@ -27,7 +27,7 @@ if [ "${1:-}" = "--reload" ]; then
shift
fname="$1"
shift
__change_priority "$delta" "$fname" >>/tmp/foo
__change_priority "$delta" "$fname" >/dev/null
;;
esac
__lines