From d12aab5736cb35cd0c7d0853885736e9ebb489ad Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 21 Nov 2022 17:23:57 +0100 Subject: firefox: add complete profile dir and support librewolf --- .mozilla/firefox/hibiki.default/chrome/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .mozilla/firefox/hibiki.default/chrome/Makefile (limited to '.mozilla/firefox/hibiki.default/chrome/Makefile') diff --git a/.mozilla/firefox/hibiki.default/chrome/Makefile b/.mozilla/firefox/hibiki.default/chrome/Makefile new file mode 100644 index 0000000..3e5c8d6 --- /dev/null +++ b/.mozilla/firefox/hibiki.default/chrome/Makefile @@ -0,0 +1,14 @@ +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 -- cgit 1.4.1