diff --git a/README.md b/README.md index f92ac623..310782f0 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,8 @@ After you've allowed access, set the theme, using the following: export FLAVOR="mocha" export ACCENT="mauve" -# Set the catppuccin theme directory -export THEME_DIR="catppuccin-${FLAVOR}-${ACCENT}-standard+default" - # Set the theme -sudo flatpak override --env=GTK_THEME=$THEME_DIR +sudo flatpak override --env=GTK_THEME="catppuccin-${FLAVOR}-${ACCENT}-standard+default" ``` ### Manual installation