ADD: working button to control boolean float

This commit is contained in:
2024-07-01 00:30:33 +01:00
parent 48c0f82593
commit a391b6a835
8 changed files with 100 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
NAME=floarbar
NAME=floatbar
DOMAIN=tomtroeger.de
.PHONY: all pack install clean
@@ -27,4 +27,11 @@ install: $(NAME).zip
@mv dist ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
clean:
@rm -rf dist node_modules $(NAME).zip
@rm -rf dist node_modules $(NAME).zip
test:
@dbus-run-session -- gnome-shell --nested --wayland
full:
@make install
@make test