summaryrefslogtreecommitdiff
path: root/services/SystemUsage.qml
diff options
context:
space:
mode:
authorMix <mixchatmix3@gmail.com>2025-08-23 07:56:37 -0300
committerGitHub <noreply@github.com>2025-08-23 20:56:37 +1000
commitd75ac8ef35ffe5f3bdabe8d6be871c4c7ea26155 (patch)
tree3858921c6759190b47e4ac527f355bf25f5be1db /services/SystemUsage.qml
parenthyprland: fix active client on empty ws (diff)
downloadcaelestia-shell-d75ac8ef35ffe5f3bdabe8d6be871c4c7ea26155.tar.gz
caelestia-shell-d75ac8ef35ffe5f3bdabe8d6be871c4c7ea26155.tar.bz2
caelestia-shell-d75ac8ef35ffe5f3bdabe8d6be871c4c7ea26155.zip
services: fix proc lang (#454)
* Fix Wifi Emoji ASCII not show wifi emojis and gets errors on connect in some systens, C.UTF-8 are correct in modern systens * removed platform check * more fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'services/SystemUsage.qml')
-rw-r--r--services/SystemUsage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/SystemUsage.qml b/services/SystemUsage.qml
index a3b92e4..6ee4e42 100644
--- a/services/SystemUsage.qml
+++ b/services/SystemUsage.qml
@@ -175,8 +175,8 @@ Singleton {
command: ["sensors"]
environment: ({
- LANG: "C",
- LC_ALL: "C"
+ LANG: "C.UTF-8",
+ LC_ALL: "C.UTF-8"
})
stdout: StdioCollector {
onStreamFinished: {