From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .mozilla/firefox/hibiki.default/chrome/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete 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 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 -- cgit 1.4.1