diff --git a/kde-plasma/plasma-workspace/0001-Leaner-look.patch b/kde-plasma/plasma-workspace/0001-Leaner-look.patch index 7ccf328..09f35c0 100644 --- a/kde-plasma/plasma-workspace/0001-Leaner-look.patch +++ b/kde-plasma/plasma-workspace/0001-Leaner-look.patch @@ -1,17 +1,17 @@ -From 0ba5fe6fa967e616efb43578e3dd59fcf1a647e9 Mon Sep 17 00:00:00 2001 +From b50fe763e0741c82eafac1d1c85445f8219476b7 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 25 Jun 2025 00:07:43 +0200 Subject: [PATCH 1/5] Leaner look --- - krunner/qml/RunCommand.qml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + krunner/qml/RunCommand.qml | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/krunner/qml/RunCommand.qml b/krunner/qml/RunCommand.qml -index 32b6ceb91f..ba0bc33efd 100644 +index b9114a18ee..e7e1cb5abb 100644 --- a/krunner/qml/RunCommand.qml +++ b/krunner/qml/RunCommand.qml -@@ -92,18 +92,18 @@ ColumnLayout { +@@ -94,11 +94,11 @@ ColumnLayout { } } } @@ -20,18 +20,20 @@ index 32b6ceb91f..ba0bc33efd 100644 RowLayout { Layout.alignment: Qt.AlignTop PlasmaComponents3.ToolButton { - icon.name: "configure" -+ visible:false - onClicked: { - runnerWindow.visible = false - KCMLauncher.open("plasma/kcms/desktop/kcm_krunnersettings") +- visible: root.runnerWindow.helpEnabled ++ visible: false; + checkable: true + checked: root.query.startsWith("?") + // Reset if out quers starts with "?", otherwise set it to "?" +@@ -293,7 +293,7 @@ ColumnLayout { } Accessible.name: i18n("Configure") Accessible.description: i18n("Configure KRunner Behavior") - visible: KAuthorized.authorizeControlModule("kcm_krunnersettings") ++ visible: false PlasmaComponents3.ToolTip { text: i18n("Configure KRunner…") } -- -2.51.0 +2.52.0 diff --git a/kde-plasma/plasma-workspace/0002-Remove-help-and-pin-buttons.patch b/kde-plasma/plasma-workspace/0002-Remove-help-and-pin-buttons.patch index f6c0c4a..41f378e 100644 --- a/kde-plasma/plasma-workspace/0002-Remove-help-and-pin-buttons.patch +++ b/kde-plasma/plasma-workspace/0002-Remove-help-and-pin-buttons.patch @@ -1,4 +1,4 @@ -From 4cb17384b3bce3b2ad75ac828a548f22b5f432bf Mon Sep 17 00:00:00 2001 +From c22ca6daa39c85cd00cfc26cf7f08f7af741e39b Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 25 Jun 2025 00:11:06 +0200 Subject: [PATCH 2/5] Remove help and pin buttons @@ -8,30 +8,30 @@ Subject: [PATCH 2/5] Remove help and pin buttons 1 file changed, 24 deletions(-) diff --git a/krunner/qml/RunCommand.qml b/krunner/qml/RunCommand.qml -index ba0bc33efd..0df08d5ffc 100644 +index e7e1cb5abb..eedd7eb5c4 100644 --- a/krunner/qml/RunCommand.qml +++ b/krunner/qml/RunCommand.qml -@@ -300,30 +300,6 @@ ColumnLayout { +@@ -285,30 +285,6 @@ ColumnLayout { + } } } - - PlasmaComponents3.ToolButton { -- visible: runnerWindow.helpEnabled -- checkable: true -- checked: root.query.startsWith("?") -- // Reset if out quers starts with "?", otherwise set it to "?" -- onClicked: root.query = root.query.startsWith("?") ? "" : "?" -- icon.name: "question" -- Accessible.name: i18n("Show Usage Help") -- Accessible.description: i18n("Show Usage Help") +- icon.name: "configure" +- onClicked: { +- root.runnerWindow.visible = false +- KCMLauncher.open("plasma/kcms/desktop/kcm_krunnersettings") +- } +- Accessible.name: i18n("Configure") +- Accessible.description: i18n("Configure KRunner Behavior") +- visible: false - PlasmaComponents3.ToolTip { -- text: i18n("Show Usage Help") +- text: i18n("Configure KRunner…") - } - } - PlasmaComponents3.ToolButton { - checkable: true -- checked: runnerWindow.pinned -- onToggled: runnerWindow.pinned = checked +- checked: root.runnerWindow.pinned +- onToggled: root.runnerWindow.pinned = checked - icon.name: "window-pin" - Accessible.name: i18n("Pin") - Accessible.description: i18n("Pin Search") @@ -43,5 +43,5 @@ index ba0bc33efd..0df08d5ffc 100644 PlasmaComponents3.ScrollView { -- -2.51.0 +2.52.0 diff --git a/kde-plasma/plasma-workspace/0003-Remove-clear-button.patch b/kde-plasma/plasma-workspace/0003-Remove-clear-button.patch index 2f01252..3ebab42 100644 --- a/kde-plasma/plasma-workspace/0003-Remove-clear-button.patch +++ b/kde-plasma/plasma-workspace/0003-Remove-clear-button.patch @@ -1,4 +1,4 @@ -From 9900f0ba123ae99c9c355520643f7f1b87cc894c Mon Sep 17 00:00:00 2001 +From 193768d1afb636163f80887e182c305408b300b4 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 25 Jun 2025 00:13:11 +0200 Subject: [PATCH 3/5] Remove clear button @@ -8,10 +8,10 @@ Subject: [PATCH 3/5] Remove clear button 1 file changed, 1 insertion(+) diff --git a/krunner/qml/RunCommand.qml b/krunner/qml/RunCommand.qml -index 0df08d5ffc..f55e3ab3db 100644 +index eedd7eb5c4..e3c6a8e3a2 100644 --- a/krunner/qml/RunCommand.qml +++ b/krunner/qml/RunCommand.qml -@@ -130,6 +130,7 @@ ColumnLayout { +@@ -132,6 +132,7 @@ ColumnLayout { Layout.minimumWidth: Kirigami.Units.gridUnit * 25 Layout.maximumWidth: Kirigami.Units.gridUnit * 25 @@ -20,5 +20,5 @@ index 0df08d5ffc..f55e3ab3db 100644 placeholderText: results.singleRunner ? i18nc("Textfield placeholder text, query specific KRunner plugin", "Search '%1'…", results.singleRunnerMetaData.name) -- -2.51.0 +2.52.0 diff --git a/kde-plasma/plasma-workspace/0004-HACK-force-krunner-size.patch b/kde-plasma/plasma-workspace/0004-HACK-force-krunner-size.patch index 061f244..d0ff676 100644 --- a/kde-plasma/plasma-workspace/0004-HACK-force-krunner-size.patch +++ b/kde-plasma/plasma-workspace/0004-HACK-force-krunner-size.patch @@ -1,4 +1,4 @@ -From 3da8bc73c38bb3760d62ef96a07a4e42a386883a Mon Sep 17 00:00:00 2001 +From 3e6e41718c45d9730023544a8d5bb521e831b2ea Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 25 Jun 2025 00:49:17 +0200 Subject: [PATCH 4/5] HACK force krunner size @@ -8,10 +8,10 @@ Subject: [PATCH 4/5] HACK force krunner size 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/krunner/qml/RunCommand.qml b/krunner/qml/RunCommand.qml -index f55e3ab3db..bfafb39ce3 100644 +index e3c6a8e3a2..9f6ee9b817 100644 --- a/krunner/qml/RunCommand.qml +++ b/krunner/qml/RunCommand.qml -@@ -127,8 +127,8 @@ ColumnLayout { +@@ -129,8 +129,8 @@ ColumnLayout { id: queryField property bool allowCompletion: false @@ -23,5 +23,5 @@ index f55e3ab3db..bfafb39ce3 100644 clearButtonShown: false activeFocusOnPress: true -- -2.51.0 +2.52.0 diff --git a/kde-plasma/plasma-workspace/0005-Bigger-icons.patch b/kde-plasma/plasma-workspace/0005-Bigger-icons.patch index 3fe3ecf..ebd7084 100644 --- a/kde-plasma/plasma-workspace/0005-Bigger-icons.patch +++ b/kde-plasma/plasma-workspace/0005-Bigger-icons.patch @@ -1,18 +1,18 @@ -From ab750e4841da3cde5987d0413e9d96a2e4cd9733 Mon Sep 17 00:00:00 2001 +From 97a476670e1ef6f87de0e892177180ffac351be6 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 25 Jun 2025 00:39:02 +0200 Subject: [PATCH 5/5] Bigger icons --- - applets/systemtray/package/contents/ui/main.qml | 2 +- + applets/systemtray/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/applets/systemtray/package/contents/ui/main.qml b/applets/systemtray/package/contents/ui/main.qml -index 5d4e0efc74..7a529e332d 100644 ---- a/applets/systemtray/package/contents/ui/main.qml -+++ b/applets/systemtray/package/contents/ui/main.qml +diff --git a/applets/systemtray/qml/main.qml b/applets/systemtray/qml/main.qml +index c07bb4310b..ffc0cc313b 100644 +--- a/applets/systemtray/qml/main.qml ++++ b/applets/systemtray/qml/main.qml @@ -182,7 +182,7 @@ ContainmentItem { - flow: vertical ? GridView.LeftToRight : GridView.TopToBottom + flow: root.vertical ? GridView.LeftToRight : GridView.TopToBottom // The icon size to display when not using the auto-scaling setting - readonly property int smallIconSize: Kirigami.Units.iconSizes.smallMedium @@ -21,5 +21,5 @@ index 5d4e0efc74..7a529e332d 100644 // Automatically use autoSize setting when in tablet mode, if it's // not already being used -- -2.51.0 +2.52.0