🔧 chore(config/hypr): use colorshell instead of astal in favor of the new app implementation

This commit is contained in:
retrozinndev
2025-08-08 21:35:33 -03:00
parent e8641737a8
commit fa23e658a0
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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
+13 -13
View File
@@ -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
+1 -1
View File
@@ -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