diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 16:50:35 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 16:50:35 -0500 |
| commit | cf81f96f25a12e4bae9f3c3cb7b5fedd049aa7af (patch) | |
| tree | c7802e4184c675a4f0276f6647b70641d741cca1 /config/hypr/scripts | |
| parent | 2a5901251bd19bcb11174338e57749b3b338dd21 (diff) | |
Fixed window frame themeing fixed issue with kitty-themes
Kity-themes was broken by global theme Not both should work
Border colors weren't getting set by ThemeChanger
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
new file: config/hypr/hyprlock-2k.conf
modified: config/hypr/scripts/ThemeChanger.sh
renamed: config/hypr/v2.3.18 -> config/hypr/v2.3.19
modified: config/kitty/kitty-themes/00-Default.conf
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/ThemeChanger.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/scripts/ThemeChanger.sh b/config/hypr/scripts/ThemeChanger.sh index 4c814f2c..19ee3298 100755 --- a/config/hypr/scripts/ThemeChanger.sh +++ b/config/hypr/scripts/ThemeChanger.sh @@ -50,6 +50,7 @@ if wallust theme -- "${choice}"; then "$HOME/.config/waybar/wallust/colors-waybar.css" "$HOME/.config/rofi/wallust/colors-rofi.rasi" "$HOME/.config/kitty/kitty-themes/01-Wallust.conf" + "$HOME/.config/hypr/wallust/wallust-hyprland.conf" "$HOME/.config/ghostty/wallust.conf" ) @@ -111,6 +112,11 @@ if wallust theme -- "${choice}"; then fi fi + # Reload Hyprland so new border colors from wallust-hyprland.conf take effect + if command -v hyprctl >/dev/null 2>&1; then + hyprctl reload >/dev/null 2>&1 || true + fi + # Refresh bars/menus after files are ready if [ -x "$HOME/.config/hypr/scripts/Refresh.sh" ]; then "$HOME/.config/hypr/scripts/Refresh.sh" >/dev/null 2>&1 || true |
