Files
aglab.dotfiles/.config/gtklock/style.css

16 lines
389 B
CSS

*{
transition: 1000ms ease ;
}
window {
background-image: url("/home/agxcoy/.local/share/.wallpaper_blur");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: rgba(0,0,0,0.3);
font-family: 'monospace';
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7)
}
#input-field {
background-color: rgba(3, 3, 3, 0.15)
}