feat(hypr): add new plugins: hyprtrail and hyprexpo

This commit is contained in:
Sergio Laín 2024-04-17 00:15:02 +02:00
parent 562c30a27f
commit 2a8129fc33
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 34 additions and 0 deletions

View file

@ -20,6 +20,14 @@ exec-once = hyprpm reload -n
# exec-once = hyprpm enable hyprsplit # exec-once = hyprpm enable hyprsplit
# source = ~/.config/hypr/plugins/hyprsplit.conf # source = ~/.config/hypr/plugins/hyprsplit.conf
# Hyprtrails
# exec-once = hyprpm enable hyprtrails
# source = ~/.config/hypr/plugins/hyprtrails.conf
# Hyprexpo
# exec-once = hyprpm enable hyprexpo
# source = ~/.config/hypr/plugins/hyprexpo.conf
# Hyprbars # Hyprbars
# exec-once = hyprpm enable hyprbars # exec-once = hyprpm enable hyprbars
# source = ~/.config/hypr/plugins/hyprbars.conf # source = ~/.config/hypr/plugins/hyprbars.conf

View file

@ -0,0 +1,18 @@
source = ../themes/luna/colors.conf
# Conf
plugin {
hyprexpo {
columns = 3
gap_size = 5
bg_col = rgba($lavenderAlpha)
workspace_method = center current
enable_gesture = true
gesture_distance = 300
gesture_positive = true
}
}
# Keybinds
bind = ALT, ESCAPE, hyprexpo:expo, toggle

View file

@ -0,0 +1,8 @@
source = ../themes/luna/colors.conf
# Conf
plugin {
hyprtrails {
color = rgb($lavenderAlpha)
}
}