This commit is contained in:
Stephan Raabe 2023-08-31 14:32:36 +02:00
parent ef2f10de34
commit a154240deb
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@
"modules-right": [ "modules-right": [
"custom/updates", "custom/updates",
"pulseaudio", "pulseaudio",
"group/hardware",
"battery", "battery",
"group/hardware",
"custom/exit", "custom/exit",
"clock" "clock"
], ],

View File

@ -176,13 +176,13 @@
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"format": "{icon} {capacity}%", "format": "{icon}{capacity}%",
"format-charging": " {capacity}%", "format-charging": " {capacity}%",
"format-plugged": " {capacity}%", "format-plugged": " {capacity}%",
"format-alt": "{icon} {time}", "format-alt": "{icon} {time}",
// "format-good": "", // An empty format will hide the module // "format-good": "", // An empty format will hide the module
// "format-full": "", // "format-full": "",
"format-icons": ["", "", "", "", ""] "format-icons": [" ", " ", " ", " ", " "]
}, },
// Pulseaudio // Pulseaudio