From 577c169bae32c4f903e814581dab71f0e814cf53 Mon Sep 17 00:00:00 2001 From: funman300 Date: Mon, 25 May 2026 11:19:49 -0700 Subject: [PATCH] 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 --- ARCHITECTURE.md | 4 ++-- CLAUDE.md | 2 +- README.md | 2 +- theme/colors.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 585e1fc..1794903 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -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: diff --git a/CLAUDE.md b/CLAUDE.md index 4c2bd10..e7d765c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -76,7 +76,7 @@ dotfiles/ │ ├── starship/ │ ├── wofi/ │ ├── mako/ -│ ├── gtklock/ +│ ├── hyprlock/ │ └── ... ├── install.sh ├── packages.txt diff --git a/README.md b/README.md index a734d25..47d5acb 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/theme/colors.css b/theme/colors.css index 0dc7862..c7bfe56 100644 --- a/theme/colors.css +++ b/theme/colors.css @@ -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;