Skip to content

Commit

Permalink
🆕 gnome (cores): add 'blur-my-shell@aunetx' extension
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Jul 31, 2024
1 parent 7f07bda commit 0b8b68b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cores/gnome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ add-files: [
["../../lfs/graphics/logo/logo-dark--100px.png", "/usr/share/pixmaps/fedora_logo_med.png"],
["../../lfs/graphics/logo/logo-dark--46px.png", "/usr/share/pixmaps/fedora-logo-small.png"],
["../../lfs/graphics/logo/logo--100px.png", "/usr/share/pixmaps/fedora_whitelogo_med.png"],

# /usr/share/gnome-shell/extensions/
["../../lfs/binaries/gnome-extensions/aunetx.blur-my-shell/62.0/[email protected]", "/usr/share/gnome-shell/extensions/[email protected]"],
["../../lfs/binaries/gnome-extensions/micheleg.dash-to-dock/92.0/[email protected]", "/usr/share/gnome-shell/extensions/[email protected]"],
["../../lfs/binaries/gnome-extensions/stuarthayhurst.AlphabeticalAppGrid/40.0/[email protected]", "/usr/share/gnome-shell/extensions/[email protected]"]
]
1 change: 1 addition & 0 deletions src/scripts/70-gnome-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if [[ $_os_core == "gnome" ]]; then

declare -a gnome_extensions=(
"AlphabeticalAppGrid@stuarthayhurst"
"blur-my-shell@aunetx"
"[email protected]"
)

Expand Down

0 comments on commit 0b8b68b

Please sign in to comment.