From 102d0a6ee2813d77d22ffd4b75077cde2498fde7 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 26 Jun 2022 15:20:18 +0200 Subject: machines/shiki: give lock-screen some color --- machines/profpatsch/shiki.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index cd242e8a..9ff81746 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -13,15 +13,18 @@ let trap revert HUP INT TERM EXIT # turn off the screen after 5 seconds of inactivity ${pkgs.xorg.xset}/bin/xset +dpms dpms 5 5 5 + + # A little dark maroon-ish hue so it’s easy to see when the screen lock is active ${pkgs.i3lock}/bin/i3lock \ --nofork \ - --color=000000 + --color=300000 ''; in { imports = [ ./base-workstation.nix + ./possehl-specific-do-not-check-in.nix ]; config = { -- cgit 1.4.1