diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.mozilla/firefox/hibiki.default/chrome/Makefile | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.mozilla/firefox/hibiki.default/chrome/Makefile')
| -rw-r--r-- | .mozilla/firefox/hibiki.default/chrome/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.mozilla/firefox/hibiki.default/chrome/Makefile b/.mozilla/firefox/hibiki.default/chrome/Makefile deleted file mode 100644 index 3e5c8d6..0000000 --- a/.mozilla/firefox/hibiki.default/chrome/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -STYLE := proton-style - -all: fetch patch - -.PHONY: fetch -fetch: - @echo Fetching lepton... - curl -sSL "https://github.com/black7375/Firefox-UI-Fix/raw/${STYLE}/css/leptonChrome.css" -o lepton.userChrome.css - curl -sSL "https://github.com/black7375/Firefox-UI-Fix/raw/${STYLE}/css/leptonContent.css" -o lepton.userContent.css - -.PHONY: patch -patch: - @echo Patching lepton... - patch -p1 --reject-file - < lepton.patch |