swomf
swomf
Try this PR out for yourself! ```bash git clone https://github.com/vinceliuice/Graphite-kde-theme cd Graphite-kde-theme # Fetch pull request as branch git fetch origin pull/24/head git checkout -b pull-request-24 FETCH_HEAD ```
Update: I made a preliminary fix for the SDDM theme by comparing import statements and objects to `/usr/share/sddm/themes/breeze`. ## Flaws Wrong size **Original:** [reference](https://github.com/vinceliuice/Graphite-kde-theme/blob/main/sddm/Graphite/preview.png)  **Fix**:  You can test...
I can decently replicate this bug by changing the resolution or transform settings of a monitor and switching its wallpaper at the same time. ```bash # Assuming monitor starts at...
Depending on your use case, you might disable corner rounding and keep the white border. For example, KDE users here from `vinceliuice/Graphite-kde-theme` might only see the issue in Firefox. ! Buuut you're right. Different applications in different desktop environments will react differently to any tweaks we make, whether we want a round corner, or...
To follow up: has this been tested yet?
Educated guess: this is maybe either a regression or a platform issue because this level worked a few years ago. The only difference then is that the browser/Ruffle is newer...
I could not replicate the Chromium trailing bug outside of VirtualBox, but the iconify/maximize/close icons still appear off of the screen and are still fixed by this change
For the record, a band-aid workaround for anyone seeing this (prior to any future fixes) is to add ```sh vim.opt.list = false ``` when adding this colorscheme via Lazy. But...