Skip to content

Commit 3a400be

Browse files
authored
Merge branch 'master' into per-window-transparency-settings
2 parents 33d3481 + 768ecc1 commit 3a400be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+10928
-2941
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test-shell: install
5151

5252

5353
test-prefs: install
54-
gnome-extensions prefs blur-my-shell@aunetx
54+
gnome-extensions prefs $(UUID)
5555

5656

5757
remove:

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ A GNOME Shell extension that adds a blur look to different parts of the GNOME Sh
1111

1212
[<img src="https://hosted.weblate.org/widgets/blur-my-shell/-/blur-my-shell/multi-auto.svg" align="right">](https://hosted.weblate.org/engage/blur-my-shell/)
1313

14+
---
15+
16+
***Notice***
17+
18+
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+
1428
Functionalities:
1529

1630
- 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:
112126
- 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
113127
- integrating it with your application if you're the developper
114128
- 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)
116130

117131
### Force overview blur update
118132

@@ -126,6 +140,8 @@ gsettings set org.gnome.desktop.background picture-opacity 99 && gsettings set o
126140

127141
The current extension supports these GNOME Shell versions:
128142

143+
- 44 -- `master` branch
144+
- 43 -- `master` branch
129145
- 42 -- `master` branch
130146

131147
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 :)
153169

154170
## License
155171

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.

metadata.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
"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.",
33
"name": "Blur my Shell",
44
"shell-version": [
5-
"42"
5+
"45"
66
],
77
"url": "https://github.com/aunetx/gnome-shell-extension-blur-my-shell",
88
"uuid": "blur-my-shell@aunetx",
9+
"gettext-domain": "blur-my-shell",
910
"settings-schema": "org.gnome.shell.extensions.blur-my-shell",
1011
"original-authors": [
1112
"me@aunetx.dev"
1213
],
13-
"version": 42
14+
"donations": {
15+
"github": "aunetx",
16+
"kofi": "aunetx"
17+
},
18+
"version": 51
1419
}

po/LINGUAS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
ar
2+
ca
23
cs
34
de
5+
el
46
es
57
fr
68
hu
79
it
10+
ka
11+
ko
812
nb_NO
913
nl
1014
pl
15+
pt
1116
ru
17+
sl
18+
sv
1219
ta
1320
tr
21+
uk
1422
zh_Hans

0 commit comments

Comments
 (0)