waybar: fix mail length

This commit is contained in:
Konstantin Koslowski 2021-07-08 07:26:07 +02:00
parent e5e39bbaa8
commit 843ffccf86
3 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@
"tooltip": true, "tooltip": true,
"return-type": "json", "return-type": "json",
"min-length": 5, "min-length": 5,
"max-length": 5, "max-length": 6,
"interval": 30, "interval": 30,
"format-icons": { "format-icons": {
"unread": " ", "unread": " ",

View file

@ -82,7 +82,7 @@
"tooltip": true, "tooltip": true,
"return-type": "json", "return-type": "json",
"min-length": 5, "min-length": 5,
"max-length": 5, "max-length": 6,
"interval": 30, "interval": 30,
"format-icons": { "format-icons": {
"unread": " ", "unread": " ",

View file

@ -79,7 +79,7 @@
"tooltip": true, "tooltip": true,
"return-type": "json", "return-type": "json",
"min-length": 5, "min-length": 5,
"max-length": 5, "max-length": 6,
"interval": 30, "interval": 30,
"format-icons": { "format-icons": {
"unread": " ", "unread": " ",