From 3f600ab07dbad3b6dd7655587ddea158b19aea71 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 23:42:21 +0200 Subject: Refactor(treewide): Abbreviate path names --- hm/soispha/conf/swaylock/commands.jpg | Bin 0 -> 629695 bytes hm/soispha/conf/swaylock/default.nix | 10 ++++++++++ hm/soispha/conf/swaylock/gnu.png | Bin 0 -> 327518 bytes 3 files changed, 10 insertions(+) create mode 100644 hm/soispha/conf/swaylock/commands.jpg create mode 100644 hm/soispha/conf/swaylock/default.nix create mode 100644 hm/soispha/conf/swaylock/gnu.png (limited to 'hm/soispha/conf/swaylock') diff --git a/hm/soispha/conf/swaylock/commands.jpg b/hm/soispha/conf/swaylock/commands.jpg new file mode 100644 index 00000000..54016503 Binary files /dev/null and b/hm/soispha/conf/swaylock/commands.jpg differ diff --git a/hm/soispha/conf/swaylock/default.nix b/hm/soispha/conf/swaylock/default.nix new file mode 100644 index 00000000..7c3762cc --- /dev/null +++ b/hm/soispha/conf/swaylock/default.nix @@ -0,0 +1,10 @@ +{...}: { + programs.swaylock = { + enable = true; + settings = { + #image = "$WALLPAPER"; + image = "${./commands.jpg}"; + color = "000000"; + }; + }; +} diff --git a/hm/soispha/conf/swaylock/gnu.png b/hm/soispha/conf/swaylock/gnu.png new file mode 100644 index 00000000..d07dee3e Binary files /dev/null and b/hm/soispha/conf/swaylock/gnu.png differ -- cgit 1.4.1