This commit is contained in:
2026-03-25 18:27:49 +01:00
parent 3114ecb690
commit 21bedf189b
2 changed files with 3 additions and 7 deletions
+3 -1
View File
@@ -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
-6
View File
@@ -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 = ''