summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/hypr/hyprlock.conf
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 01:14:32 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 01:14:32 -0600
commitbd85c457553f68534fce04fd682f3d57b8917f47 (patch)
treebda1bb436ef214091458b13ffa30845b7b00c8a6 /dotfiles/hyprland/.config/hypr/hyprlock.conf
parent615561bb495c58356299d4a0a93d188aab72e331 (diff)
feat(themes): apply Dupre theme to Hyprland dotfiles
Update foot, hyprlock, waybar, Xresources, and dunst configs with warm earthy colors from dupre-theme.el. Standardize on BerkeleyMono font across terminal configs.
Diffstat (limited to 'dotfiles/hyprland/.config/hypr/hyprlock.conf')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprlock.conf25
1 files changed, 12 insertions, 13 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprlock.conf b/dotfiles/hyprland/.config/hypr/hyprlock.conf
index 4f1c5df..fd85651 100644
--- a/dotfiles/hyprland/.config/hypr/hyprlock.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprlock.conf
@@ -1,6 +1,5 @@
-# Hyprlock configuration
-# Matching DWM colors: gray1=#222222, accent=#daa520
-# Using percentages for proportional sizing across monitors
+# Hyprlock configuration - Dupre theme
+# Warm, earthy colors from dupre-theme.el
general {
disable_loading_bar = false
@@ -26,7 +25,7 @@ label {
monitor =
text = $TIME12
text_align = center
- color = rgb(bbbbbb)
+ color = rgb(969385)
font_size = 64
font_family = BerkeleyMono Nerd Font
position = 0, 15%
@@ -41,7 +40,7 @@ image {
size = 120
rounding = -1
border_size = 3
- border_color = rgb(daa520)
+ border_color = rgb(d7af5f)
position = 0, 0%
halign = center
valign = center
@@ -55,7 +54,7 @@ label {
monitor =
text = $USER
text_align = center
- color = rgb(daa520)
+ color = rgb(d7af5f)
font_size = 36
font_family = BerkeleyMono Nerd Font
position = 0, -7%
@@ -63,7 +62,7 @@ label {
valign = center
}
-# Password input (no outline)
+# Password input
input-field {
monitor =
size = 20%, 4%
@@ -72,19 +71,19 @@ input-field {
dots_spacing = 0.15
dots_center = true
dots_rounding = -1
- outer_color = rgb(222222)
- inner_color = rgb(222222)
- font_color = rgb(bbbbbb)
+ outer_color = rgb(151311)
+ inner_color = rgb(151311)
+ font_color = rgb(969385)
fade_on_empty = true
fade_timeout = 1000
placeholder_text = <i>Password...</i>
hide_input = false
rounding = 8
- check_color = rgb(daa520)
- fail_color = rgb(d9534f)
+ check_color = rgb(d7af5f)
+ fail_color = rgb(d47c59)
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
fail_transition = 300
- capslock_color = rgb(f0ad4e)
+ capslock_color = rgb(ccc768)
numlock_color = -1
bothlock_color = -1
invert_numlock = false