Merge branch 'end-4:main' into main

This commit is contained in:
rijaluddin
2026-03-03 04:31:27 +07:00
committed by GitHub
7 changed files with 36 additions and 23 deletions
@@ -233,7 +233,7 @@ Singleton {
Process {
id: updateNetworkStrength
running: true
command: ["sh", "-c", "nmcli -f IN-USE,SIGNAL,SSID device wifi | awk '/^\*/{if (NR!=1) {print $2}}'"]
command: ["sh", "-c", "nmcli -f IN-USE,SIGNAL,SSID device wifi | awk '/^\\*/{if (NR!=1) {print $2}}'"]
stdout: SplitParser {
onRead: data => {
root.networkStrength = parseInt(data);