30 lines
650 B
Text
30 lines
650 B
Text
source = ../theme/colors.conf
|
|
|
|
# Conf
|
|
plugin {
|
|
overview {
|
|
# Colors
|
|
panelColor = $surface0
|
|
panelBorderColor = $surface0
|
|
workspaceActiveBorder = $lavender
|
|
workspaceInactiveBorder = $surface1
|
|
dragAlpha = 1
|
|
|
|
# Layout
|
|
onBottom = true
|
|
centerAligned = true
|
|
hideTopLayers = true
|
|
hideOverlayLayers = true
|
|
hideRealLayers = true
|
|
affectStrut = false
|
|
workspaceBorderSize = 3
|
|
|
|
# Behaviors
|
|
exitOnClick = false
|
|
showNewWorkspace = false
|
|
showEmptyWorkspace = true
|
|
}
|
|
}
|
|
|
|
# Keybinds
|
|
bind = ALT, ESCAPE, overview:toggle
|