Replace swaylock with gtklock; centralise theme palette
- Replace swaylock with gtklock (username + password form lockscreen) - Add gtklock/config.ini and gtklock/style.css (Tomorrow Night theme) - Update niri keybindings and swayidle to invoke gtklock -d - Update packages.txt: swaylock -> gtklock - Update install.sh: add AUR helper detection (yay/paru), symlink gtklock configs - Add theme/colors.css (CSS custom properties) and theme/colors.json - Update waybar/style.css, wofi/style.css, gtklock/style.css to import shared palette - Update README.md with project summary and component table - Add ARCHITECTURE.md and CLAUDE.md
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Tomorrow Night",
|
||||
"background": "#1d1f21",
|
||||
"background_alt": "#282a2e",
|
||||
"background_high": "#373b41",
|
||||
"foreground": "#c5c8c6",
|
||||
"foreground_dim": "#969896",
|
||||
"foreground_muted": "#707880",
|
||||
"blue": "#81a2be",
|
||||
"green": "#b5bd68",
|
||||
"yellow": "#f0c674",
|
||||
"red": "#cc6666",
|
||||
"magenta": "#b294bb",
|
||||
"cyan": "#8abeb7"
|
||||
}
|
||||
Reference in New Issue
Block a user