mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Icons: more icons
This commit is contained in:
@@ -2,6 +2,7 @@ pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import Quickshell.Services.UPower
|
||||
import qs.Commons
|
||||
import qs.Services
|
||||
|
||||
Singleton {
|
||||
@@ -10,7 +11,7 @@ Singleton {
|
||||
// Choose icon based on charge and charging state
|
||||
function getIcon(percent, charging, isReady) {
|
||||
if (!isReady) {
|
||||
return Bootstrap.icons["battery"] // FIXME: find battery error ?
|
||||
return Bootstrap.icons["exclamation-diamond"]
|
||||
}
|
||||
|
||||
if (charging) {
|
||||
|
||||
Reference in New Issue
Block a user