feat(monitors): from int to str for more precision

This commit is contained in:
2025-10-19 21:09:40 +02:00
parent 3d8deae6f3
commit b1a4574f17
10 changed files with 70 additions and 65 deletions

View File

@@ -126,9 +126,13 @@
"all-outputs": false,
"format": "{icon}",
"format-icons": {
"urgent": "",
"visible": "",
"empty": ""
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"active": "_",
"default": "_"
},
"on-click": "activate",
"show-special": false,