taj_ny
taj_ny
Closes #174 This PR adds the missing checks for PreferSystemTheme to FluentAvaloniaTheme.ResolveLinuxSystemSettings() and FluentAvaloniaTheme.ResolveMacOSSystemSettings().
The outline color is affected by window opacity, resulting in an opaque window's outline being darker than a transparent window's outline. If the window has both opaque and transparent regions,...
With just a few blurred windows in the background, the regions that have to be painted quickly add up, even if all the windows are covered by an opaque window....
This is a rewrite of the rounded corners implementation, which has much better-looking corners. There's probably a better way to do it, but for now that's the simplest and most...
The methods to get window classes described in the README don't work for some windows, such as all context menus (they disappear immediately when using the qdbus method), Spectacle's Wayland...
The window type must be different on Wayland for some reason, since ``EffectWindow::isMenu()``, ``EffectWindow::isDropdownMenu()`` and ``EffectWindow::isPopupMenu()`` all return false. It could be a KWin bug, as the Translucency effect uses...
- [x] Arch Linux - [x] Fedora - [x] openSUSE - [ ] Debian-based
# Conditions - Match all windows - Match windows by type - normal window, - dialog window, - utility window, - dock (panel), - toolbar - context menu - Match...