From e299cf697bdff6ed8676159ccf4ab794b0441a5f Mon Sep 17 00:00:00 2001 From: KKV9 Date: Sat, 3 Feb 2024 23:22:13 +0000 Subject: [PATCH] Revert "Notify chaning fan profiles on asus laptops" This reverts commit ba91977fe84d1858d41ee5eb644ca526bda19738. --- config/hypr/UserConfigs/Laptops.conf | 2 +- config/hypr/scripts/Asus.sh | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 config/hypr/scripts/Asus.sh diff --git a/config/hypr/UserConfigs/Laptops.conf b/config/hypr/UserConfigs/Laptops.conf index b46031b..20a6c6f 100644 --- a/config/hypr/UserConfigs/Laptops.conf +++ b/config/hypr/UserConfigs/Laptops.conf @@ -11,7 +11,7 @@ bind = , xf86KbdBrightnessDown, exec, $scriptsDir/BrightnessKbd.sh --dec #Keyboa bind = , xf86KbdBrightnessUp, exec, $scriptsDir/BrightnessKbd.sh --inc #Keyboard brightness up bind = , xf86Launch1, exec, rog-control-center # ASUS Armory crate button bind = , xf86Launch3, exec, asusctl led-mode -n #FN+F4 Switch keyboard RGB profile -bind = , xf86Launch4, exec, $scriptsDir/Asus.sh #FN+F5 change of fan profiles (Quite, Balance, Performance) +bind = , xf86Launch4, exec, asusctl profile -n #FN+F5 change of fan profiles (Quite, Balance, Performance) bind = , xf86MonBrightnessDown, exec, $scriptsDir/Brightness.sh --dec bind = , xf86MonBrightnessUp, exec, $scriptsDir/Brightness.sh --inc bind = , xf86TouchpadToggle, exec, $scriptsDir/TouchPad.sh #disable touchpad diff --git a/config/hypr/scripts/Asus.sh b/config/hypr/scripts/Asus.sh deleted file mode 100755 index 655b00e..0000000 --- a/config/hypr/scripts/Asus.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## -# Changing fan profiles on Asus laptops - -notif="$HOME/.config/swaync/images/bell.png" - -asusctl profile -n -msg=$(asusctl profile -p) -notify-send -u low -i "$notif" "$msg"