aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-25 23:43:32 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-25 23:43:32 +0900
commit00869b79c78fe38e5da20ac0095b4e3d5ecd4019 (patch)
tree16571b7e033f373bf2c42725c5369259beaf1360
parent9f8d81d3bef44e87d2e721f4f602f6521e246047 (diff)
dropped the idea of previous profile monitor
-rwxr-xr-xconfig/hypr/scripts/MonitorProfiles.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/hypr/scripts/MonitorProfiles.sh b/config/hypr/scripts/MonitorProfiles.sh
index ab124335..6414e826 100755
--- a/config/hypr/scripts/MonitorProfiles.sh
+++ b/config/hypr/scripts/MonitorProfiles.sh
@@ -31,12 +31,9 @@ done
# Rofi Menu
chosen_file=$(echo "$mon_profiles_list" | rofi -i -dmenu -config $rofi_theme -mesg "$msg")
-# Check if a file was selected
if [[ -n "$chosen_file" ]]; then
full_path="$monitor_dir/$chosen_file.conf"
- cp -r "$target" "$monitor_dir/Previous_Profile.conf" && cp "$full_path" "$target"
+ cp "$full_path" "$target"
+
notify-send -u low -i "$iDIR/ja.png" "$chosen_file" "Monitor Profile Loaded"
fi
-
-sleep 1
-"$SCRIPTSDIR/RefreshNoWaybar.sh"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage