30 lines
692 B
Text
30 lines
692 B
Text
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
|