From 296411955a376adf4a39468b1f251cef8a31fe4f Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 6 Jan 2026 23:50:56 -0500 Subject: Updated CHANGELOG removed backup file On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md deleted: config/hypr/scripts/ThemeChanger.sh.ori --- CHANGELOG.md | 16 +++++++++++++++- config/hypr/scripts/ThemeChanger.sh.ori | 27 --------------------------- 2 files changed, 15 insertions(+), 28 deletions(-) delete mode 100755 config/hypr/scripts/ThemeChanger.sh.ori diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cc9856..f778c622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ ## v2.3.19 +- 2026-01-06 + - Added Global Theme Changer. + - There are many themes to choose from + - `SUPER + T` + - Added "Glass Style" taken from `ML4W` dotfiles + - Thank you [TheAhumMaitra](https://github.com/TheAhumMaitra) + - Fixed more WindowRules + - 2026-01-04 -- Fullscreen or maxixmized would exit using `ALT-TAB` (cycle next/bring-to-front) +- Fullscreen or maximized would exit using `ALT-TAB` (cycle next/bring-to-front) - User `GoodBorn` found this fix + ``` misc { on_focus_under_fullscreen = 1 @@ -13,6 +22,11 @@ # 2 - New focused window stays behind the fullscreen one } ``` + + > Note: The above change only works on Hyprland v0.53+. + > Users with lower will have to comment that line out. + > `~/.config/hypr/UserSettings/SystemSettings.conf` + - Added: modal rule so popup diaglog, like `Save as` or `Open File` center and float by default - `windowrule = float on, center on, match:modal:1` diff --git a/config/hypr/scripts/ThemeChanger.sh.ori b/config/hypr/scripts/ThemeChanger.sh.ori deleted file mode 100755 index 15534258..00000000 --- a/config/hypr/scripts/ThemeChanger.sh.ori +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -# SPDX-FileCopyrightText: 2025-present Ahum Maitra theahummaitra@gmail.com -# -# SPDX-License-Identifier: GPL-3.0-or-later - -# Repository url : https://github.com/TheAhumMaitra/cautious-waddle - -# User choice -choice=$(wallust theme list \ - | sed '1d' \ - | sed 's/^- //' \ - | rofi -dmenu -p "Select Global Theme") - -# If user requested to exit, then exit -[[ -z "$choice" ]] && exit 0 - -# Apply the theme -wallust theme "$choice" - -# Inform user about theme changed -notify-send "Global theme changed" "Global Theme selected $choice" - -# Give warning to user for Waybar theme refresh -notify-send "Press SUPER+ALT+R to Refresh Waybar Theme" -- cgit v1.2.3