feat(hypr): add new plugin for overview the workspaces like in gnome or macos

This commit is contained in:
Sergio Laín 2024-05-05 20:09:21 +02:00
parent 4219e53840
commit fcda6c4593
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
2 changed files with 36 additions and 5 deletions

View file

@ -25,9 +25,10 @@ exec-once = hyprpm reload -n
# source = ~/.config/hypr/plugins/hyprtrails.conf
# Hyprexpo
exec-once = hyprpm enable hyprexpo
source = ~/.config/hypr/plugins/hyprexpo.conf
# exec-once = hyprpm enable hyprexpo
# source = ~/.config/hypr/plugins/hyprexpo.conf
# Hyprbars
# exec-once = hyprpm enable hyprbars
# source = ~/.config/hypr/plugins/hyprbars.conf
# Hyprspace
exec-once = hyprpm enable hyprspace
source = ~/.config/hypr/plugins/hyprspace.conf

View file

@ -0,0 +1,30 @@
source = ../themes/luna/colors.conf
# Conf
plugin {
overview {
# Colors
panelColor = rgb($surface0Alpha)
panelBorderColor = rgb($surface0Alpha)
workspaceActiveBorder = rgb($lavenderAlpha)
workspaceInactiveBorder = rgb($surface1Alpha)
dragAlpha = 1
# Layout
onBottom = true
centerAligned = true
hideTopLayers = true
hideOverlayLayers = true
hideRealLayers = true
affectStrut = true
workspaceBorderSize = 3
# Behaviors
exitOnClick = false
showNewWorkspace = false
showEmptyWorkspace = true
}
}
# Keybinds
bind = ALT, TAB, overview:toggle