Skip to content

Commit

Permalink
added gnome-extensions module
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 9, 2024
1 parent fe5f38a commit 416ac2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cd /tmp

source ./modules/core.sh
source ./modules/akmods.sh
source ./modules/gnome-extensions.sh
source ./modules/dev-tools.sh
source ./modules/steam.sh

Expand Down
9 changes: 9 additions & 0 deletions modules/gnome-extensions.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

echo -e "\e[38;5;214m[Start Gnome Extensions Module]\e[0m"

rpm-ostree install\
gnome-shell-extension-caffeine\
gnome-shell-extension-appindicator

echo -e "\e[32m[End Gnome Extensions Module]\e[0m"

0 comments on commit 416ac2c

Please sign in to comment.