48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
layout {
|
||
gaps 9 // Gap between windows
|
||
center-focused-column "never" // Don’t auto-center focused column
|
||
|
||
background-color "transparent" // <- needed for noctalia-shell to set wallpaper
|
||
|
||
default-column-width {
|
||
proportion 1.0
|
||
}
|
||
|
||
preset-column-widths {
|
||
proportion 0.33333
|
||
proportion 0.5
|
||
proportion 0.66667
|
||
}
|
||
|
||
struts {
|
||
top 0
|
||
bottom -3
|
||
left -3
|
||
right -3
|
||
}
|
||
|
||
focus-ring {
|
||
// off
|
||
on
|
||
width 2
|
||
active-color "#7fc8ff"
|
||
inactive-color "#505050"
|
||
urgent-color "#9b0000"
|
||
// active-gradient from="#80c8ff" to="#bbddff" angle=45
|
||
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
|
||
// urgent-gradient from="#800" to="#a33" angle=45
|
||
}
|
||
|
||
border {
|
||
off
|
||
// on
|
||
width 2
|
||
active-color "#ffc87f"
|
||
inactive-color "#505050"
|
||
urgent-color "#9b0000"
|
||
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
|
||
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" in="srgb-linear"
|
||
// urgent-gradient from="#800" to="#a33" angle=45
|
||
}
|
||
}
|