feat: adding start of pref panel and tweaking alpha to .3 to start

This commit is contained in:
Lucas Oskorep
2024-11-09 12:48:18 -05:00
parent 39ddbcd2bc
commit 744893764a
9 changed files with 1538 additions and 1882 deletions
+2 -3
View File
@@ -6,7 +6,7 @@ DOMAIN=lucaso.io
all: dist/extension.js
node_modules: package.json
npm install
pnpm install
dist/extension.js dist/prefs.js: node_modules
tsc
@@ -16,7 +16,7 @@ schemas/gschemas.compiled: schemas/org.gnome.shell.extensions.$(NAME).gschema.xm
#
$(NAME).zip: dist/extension.js dist/prefs.js schemas/gschemas.compiled
#@cp -r schemas dist/
@cp -r schemas dist/
@cp metadata.json dist/
@cp stylesheet.css dist/
@(cd dist && zip ../$(NAME).zip -9r .)
@@ -32,7 +32,6 @@ install: $(NAME).zip
clean:
@rm -rf dist node_modules $(NAME).zip
test:
@dbus-run-session -- gnome-shell --nested --wayland