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,
|
"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": " ",
|
||||||
|
|
|
@ -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": " ",
|
||||||
|
|
|
@ -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": " ",
|
||||||
|
|
Loading…
Reference in a new issue