AutoYADM commit: 2025-02-26 12:25:12

This commit is contained in:
Daniel Fichtinger 2025-02-26 12:25:12 -05:00
parent 4a31187f08
commit cee37bbf47

View file

@ -111,52 +111,22 @@ layout {
// You can change how the focus ring looks. // You can change how the focus ring looks.
focus-ring { focus-ring {
// Uncomment this line to disable the focus ring. width 1
// off
// How many logical pixels the ring extends out from the windows. active-color "#B14242"
width 1
// Colors can be set in a variety of ways:
// - CSS named colors: "red"
// - RGB hex: "#rgb", "#rgba", "#rrggbb", "#rrggbbaa"
// - CSS-like notation: "rgb(255, 127, 0)", rgba(), hsl() and a few others.
// Color of the ring on the active monitor.
active-color "#B14242"
// Color of the ring on inactive monitors.
inactive-color "#121212" inactive-color "#121212"
// You can also use gradients. They take precedence over solid colors. }
// Gradients are rendered the same as CSS linear-gradient(angle, from, to).
// The angle is the same as in linear-gradient, and is optional,
// defaulting to 180 (top-to-bottom gradient).
// You can use any CSS linear-gradient tool on the web to set these up.
// Changing the color space is also supported, check the wiki for more info.
//
// active-gradient from="#80c8ff" to="#bbddff" angle=45
// You can also color the gradient relative to the entire view border {
// of the workspace, rather than relative to just the window itself. off
// To do that, set relative-to="workspace-view".
//
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
}
// You can also add a border. It's similar to the focus ring, but always visible.
border {
// The settings are the same as for the focus ring.
// If you enable the border, you probably want to disable the focus ring.
off
width 1 width 1
active-color "#B14242" active-color "#B14242"
inactive-color "#121212" inactive-color "#121212"
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view" }
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
}
// You can enable drop shadows for windows. // You can enable drop shadows for windows.
shadow { shadow {