Skip to content

Commit

Permalink
feat: refactor settings and add extension placement and position
Browse files Browse the repository at this point in the history
  • Loading branch information
c84c committed May 14, 2023
1 parent c6b7512 commit ca0b079
Show file tree
Hide file tree
Showing 20 changed files with 1,377 additions and 1,166 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EXTENSION_FILES=stylesheet.css metadata.json
OUTPUT=$(DOC_FILES) $(SRC_FILES) $(MO_FILES) $(SCHEMA_FILES) $(EXTENSION_FILES)
POT_FILE=po/$(GETTEXT_PACKAGE).pot
LOCAL_INSTALL=~/.local/share/gnome-shell/extensions/$(UUID)
pack: $(OUTPUT)
pack: update-po schemas/gschemas.compiled $(OUTPUT)
zip $(UUID).zip $(OUTPUT)

$(POT_FILE): $(SRC_FILES)
Expand Down
10 changes: 8 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"description": "Displays Internet Speed",
"name": "NetSpeed",
"original-author": "[email protected]",
"shell-version": [ "40", "41", "42", "43", "44" ],
"shell-version": [
"40",
"41",
"42",
"43",
"44"
],
"url": "https://github.com/hedayaty/NetSpeed",
"uuid": "[email protected]",
"version": 32
}
}
Loading

0 comments on commit ca0b079

Please sign in to comment.