fix: alt tab menu (#209)

This commit is contained in:
nullishamy
2024-05-27 18:28:13 +01:00
committed by GitHub
parent e7b8bb2c4a
commit cae57c80f8
2 changed files with 14 additions and 1 deletions

View File

@@ -215,7 +215,6 @@ def subst_text(path, _from, to):
GS_VERSION = "46-0"
def gnome_shell_version():
shutil.copyfile(
f"{SRC_DIR}/sass/gnome-shell/_common.scss",
@@ -459,6 +458,7 @@ def apply_colloid_patches():
"sass-palette-mocha.patch",
"sass-palette-latte.patch",
"sass-palette-macchiato.patch",
"fixes/alt-tab-background-color.patch"
]:
path = f"./patches/colloid/{patch}"
logger.info(f"Applying patch '{patch}', located at '{path}'")