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
@@ -45,7 +45,7 @@ Item {
HeaderRow {
id: headerRow
Layout.fillWidth: true
title: qsTr("Bluetooth")
title: Translation.tr("Bluetooth")
}
WSwitch {
id: toggleSwitch
@@ -104,7 +104,7 @@ Item {
verticalCenter: parent.verticalCenter
left: parent.left
}
text: qsTr("More Bluetooth settings")
text: Translation.tr("More Bluetooth settings")
onClicked: {
Quickshell.execDetached(["qs", "-p", Quickshell.shellPath(""), "ipc", "call", "sidebarLeft", "toggle"]);
Quickshell.execDetached(["bash", "-c", Config.options.apps.bluetooth]);