diff --git a/gtklock/config.ini b/gtklock/config.ini new file mode 100644 index 0000000..2849874 --- /dev/null +++ b/gtklock/config.ini @@ -0,0 +1,4 @@ +[main] +gtk-theme=Adwaita-dark +style=.config/gtklock/style.css +modules=/usr/lib/gtklock/userinfo-module.so diff --git a/gtklock/style.css b/gtklock/style.css new file mode 100644 index 0000000..c221c5e --- /dev/null +++ b/gtklock/style.css @@ -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; +}