✨ feat(hypr): add new plugins: hyprtrail and hyprexpo
This commit is contained in:
parent
562c30a27f
commit
2a8129fc33
3 changed files with 34 additions and 0 deletions
|
@ -20,6 +20,14 @@ exec-once = hyprpm reload -n
|
|||
# exec-once = hyprpm enable hyprsplit
|
||||
# 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
|
||||
# exec-once = hyprpm enable hyprbars
|
||||
# source = ~/.config/hypr/plugins/hyprbars.conf
|
||||
|
|
18
.config/hypr/plugins/hyprexpo.conf
Normal file
18
.config/hypr/plugins/hyprexpo.conf
Normal 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
|
8
.config/hypr/plugins/hyprtrails.conf
Normal file
8
.config/hypr/plugins/hyprtrails.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
source = ../themes/luna/colors.conf
|
||||
|
||||
# Conf
|
||||
plugin {
|
||||
hyprtrails {
|
||||
color = rgb($lavenderAlpha)
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue