initial commit with most component ready.
This commit is contained in:
5
.config/gtklock/config.ini
Normal file
5
.config/gtklock/config.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[main]
|
||||
style=/home/agxcoy/.config/gtklock/style.css
|
||||
time-format=%H:%M:%S
|
||||
date-format=%Y-%m-%d, %A
|
||||
modules=/usr/lib/gtklock/userinfo-module.so
|
||||
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