added three new modules (Crypto.qml, Battery.qml, Network.qml), improved Stats.qml, improved Tray.qml, optimized code in general, added a polkit agent, configurations change (check configs)

This commit is contained in:
SomeElse
2026-05-14 04:56:33 +00:00
parent 046a36fbec
commit e3bfa6661f
31 changed files with 5857 additions and 353 deletions

View File

@@ -80,7 +80,6 @@ PanelWindow {
}
function shellQuote(str) {
// POSIX single-quote escaping: wrap in ' and replace every ' with '\''
return "'" + str.replace(/'/g, "'\\''") + "'"
}