test nix
This commit is contained in:
@@ -259,8 +259,10 @@ Item {
|
|||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: resultLayout
|
id: resultLayout
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.left: parent.left
|
||||||
anchors.margins: Appearance.padding.small
|
anchors.margins: Appearance.padding.small
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
spacing: 2
|
spacing: 2
|
||||||
|
|
||||||
// Setting name
|
// Setting name
|
||||||
|
|||||||
@@ -121,12 +121,6 @@ stdenv.mkDerivation {
|
|||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace shell.qml \
|
substituteInPlace shell.qml \
|
||||||
--replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false'
|
--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 = ''
|
postInstall = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user