1
0
Fork 0

Add “gtklock” configuration

This commit is contained in:
Olli 2026-02-22 16:17:40 +01:00
commit 4e3b829bf0
2 changed files with 11 additions and 0 deletions

4
gtklock/config.ini Normal file
View file

@ -0,0 +1,4 @@
[main]
gtk-theme=Adwaita-dark
style=.config/gtklock/style.css
modules=/usr/lib/gtklock/userinfo-module.so

7
gtklock/style.css Normal file
View file

@ -0,0 +1,7 @@
window {
background-image: url("/home/oliver/.config/sway/lockscreen.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: black;
}