wactioncenter: night light page

This commit is contained in:
end-4
2025-11-22 23:33:26 +01:00
parent 9a113c24ca
commit 0f11296ee1
15 changed files with 356 additions and 21 deletions
@@ -41,7 +41,7 @@ Item {
HeaderRow {
id: headerRow
Layout.fillWidth: true
title: qsTr("Wi-Fi")
title: Translation.tr("Wi-Fi")
}
WSwitch {
id: toggleSwitch
@@ -94,7 +94,7 @@ Item {
verticalCenter: parent.verticalCenter
left: parent.left
}
text: qsTr("More Internet settings")
text: Translation.tr("More Internet settings")
onClicked: {
Quickshell.execDetached(["qs", "-p", Quickshell.shellPath(""), "ipc", "call", "sidebarLeft", "toggle"]);
Quickshell.execDetached(["bash", "-c", Config.options.apps.network]);