swomf

Results 13 comments of 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) ![image](https://github.com/vinceliuice/Graphite-kde-theme/assets/108753551/db3aeb9b-45d6-4f4a-869c-27f6e2e3f902) **Fix**: ![image](https://github.com/vinceliuice/Graphite-kde-theme/assets/108753551/1de087cf-3aac-4d58-bb92-f3794a5f39da) 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. ![Firefox...

What if, instead of using `border-radius` and `border` to outline borders, we use a `box-shadow`? I think other themes do that to have thin black borders on their windows. **~/.themes/Graphite-Dark-compact/gtk-3.0/gtk-dark.css**...

But I love the border [CoolAller](https://github.com/CoolAller)! 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...

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...