Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meow-d/firefox-simple-blur
The simplest possible translucent userchrome theme for firefox (tested on linux only)
https://github.com/meow-d/firefox-simple-blur
userchrome
Last synced: 15 days ago
JSON representation
The simplest possible translucent userchrome theme for firefox (tested on linux only)
- Host: GitHub
- URL: https://github.com/meow-d/firefox-simple-blur
- Owner: meow-d
- Created: 2022-05-12T13:29:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T15:15:14.000Z (12 months ago)
- Last Synced: 2024-08-01T16:34:52.171Z (3 months ago)
- Topics: userchrome
- Language: CSS
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firefox-simple-blur
A very simple translucent userchrome theme for firefox. It literally does not get any simpler than this.- Tested on Linux (KDE Plasma) only. I don't know if this works anywhere else.
- Just like every other userchrome theme, you have to configure the blur yourself on your setup
- On KDE Plasma, Use the [force blur kwin script](https://store.kde.org/p/1294604/)
- There's an issue where turning off native title bar makes background opaque again, but I found a workaround:
- `(right click on the native title bar) > More actions > Configure Special Application Settings...` This will open a window allowing you to add kwin window rules.
- `Add Proprety... > (search for 'active opacity') > (force it to 99%)`
- The window will always be 1% transparent, but it's impossible to notice, especially with blur
- You can (and should) also customize the main background color:
```css
/* Main window background */
#main-window {
background-color: rgba(0,0,0,0.65) !important;
...
}
```