labwc/docs
tokyo4j 998ff9e7b5
Some checks failed
labwc.github.io / notify (push) Has been cancelled
osd-thumbnail: update default colors of selected window item
Previously, the default values of
`osd.window-switcher.style-thumbnail.item.active.{bg,border}.color`
were blue. But they caused the selected window title in the window
switcher to be unreadable due to duplicated colors of the text and
background with Openbox themes like Numix.

Instead, this commit updates them to follow other themes configurations.
The default border color of the selected window item is now
`osd.label.text.color` with 50% opacity and the background is
`osd.label.text.color` with 15% opacity.

For subpixel antialiasing to work, the background color is calculated by
manually blending `osd.label.text.color` and `osd.bg.color`, rather than
just updating the alpha with 50% or 15%.
2025-10-07 19:47:50 +01:00
..
autostart documentation: s/view/window/ 2025-05-25 01:31:40 +09:00
environment docs/environment: remove example MOZ_ENABLE_WAYLAND=1 2024-12-12 20:13:10 +00:00
labnag.1.scd labnag: rename options for color 2025-10-01 20:10:33 +01:00
labwc-actions.5.scd action: allow SnapToEdge to combine two cardinal directions 2025-09-19 16:23:23 +09:00
labwc-config.5.scd labnag: rename options for color 2025-10-01 20:10:33 +01:00
labwc-menu.5.scd documentation: s/view/window/ 2025-05-25 01:31:40 +09:00
labwc-theme.5.scd osd-thumbnail: update default colors of selected window item 2025-10-07 19:47:50 +01:00
labwc.1.scd menu: refactor parser 2025-08-04 21:41:14 +01:00
menu.xml labwc-menu(5): reflect use of client-send-to-menu in client menu 2025-08-16 14:54:48 +01:00
meson.build Add labnag 2025-08-09 10:44:03 +01:00
rc.xml docs/rc.xml: remove gap from the example config 2024-02-28 20:51:17 +00:00
rc.xml.all config: add <core><promptCommand> 2025-09-24 20:13:51 +01:00
README xwayland: support xinitrc scripts to configure server on launch (#1963) 2024-07-20 09:40:11 +01:00
shutdown docs: add example shutdown file 2024-06-01 23:53:34 +02:00
themerc osd-thumbnail: update default colors of selected window item 2025-10-07 19:47:50 +01:00
xinitrc xwayland: support xinitrc scripts to configure server on launch (#1963) 2024-07-20 09:40:11 +01:00

Config layout for ~/.config/labwc/
- autostart
- environment
- menu.xml
- rc.xml
- shutdown
- themerc-override
- xinitrc

See `man labwc-config and `man labwc-theme` for further details.