diff options
| author | auric <auric7@protonmail.com> | 2025-09-11 18:00:59 -0500 |
|---|---|---|
| committer | auric <auric7@protonmail.com> | 2025-09-11 18:00:59 -0500 |
| commit | 38a82bc7e3569b7502a652c9f3fea37a017c0ccb (patch) | |
| tree | db4551326bf98c02a099c5df213a1dff047c2ca8 /browsers/firefox/update-userchrome.sh | |
| parent | 61eaeb858dbe12dcf1596b725a3bab1df66569f4 (diff) | |
Remove browsers
Diffstat (limited to 'browsers/firefox/update-userchrome.sh')
| -rwxr-xr-x | browsers/firefox/update-userchrome.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/browsers/firefox/update-userchrome.sh b/browsers/firefox/update-userchrome.sh deleted file mode 100755 index dae5d97..0000000 --- a/browsers/firefox/update-userchrome.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -eu -ACCENT="$(../getaccent 2>/dev/null || echo)" -[ -n "$ACCENT" ] || ACCENT="#000000" -PROFILE_DIR="${HOME}/.mozilla/firefox" -PROFILE="$(ls "$PROFILE_DIR" | grep default | head -n1 || true)" -[ -n "$PROFILE" ] || { echo "No Firefox profile found" >&2; exit 1; } -PROFILE="$PROFILE_DIR/$PROFILE" -mkdir -p "$PROFILE/chrome" -sed "s/ACCENT/$ACCENT/" userChrome.template.css > "$PROFILE/chrome/userChrome.css" |
