mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
sway: replace swaylock with gtklock, Star Wars theme lockscreen
Switch lockscreen from swaylock to gtklock. CSS styled with Star Wars yellow (#FFE81F) on near-black background, cover-scaled wallpaper injected at runtime via temp CSS to avoid path expansion issues in gtklock config. Update sway background wallpaper to darth-vader-sam.jpg. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
49
dotfiles/desktop/.config/gtklock/style.css
Normal file
49
dotfiles/desktop/.config/gtklock/style.css
Normal file
@@ -0,0 +1,49 @@
|
||||
* {
|
||||
font-family: "NotoSans NF", sans-serif;
|
||||
color: #FFE81F;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: #00000A;
|
||||
}
|
||||
|
||||
box {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: rgba(0, 0, 10, 0.6);
|
||||
color: #FFE81F;
|
||||
border: 1px solid #FFE81F;
|
||||
border-radius: 0;
|
||||
padding: 8px 16px;
|
||||
caret-color: #FFE81F;
|
||||
min-width: 320px;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
entry > text {
|
||||
color: #FFE81F;
|
||||
}
|
||||
|
||||
entry:focus {
|
||||
border-color: #FFE81F;
|
||||
box-shadow: 0 0 8px rgba(255, 232, 31, 0.5);
|
||||
}
|
||||
|
||||
entry.error {
|
||||
border-color: #c7162b;
|
||||
box-shadow: 0 0 8px rgba(199, 22, 43, 0.6);
|
||||
color: #c7162b;
|
||||
}
|
||||
|
||||
label {
|
||||
color: #FFE81F;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
label.error {
|
||||
color: #c7162b;
|
||||
}
|
||||
Reference in New Issue
Block a user