From 9df56cc5cab15457aedc49b686f5dd2bfbc9ed7d Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 9 Aug 2023 19:01:07 -0700 Subject: [PATCH] feat(gnome): Include Blur-My-Shell and Caffeine shell extensions by default. These are default disabled --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 2ea67b6c..af468a72 100644 --- a/Containerfile +++ b/Containerfile @@ -108,6 +108,8 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ gnome-shell-extension-system76-scheduler \ gnome-shell-extension-compiz-windows-effect \ gnome-shell-extension-just-perfection \ + gnome-shell-extension-blur-my-shell \ + gnome-shell-extension-caffeine \ openssh-askpass && \ rpm-ostree override remove \ gnome-classic-session \