From 00869b79c78fe38e5da20ac0095b4e3d5ecd4019 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 23:43:32 +0900 Subject: dropped the idea of previous profile monitor --- config/hypr/scripts/MonitorProfiles.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'config/hypr/scripts') 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" -- cgit v1.2.3 From 007be64aeef4e8d6e6e17f919065135a4694106c Mon Sep 17 00:00:00 2001 From: Donald Williams <129223418+dwilliam62@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:46:10 -0500 Subject: Update WaybarCava.sh set framerate to 30 Older CPU systems show significant CPU use with default framerate value. This patch sets it to 30. The CPU load is less but it still is responsive on the waybar. Added text in file to explain this and that it can be increased if they wish --- config/hypr/scripts/WaybarCava.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/WaybarCava.sh b/config/hypr/scripts/WaybarCava.sh index 99261387..d31a05b5 100755 --- a/config/hypr/scripts/WaybarCava.sh +++ b/config/hypr/scripts/WaybarCava.sh @@ -18,6 +18,10 @@ done config_file="/tmp/bar_cava_config" cat >"$config_file" <