From 028c8204b900f627b7607230bc6803efbd8dc378 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 18 Mar 2025 20:47:27 +0900 Subject: Added nwg-look, qt6ct & qt5ct on KooL Hyprland Settings. Added cursor_trail 1 to kitty. --- config/hypr/scripts/Kool_Quick_Settings.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/Kool_Quick_Settings.sh b/config/hypr/scripts/Kool_Quick_Settings.sh index d6949007..cee44c8f 100755 --- a/config/hypr/scripts/Kool_Quick_Settings.sh +++ b/config/hypr/scripts/Kool_Quick_Settings.sh @@ -34,6 +34,9 @@ view/edit Laptop Keybinds view/edit Default Keybinds Configure Monitors (nwg-displays) Configure Workspace Rules (nwg-displays) +GTK Settings (nwg-look) +QT Apps Settings (qt6ct) +QT Apps Settings (qt5ct) Choose Hyprland Animations Choose Monitor Profiles Choose Rofi Themes @@ -71,6 +74,24 @@ main() { exit 1 fi nwg-displays ;; + "GTK Settings (nwg-look)") + if ! command -v nwg-look &>/dev/null; then + notify-send -i "$iDIR/ja.png" "E-R-R-O-R" "Install nwg-look first" + exit 1 + fi + nwg-look ;; + "QT Apps Settings (qt6ct)") + if ! command -v qt6ct &>/dev/null; then + notify-send -i "$iDIR/ja.png" "E-R-R-O-R" "Install qt6ct first" + exit 1 + fi + qt6ct ;; + "QT Apps Settings (qt5ct)") + if ! command -v qt5ct &>/dev/null; then + notify-send -i "$iDIR/ja.png" "E-R-R-O-R" "Install qt5ct first" + exit 1 + fi + qt5ct ;; "Choose Hyprland Animations") $scriptsDir/Animations.sh ;; "Choose Monitor Profiles") $scriptsDir/MonitorProfiles.sh ;; "Choose Rofi Themes") $scriptsDir/RofiThemeSelector.sh ;; -- cgit v1.2.3