diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 23:01:47 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 23:01:47 -0600 |
| commit | 0e1b7cf40025e84a6c5418857c5f0f0c18e74713 (patch) | |
| tree | adf2d8374417f8940f9a8a130a4e47d6d9c577fb /dotfiles/hyprland/.config/hypr | |
| parent | c47e3be3a889a344784a6ea69df08a9a1a72d4cc (diff) | |
| download | archsetup-0e1b7cf40025e84a6c5418857c5f0f0c18e74713.tar.gz archsetup-0e1b7cf40025e84a6c5418857c5f0f0c18e74713.zip | |
feat(hyprland): add theme switching between dupre and hudson
Add two complete themes:
- dupre: warm earthy colors from Emacs dupre-theme.el
- hudson: Tomorrow Night + Goldenrod accent (original)
Theme files cover: foot, fuzzel, waybar, dunst, hyprland borders.
Add set-theme script with:
- set-theme <name>: apply a theme
- set-theme --toggle: switch between themes
- set-theme --pick: fuzzel picker
Keybindings:
- $mod Y: toggle theme
- $mod Shift Y: pick theme with fuzzel
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 1ab1a84..a63a535 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -140,6 +140,10 @@ bind = $mod SHIFT, L, exec, calibre bind = $mod SHIFT, R, exec, shortwave bind = $mod SHIFT, P, exec, waypaper +# Theme switching +bind = $mod, Y, exec, set-theme --toggle +bind = $mod SHIFT, Y, exec, set-theme --pick + # Window management (from DWM) # Layout-aware navigation (works across master, scrolling, hy3) bind = $mod, J, exec, layout-navigate next |
