docs: flip lockscreen references to hyprlock

Replace all gtklock mentions in README, ARCHITECTURE, CLAUDE.md with
hyprlock, and drop the stale gtklock consumer note from theme/colors.css
header comment (hyprlock uses Hyprlang, not CSS imports).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-25 11:19:49 -07:00
parent ee93bcb7e8
commit 577c169bae
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -123,7 +123,7 @@ This system is a **Wayland-first desktop environment** built around the **Niri c
### Lock Screen
#### gtklock
#### hyprlock
* Simple Wayland-native lockscreen
@@ -190,7 +190,7 @@ System → Waybar module → Display
├── starship.toml
├── mako/
├── wofi/
└── gtklock/
└── hyprlock/
```
All configs are sourced from the repo via:
+1 -1
View File
@@ -76,7 +76,7 @@ dotfiles/
│ ├── starship/
│ ├── wofi/
│ ├── mako/
│ ├── gtklock/
│ ├── hyprlock/
│ └── ...
├── install.sh
├── packages.txt
+1 -1
View File
@@ -10,7 +10,7 @@ A personal Wayland desktop configuration centered around the **Niri** tiling com
| Shell | fish + starship |
| Launcher | wofi |
| Notifications | mako |
| Lockscreen | gtklock |
| Lockscreen | hyprlock |
| Login/greeter | greetd + regreet |
| Wallpaper | swww |
| Screenshots | grim + slurp + satty |
+1 -1
View File
@@ -1,5 +1,5 @@
/* Tomorrow Night - shared color palette */
/* @import this file from waybar, wofi, gtklock CSS */
/* @import this file from waybar, wofi CSS */
@define-color tn-bg #1d1f21;
@define-color tn-bg-alt #282a2e;