gtklock: delete tracked config (replaced by hyprlock)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-25 11:18:29 -07:00
parent 2fcfc62cdd
commit ee93bcb7e8
2 changed files with 0 additions and 75 deletions
-3
View File
@@ -1,3 +0,0 @@
[main]
gtk-theme=Materia-dark
follow-focus=true
-72
View File
@@ -1,72 +0,0 @@
@import url("../theme/colors.css");
/* gtklock style - Tomorrow Night theme */
window {
background-color: @tn-bg;
}
#body {
background-color: transparent;
}
#clock-label {
color: @tn-fg;
font-family: "JetBrainsMono Nerd Font";
font-size: 48px;
font-weight: bold;
margin-bottom: 8px;
}
#date-label {
color: @tn-fg-dim;
font-family: "JetBrainsMono Nerd Font";
font-size: 16px;
margin-bottom: 24px;
}
#username-label {
color: @tn-fg;
font-family: "JetBrainsMono Nerd Font";
font-size: 18px;
font-weight: bold;
margin-bottom: 12px;
}
#input-box {
background-color: @tn-bg-alt;
border: 2px solid @tn-bg-high;
border-radius: 6px;
color: @tn-fg;
font-family: "JetBrainsMono Nerd Font";
font-size: 14px;
padding: 8px 12px;
min-width: 280px;
}
#input-box:focus {
border-color: @tn-blue;
}
#error-label {
color: @tn-red;
font-family: "JetBrainsMono Nerd Font";
font-size: 13px;
margin-top: 8px;
}
#unlock-button {
background-color: @tn-bg-high;
border: none;
border-radius: 6px;
color: @tn-fg;
font-family: "JetBrainsMono Nerd Font";
font-size: 14px;
padding: 8px 20px;
margin-top: 12px;
}
#unlock-button:hover {
background-color: @tn-blue;
color: @tn-bg;
}