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 ### Lock Screen
#### gtklock #### hyprlock
* Simple Wayland-native lockscreen * Simple Wayland-native lockscreen
@@ -190,7 +190,7 @@ System → Waybar module → Display
├── starship.toml ├── starship.toml
├── mako/ ├── mako/
├── wofi/ ├── wofi/
└── gtklock/ └── hyprlock/
``` ```
All configs are sourced from the repo via: All configs are sourced from the repo via:
+1 -1
View File
@@ -76,7 +76,7 @@ dotfiles/
│ ├── starship/ │ ├── starship/
│ ├── wofi/ │ ├── wofi/
│ ├── mako/ │ ├── mako/
│ ├── gtklock/ │ ├── hyprlock/
│ └── ... │ └── ...
├── install.sh ├── install.sh
├── packages.txt ├── packages.txt
+1 -1
View File
@@ -10,7 +10,7 @@ A personal Wayland desktop configuration centered around the **Niri** tiling com
| Shell | fish + starship | | Shell | fish + starship |
| Launcher | wofi | | Launcher | wofi |
| Notifications | mako | | Notifications | mako |
| Lockscreen | gtklock | | Lockscreen | hyprlock |
| Login/greeter | greetd + regreet | | Login/greeter | greetd + regreet |
| Wallpaper | swww | | Wallpaper | swww |
| Screenshots | grim + slurp + satty | | Screenshots | grim + slurp + satty |
+1 -1
View File
@@ -1,5 +1,5 @@
/* Tomorrow Night - shared color palette */ /* 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 #1d1f21;
@define-color tn-bg-alt #282a2e; @define-color tn-bg-alt #282a2e;