all repos — nixfiles @ 3ca26e78cdf8115940fb26d94e232547c42f41e6

System and user configuration, managed by nix and home-manager

window-manager: Use plain i3lock in xautolock
Alan Pearce alan@alanpearce.eu
Mon, 16 Sep 2019 16:19:05 +0200
commit

3ca26e78cdf8115940fb26d94e232547c42f41e6

parent

9491f11ab53e0eb85159cacbfc1e36ac9643bd98

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M modules/programs/window-manager.nixmodules/programs/window-manager.nix
@@ -16,7 +16,7 @@ '';    };
     xautolock = {
       enable = true;
-      locker = "${pkgs.i3lock-color}/bin/i3lock-color";
+      locker = "${pkgs.i3lock}/bin/i3lock";
       enableNotifier = true;
       notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\"";
       time = 5;