From fa23e658a03392a67982d4cf8764be9b9cd321b3 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 8 Aug 2025 21:35:33 -0300 Subject: [PATCH] :wrench: chore(config/hypr): use `colorshell` instead of `astal` in favor of the new app implementation --- config/hypr/shell/autostart.conf | 2 +- config/hypr/shell/bindings.conf | 26 +++++++++++++------------- config/hypr/shell/variables.conf | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config/hypr/shell/autostart.conf b/config/hypr/shell/autostart.conf index 1845d16..4f58f69 100644 --- a/config/hypr/shell/autostart.conf +++ b/config/hypr/shell/autostart.conf @@ -18,4 +18,4 @@ exec-once = sh $XDG_CONFIG_HOME/hypr/scripts/gen-pywal.sh exec-once = sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters # Shell -exec-once = $exec ags run +exec-once = $exec colorshell diff --git a/config/hypr/shell/bindings.conf b/config/hypr/shell/bindings.conf index 553cd9e..1544065 100644 --- a/config/hypr/shell/bindings.conf +++ b/config/hypr/shell/bindings.conf @@ -10,7 +10,7 @@ bind = , Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh bind = $mainMod, Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full # restarts colorshell -bind = $mainMod, F7, exec, astal reload || $exec ags run +bind = $mainMod, F7, exec, colorshell reload || $exec colorshell bind = $mainMod, K, exec, $exec $terminal bind = $mainMod, Q, killactive @@ -18,21 +18,21 @@ bind = $mainMod, E, exec, $exec $fm bind = $mainMod, F, togglefloating bind = $mainMod, P, pseudo, bind = $mainMod, J, togglesplit -bind = $mainMod, N, exec, astal toggle control-center -bind = $mainMod, M, exec, astal toggle center-window +bind = $mainMod, N, exec, colorshell toggle control-center +bind = $mainMod, M, exec, colorshell toggle center-window bind = $mainMod, L, exec, $exec hyprlock -bind = $mainMod, V, exec, astal runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh -bind = $mainMod, W, exec, astal runner '\##' +bind = $mainMod, V, exec, colorshell runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh +bind = $mainMod, W, exec, colorshell runner '##' -# bind = $mainMod, $mainMod_L, exec, astal toggle apps-window -bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num +# bind = $mainMod, $mainMod_L, exec, colorshell toggle apps-window +bind = $mainMod, $mainMod_l, exec, colorshell peek-workspace-num -binde = , XF86AudioLowerVolume, exec, astal volume sink-decrease 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Decrease volume -binde = , XF86AudioRaiseVolume, exec, astal volume sink-increase 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume -bind = , XF86AudioMute, exec, astal volume sink-mute || wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle # Mute -bind = , XF86AudioPrev, exec, astal media previous || playerctl previous # Previous media -bind = , XF86AudioNext, exec, astal media next || playerctl next # Next media -bind = , XF86AudioPlay, exec, astal media play-pause || playerctl play-pause # Toggle Play/Pause media +binde = , XF86AudioLowerVolume, exec, colorshell volume sink-decrease 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Decrease volume +binde = , XF86AudioRaiseVolume, exec, colorshell volume sink-increase 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume +bind = , XF86AudioMute, exec, colorshell volume sink-mute || wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle # Mute +bind = , XF86AudioPrev, exec, colorshell media previous || playerctl previous # Previous media +bind = , XF86AudioNext, exec, colorshell media next || playerctl next # Next media +bind = , XF86AudioPlay, exec, colorshell media play-pause || playerctl play-pause # Toggle Play/Pause media bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # Lower monitor brightness bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% # Increase monitor brightness diff --git a/config/hypr/shell/variables.conf b/config/hypr/shell/variables.conf index 1bdf451..be6c15d 100644 --- a/config/hypr/shell/variables.conf +++ b/config/hypr/shell/variables.conf @@ -12,4 +12,4 @@ $exec = sh $XDG_CONFIG_HOME/hypr/scripts/exec.sh $mainMod = SUPER $terminal = kitty $fm = nautilus -$menu = astal runner +$menu = colorshell runner