Compare commits

...

3 Commits

Author SHA1 Message Date
f058ea58f7 Merge branch 'upstream-custom' into dev 2024-04-04 04:45:50 -04:00
bc227bed49 minor: trail space 2024-04-04 04:44:25 -04:00
475fbc55cc update: better battery in waybar 2024-04-04 04:42:52 -04:00
2 changed files with 25 additions and 8 deletions

View File

@ -43,7 +43,8 @@
"custom/updates", "custom/updates",
"pulseaudio", "pulseaudio",
//"bluetooth", //"bluetooth",
//"battery", "battery",
"battery#charging",
"network", "network",
"cpu", "cpu",
"memory", "memory",

View File

@ -323,15 +323,31 @@
"critical": 15 "critical": 15
}, },
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-charging": "{icon} {capacity}%", "format-charging": "",
"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": "󱟢 {capacity}%",
"format-icons": { //"format-icons": {
"Charging": ["󰢟","󰢜","󰂆","󰂇","󰂈","󰢝","󰂉","󰢞","󰂊","󰂋","󰂅"], // "Charging": ["󰢟","󰢜","󰂆","󰂇","󰂈","󰢝","󰂉","󰢞","󰂊","󰂋","󰂅"],
"default": ["󱃍","󰁺","󰁻","󰁼","󰁽","󰁾","󰁿","󰂀","󰂁","󰂂","󰁹"] // "default": ["󱃍","󰁺","󰁻","󰁼","󰁽","󰁾","󰁿","󰂀","󰂁","󰂂","󰁹"]
} //}
"format-icons": ["󱃍","󰁺","󰁻","󰁼","󰁽","󰁾","󰁿","󰂀","󰂁","󰂂","󰁹"]
},
"battery#charging": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "",
"format-charging": "{icon} {capacity}%",
// "format-good": "", // An empty format will hide the module
//"format-icons": {
// "Charging": ["󰢟","󰢜","󰂆","󰂇","󰂈","󰢝","󰂉","󰢞","󰂊","󰂋","󰂅"],
// "default": ["󱃍","󰁺","󰁻","󰁼","󰁽","󰁾","󰁿","󰂀","󰂁","󰂂","󰁹"]
//}
"format-icons": ["󰢟","󰢜","󰂆","󰂇","󰂈","󰢝","󰂉","󰢞","󰂊","󰂋","󰂅"]
}, },
// Pulseaudio // Pulseaudio