initial commit with most component ready.

This commit is contained in:
2025-10-10 14:55:43 +08:00
commit 3daa3b59bf
17 changed files with 1262 additions and 0 deletions

View 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
View 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)
}