aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-06 23:50:56 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-06 23:50:56 -0500
commit296411955a376adf4a39468b1f251cef8a31fe4f (patch)
treea5ca15e906487602a3aa1bc9db99a32ac7fc75a1 /config/hypr/scripts
parent36848b869cdf753f716c88b1a2bdc8e482434ae2 (diff)
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
Diffstat (limited to 'config/hypr/scripts')
-rwxr-xr-xconfig/hypr/scripts/ThemeChanger.sh.ori27
1 files changed, 0 insertions, 27 deletions
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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage