Skip to content

Commit

Permalink
Merge branch 'master' into per-window-transparency-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx authored Sep 28, 2023
2 parents 5947375 + c268a38 commit 86e6cda
Show file tree
Hide file tree
Showing 68 changed files with 10,928 additions and 2,941 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test-shell: install


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


remove:
Expand Down
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ A GNOME Shell extension that adds a blur look to different parts of the GNOME Sh

[<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/)

---

***Notice***

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

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.

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

Sincerely, Aurélien

---

Functionalities:

- apply a blur effect to different components of the shell:
Expand Down Expand Up @@ -112,7 +126,7 @@ This is a beta functionnality, however you can test it by either:
- 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
- integrating it with your application if you're the developper
- 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
- for Electron applications, you can try building it with [Glasstron](https://github.com/AryToNeX/Glasstron)
- for Electron applications, you can try building it with [Glasstron Clarity](https://www.npmjs.com/package/glasstron-clarity)

### Force overview blur update

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

The current extension supports these GNOME Shell versions:

- 44 -- `master` branch
- 43 -- `master` branch
- 42 -- `master` branch

Up to version 29, Blur my Shell supports GNOME Shell versions:
Expand Down Expand Up @@ -153,4 +169,4 @@ And lastly, thank you, kind visitor -- this is a fun project to manage :)

## License

This program is distributed under the terms of the GNU General Public License, version 2 or later.
This program is distributed under the terms of the GNU General Public License, version 3 or later.
9 changes: 7 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
"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.",
"name": "Blur my Shell",
"shell-version": [
"42"
"45"
],
"url": "https://github.com/aunetx/gnome-shell-extension-blur-my-shell",
"uuid": "blur-my-shell@aunetx",
"gettext-domain": "blur-my-shell",
"settings-schema": "org.gnome.shell.extensions.blur-my-shell",
"original-authors": [
"[email protected]"
],
"version": 42
"donations": {
"github": "aunetx",
"kofi": "aunetx"
},
"version": 51
}
8 changes: 8 additions & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
ar
ca
cs
de
el
es
fr
hu
it
ka
ko
nb_NO
nl
pl
pt
ru
sl
sv
ta
tr
uk
zh_Hans
Loading

0 comments on commit 86e6cda

Please sign in to comment.