fix: minor fixs and removed n3 to use spf

This commit is contained in:
oxypomme
2025-02-12 10:05:19 +01:00
parent 30a8c16816
commit 8b162be7d1
6 changed files with 66 additions and 55 deletions

View File

@@ -6,8 +6,8 @@ status=$(dunstctl history | jq '.data[0] | length' || echo '?')
if [ "$status" = '?' ]; then
echo "$status"
elif [ "$status" -gt 0 ]; then
echo "%{F#4B8783}%{F-} $status"
echo "%{F#4B8783}%{F-} $status"
else
echo "%{F#4B8783}%{F-}"
echo "%{F#4B8783}%{F-}"
fi