Add “gtklock” configuration
This commit is contained in:
parent
fd450fbd06
commit
4e3b829bf0
2 changed files with 11 additions and 0 deletions
4
gtklock/config.ini
Normal file
4
gtklock/config.ini
Normal 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
7
gtklock/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue