about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-26 15:20:18 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-26 16:00:52 +0200
commit102d0a6ee2813d77d22ffd4b75077cde2498fde7 (patch)
treebfa4f1f336cf29248729fda9d171edbfc7a8b5c5 /machines/profpatsch
parent8d742d3397c2540d4dbf3779590eb4f2e153cf63 (diff)
machines/shiki: give lock-screen some color
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix5
1 files changed, 4 insertions, 1 deletions
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 = {