initial commit with most component ready.
This commit is contained in:
15
.config/gtklock/style.css
Normal file
15
.config/gtklock/style.css
Normal file
@@ -0,0 +1,15 @@
|
||||
*{
|
||||
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: 'Monaco Nerd Font Mono';
|
||||
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7)
|
||||
}
|
||||
#input-field {
|
||||
background-color: rgba(3, 3, 3, 0.15)
|
||||
}
|
||||
Reference in New Issue
Block a user