feat: adding animation for the window border

This commit is contained in:
Lucas Oskorep
2024-11-08 19:54:19 -05:00
parent 91213ed63a
commit 39ddbcd2bc
5 changed files with 175 additions and 36 deletions
+4 -1
View File
@@ -21,6 +21,7 @@ $(NAME).zip: dist/extension.js dist/prefs.js schemas/gschemas.compiled
@cp stylesheet.css dist/
@(cd dist && zip ../$(NAME).zip -9r .)
pack: $(NAME).zip
install: $(NAME).zip
@@ -33,4 +34,6 @@ clean:
test:
@dbus-run-session -- gnome-shell --nested --wayland
@dbus-run-session -- gnome-shell --nested --wayland
install-and-test: install test