diff options
Diffstat (limited to '')
| -rwxr-xr-x | status | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -35,7 +35,7 @@ network="Network: $nwclean" | |||
| 35 | 35 | ||
| 36 | noticount=$(notify show | wc -l) | 36 | noticount=$(notify show | wc -l) |
| 37 | 37 | ||
| 38 | printf "$network$sep$volume$sep$battery$sep$date$sep$time" | 38 | printf '%s' "$network$sep$volume$sep$battery$sep$date$sep$time" |
| 39 | [ "$noticount" = "1" ] && printf "$sep$(notify show)" | 39 | [ "$noticount" = "1" ] && printf '%s' "$sep$(notify show)" |
| 40 | [ "$noticount" -gt "1" ] && printf "${sep}Unread notifications: $noticount" | 40 | [ "$noticount" -gt "1" ] && printf '%s' "${sep}Unread items: $noticount" |
| 41 | printf "\n" | 41 | printf '\n' |
