diff --git a/Modules/Settings/SettingsSearch.qml b/Modules/Settings/SettingsSearch.qml index 6fb977f..49c0e92 100644 --- a/Modules/Settings/SettingsSearch.qml +++ b/Modules/Settings/SettingsSearch.qml @@ -259,8 +259,10 @@ Item { ColumnLayout { id: resultLayout - anchors.fill: parent + anchors.left: parent.left anchors.margins: Appearance.padding.small + anchors.right: parent.right + anchors.verticalCenter: parent.verticalCenter spacing: 2 // Setting name diff --git a/nix/default.nix b/nix/default.nix index acf66ba..636e6be 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -121,12 +121,6 @@ stdenv.mkDerivation { prePatch = '' substituteInPlace shell.qml \ --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false' - substituteInPlace Helpers/Hyprsunset.qml \ - --replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "temperature", `''${temp}`]);' \ - 'Quickshell.execDetached(["hyprsunset", "-t", `''${temp}`]);' - substituteInPlace Helpers/Hyprsunset.qml \ - --replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "identity"]);' \ - 'Quickshell.execDetached(["hyprsunset", "--identity"]);' ''; postInstall = ''