diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-10 10:47:49 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-10 10:47:49 -0600 |
| commit | bfbee542acb164c9093d353bde8448c1f86796f7 (patch) | |
| tree | 6b44df89592e6af9e7e1e2a64a138ca6221f5bbd /dotfiles/hyprland/.config/hypr | |
| parent | eae8dae5f3735a677b25e15721e83b81a08611e1 (diff) | |
feat(waybar): SVG workspace circles, improved arch logo, remove mod+0
Replace per-workspace SVG mapping with hybrid approach: two circle SVGs
(active gold, inactive dark) as background-image with text overlay for
workspace numbers. Update arch-logo.svg with padded/crisp variant.
Remove sysmonitor margin to fix bar height inflation. Remove mod+0
binding to restrict workspaces to 1-9. Sync dupre theme files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprlock.conf | 22 |
2 files changed, 11 insertions, 13 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index f258353..54139af 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -225,7 +225,6 @@ bind = $mod, 6, workspace, 6 bind = $mod, 7, workspace, 7 bind = $mod, 8, workspace, 8 bind = $mod, 9, workspace, 9 -bind = $mod, 0, workspace, 10 # Move window to workspace (from DWM tag) bind = $mod SHIFT, 1, movetoworkspacesilent, 1 @@ -237,7 +236,6 @@ bind = $mod SHIFT, 6, movetoworkspacesilent, 6 bind = $mod SHIFT, 7, movetoworkspacesilent, 7 bind = $mod SHIFT, 8, movetoworkspacesilent, 8 bind = $mod SHIFT, 9, movetoworkspacesilent, 9 -bind = $mod SHIFT, 0, movetoworkspacesilent, 10 # Monitor focus (from DWM focusmon) bind = $mod, COMMA, focusmonitor, -1 diff --git a/dotfiles/hyprland/.config/hypr/hyprlock.conf b/dotfiles/hyprland/.config/hypr/hyprlock.conf index f9c08bb..fd85651 100644 --- a/dotfiles/hyprland/.config/hypr/hyprlock.conf +++ b/dotfiles/hyprland/.config/hypr/hyprlock.conf @@ -1,5 +1,5 @@ -# Hyprlock configuration - Hudson theme -# Tomorrow Night + Goldenrod accent +# Hyprlock configuration - Dupre theme +# Warm, earthy colors from dupre-theme.el general { disable_loading_bar = false @@ -25,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% @@ -40,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 @@ -54,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% @@ -71,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(d54e53) + check_color = rgb(d7af5f) + fail_color = rgb(d47c59) fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> fail_transition = 300 - capslock_color = rgb(e0b040) + capslock_color = rgb(ccc768) numlock_color = -1 bothlock_color = -1 invert_numlock = false |
