This commit is contained in:
2026-03-25 18:19:37 +01:00
parent 24a14b41d7
commit 3114ecb690
30 changed files with 1787 additions and 12 deletions
+8 -6
View File
@@ -119,12 +119,14 @@ stdenv.mkDerivation {
++ cmakeVersionFlags;
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"]);'
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 = ''