summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/themes/hudson/hyprlock.conf
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 23:14:28 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 23:14:28 -0600
commit3ee92b453e2c3d8a824bd203396805bf203b9790 (patch)
tree45abdfff7c8f75f7033f9bc9b2dce2604955d275 /dotfiles/hyprland/.config/themes/hudson/hyprlock.conf
parent717f5fe83960bd308ecff6a77c0dc3f516efad55 (diff)
feat(themes): add hyprlock and Xresources to theme system
Add themed configs for: - hyprlock.conf: lock screen colors match theme - Xresources: X11 apps and Emacs color support Update set-theme script to copy these files and run xrdb. Hudson uses adjusted bright yellow (#e0b040) for gold cohesion. Removed gruvbox references from Xresources. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/themes/hudson/hyprlock.conf')
-rw-r--r--dotfiles/hyprland/.config/themes/hudson/hyprlock.conf94
1 files changed, 94 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/themes/hudson/hyprlock.conf b/dotfiles/hyprland/.config/themes/hudson/hyprlock.conf
new file mode 100644
index 0000000..f9c08bb
--- /dev/null
+++ b/dotfiles/hyprland/.config/themes/hudson/hyprlock.conf
@@ -0,0 +1,94 @@
+# Hyprlock configuration - Hudson theme
+# Tomorrow Night + Goldenrod accent
+
+general {
+ disable_loading_bar = false
+ hide_cursor = true
+ grace = 0
+ no_fade_in = false
+}
+
+background {
+ monitor =
+ path = screenshot
+ blur_passes = 3
+ blur_size = 8
+ noise = 0.0117
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0.0
+}
+
+# Clock (top)
+label {
+ monitor =
+ text = $TIME12
+ text_align = center
+ color = rgb(bbbbbb)
+ font_size = 64
+ font_family = BerkeleyMono Nerd Font
+ position = 0, 15%
+ halign = center
+ valign = center
+}
+
+# Profile image
+image {
+ monitor =
+ path = ~/pictures/devilman.jpg
+ size = 120
+ rounding = -1
+ border_size = 3
+ border_color = rgb(daa520)
+ position = 0, 0%
+ halign = center
+ valign = center
+ shadow_passes = 2
+ shadow_size = 3
+ shadow_color = rgba(0, 0, 0, 0.5)
+}
+
+# Username
+label {
+ monitor =
+ text = $USER
+ text_align = center
+ color = rgb(daa520)
+ font_size = 36
+ font_family = BerkeleyMono Nerd Font
+ position = 0, -7%
+ halign = center
+ valign = center
+}
+
+# Password input
+input-field {
+ monitor =
+ size = 20%, 4%
+ outline_thickness = 0
+ dots_size = 0.33
+ dots_spacing = 0.15
+ dots_center = true
+ dots_rounding = -1
+ outer_color = rgb(222222)
+ inner_color = rgb(222222)
+ font_color = rgb(bbbbbb)
+ fade_on_empty = true
+ fade_timeout = 1000
+ placeholder_text = <i>Password...</i>
+ hide_input = false
+ rounding = 8
+ check_color = rgb(daa520)
+ fail_color = rgb(d54e53)
+ fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
+ fail_transition = 300
+ capslock_color = rgb(e0b040)
+ numlock_color = -1
+ bothlock_color = -1
+ invert_numlock = false
+ swap_font_color = false
+ position = 0, -12%
+ halign = center
+ valign = center
+}