fix: minor fixs and removed n3 to use spf
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user