diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-20 08:41:33 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-20 08:41:33 +0100 |
| commit | 9181fc8c32cef7a85eb780da095ac7cc5db729ce (patch) | |
| tree | f896c2d78bf8bbaf8eb2fc4384cd9bdb48676564 /accounts/gkleen@sif/systemd.nix | |
| parent | b34375c5a705b98853c6f481e6d1ee93e65934c9 (diff) | |
| download | nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar.gz nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar.bz2 nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar.xz nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.zip | |
...
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
| -rw-r--r-- | accounts/gkleen@sif/systemd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index cefcf4ea..34f52172 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
| @@ -224,7 +224,7 @@ in { | |||
| 224 | fi | 224 | fi |
| 225 | monitors+=([$monitor]="$blurred_path") | 225 | monitors+=([$monitor]="$blurred_path") |
| 226 | done < <(wpaperctl all-wallpapers -j | jq -c ".[]") | 226 | done < <(wpaperctl all-wallpapers -j | jq -c ".[]") |
| 227 | wait | 227 | # wait |
| 228 | 228 | ||
| 229 | cp --no-preserve=mode ${pkgs.writeText "gtklock.css" '' | 229 | cp --no-preserve=mode ${pkgs.writeText "gtklock.css" '' |
| 230 | #window-box { | 230 | #window-box { |
| @@ -250,7 +250,7 @@ in { | |||
| 250 | ]; | 250 | ]; |
| 251 | NotifyAccess = "all"; | 251 | NotifyAccess = "all"; |
| 252 | ExecStart = ''${lib.getExe pkgs.gtklock} -s "''${RUNTIME_DIRECTORY}/style.css" -L ${pkgs.writeShellScript "after-lock" '' | 252 | ExecStart = ''${lib.getExe pkgs.gtklock} -s "''${RUNTIME_DIRECTORY}/style.css" -L ${pkgs.writeShellScript "after-lock" '' |
| 253 | ${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms off | 253 | ${lib.getExe cfg.programs.niri.package} msg action power-off-monitors |
| 254 | ${config.systemd.package}/bin/systemd-notify --ready | 254 | ${config.systemd.package}/bin/systemd-notify --ready |
| 255 | ''}''; | 255 | ''}''; |
| 256 | }; | 256 | }; |
