diff options
author | Soispha <soispha@vhack.eu> | 2023-08-26 23:42:21 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-26 23:42:21 +0200 |
commit | 3f600ab07dbad3b6dd7655587ddea158b19aea71 (patch) | |
tree | 7164ccd965e1d14ade970aeb8eb188b1442a6c91 /hm/soispha/conf/swaylock | |
parent | Style(treewide): Format all lua-files makes lua ➛ nix easier (diff) | |
download | nixos-config-3f600ab07dbad3b6dd7655587ddea158b19aea71.zip |
Refactor(treewide): Abbreviate path names
Diffstat (limited to 'hm/soispha/conf/swaylock')
-rw-r--r-- | hm/soispha/conf/swaylock/commands.jpg | bin | 0 -> 629695 bytes | |||
-rw-r--r-- | hm/soispha/conf/swaylock/default.nix | 10 | ||||
-rw-r--r-- | hm/soispha/conf/swaylock/gnu.png | bin | 0 -> 327518 bytes |
3 files changed, 10 insertions, 0 deletions
diff --git a/hm/soispha/conf/swaylock/commands.jpg b/hm/soispha/conf/swaylock/commands.jpg new file mode 100644 index 00000000..54016503 --- /dev/null +++ b/hm/soispha/conf/swaylock/commands.jpg Binary files differdiff --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 --- /dev/null +++ b/hm/soispha/conf/swaylock/gnu.png Binary files differ |