You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I (aunetx) am currently quite busy and I won't be able to do a lot of changes in this extension for the following months (probably until fall 2023)... You can consider this extension in low maintenance mode, I will still do important releases (for GNOME 44 etc) but no new features for the moment, and I won't be able to reply to every openend issue (even though I read them all in case).
19
+
20
+
Especially, consider the application blur to be in alpha state, because it is even broken for me so I don't think it works for anybody else... If someone wants to spend time fixing it, I will gladly merge pull requests. The dash-to-dock blur seems quite broken too, although I don't even know to what extent.
21
+
22
+
I am deeply sorry about all the problems that may arise, do not hesitate to open pull requests if needed and I will try to find motivation to answer them at some point :)
23
+
24
+
Sincerely, Aurélien
25
+
26
+
---
27
+
14
28
Functionalities:
15
29
16
30
- apply a blur effect to different components of the shell:
@@ -112,7 +126,7 @@ This is a beta functionnality, however you can test it by either:
112
126
- under Xorg, you can do it by typing `xprop -f _MUTTER_HINTS 8s -set _MUTTER_HINTS blur-provider=sigma:60,brightness:0.6`, and with the sigma and brightness you want
113
127
- integrating it with your application if you're the developper
114
128
- you must set the window's property `_MUTTER_HINTS` to `blur-provider=sigma:...,brightness:...`; if you do not set them the application will use default blurring settings from Blur my Shell
115
-
- for Electron applications, you can try building it with [Glasstron](https://github.com/AryToNeX/Glasstron)
129
+
- for Electron applications, you can try building it with [Glasstron Clarity](https://www.npmjs.com/package/glasstron-clarity)
116
130
117
131
### Force overview blur update
118
132
@@ -126,6 +140,8 @@ gsettings set org.gnome.desktop.background picture-opacity 99 && gsettings set o
126
140
127
141
The current extension supports these GNOME Shell versions:
128
142
143
+
- 44 -- `master` branch
144
+
- 43 -- `master` branch
129
145
- 42 -- `master` branch
130
146
131
147
Up to version 29, Blur my Shell supports GNOME Shell versions:
@@ -153,4 +169,4 @@ And lastly, thank you, kind visitor -- this is a fun project to manage :)
153
169
154
170
## License
155
171
156
-
This program is distributed under the terms of the GNU General Public License, version 2 or later.
172
+
This program is distributed under the terms of the GNU General Public License, version 3 or later.
Copy file name to clipboardExpand all lines: metadata.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,18 @@
2
2
"description": "Adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview.\n\nYou can support my work by sponsoring me on:\n- github: https://github.com/sponsors/aunetx\n- ko-fi: https://ko-fi.com/aunetx\n\nNote: if the extension shows an error after updating, please make sure to restart your session to see if it persists. This is due to a bug in gnome shell, which I can't fix by myself.",
0 commit comments