sway: monochrome lockscreen

This commit is contained in:
Casper V. Kristensen 2024-03-04 00:14:01 +01:00
parent 8314702635
commit fd9fab297e
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -223,6 +223,7 @@
programs.swaylock = { programs.swaylock = {
enable = true; enable = true;
settings = { settings = {
# convert background.png -colorspace gray lockscreen.png
image = "${./img/lockscreen.png}"; image = "${./img/lockscreen.png}";
}; };
}; };