waybar: fix mail length
This commit is contained in:
parent
e5e39bbaa8
commit
843ffccf86
3 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@
|
|||
"tooltip": true,
|
||||
"return-type": "json",
|
||||
"min-length": 5,
|
||||
"max-length": 5,
|
||||
"max-length": 6,
|
||||
"interval": 30,
|
||||
"format-icons": {
|
||||
"unread": " ",
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"tooltip": true,
|
||||
"return-type": "json",
|
||||
"min-length": 5,
|
||||
"max-length": 5,
|
||||
"max-length": 6,
|
||||
"interval": 30,
|
||||
"format-icons": {
|
||||
"unread": " ",
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"tooltip": true,
|
||||
"return-type": "json",
|
||||
"min-length": 5,
|
||||
"max-length": 5,
|
||||
"max-length": 6,
|
||||
"interval": 30,
|
||||
"format-icons": {
|
||||
"unread": " ",
|
||||
|
|
Loading…
Reference in a new issue