initial commit
Some checks are pending
continuous-integration/drone Build is running

This commit is contained in:
askiiart 2025-03-08 10:59:21 -06:00
commit ea46d473de
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
4 changed files with 152 additions and 0 deletions

27
README.md Normal file
View file

@ -0,0 +1,27 @@
# Librewolf-allow-dark build
Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which (if enabled) let's you change the color scheme even if rfp is turned on
- Builds librewolf-allow-dark and places it in `$COMPILED_DIR/librewolf-allow-dark/librewolf.tar.zst`
- Version file at `$COMPILED_DIR/librewolf-allow-dark/version`
## Archive details
TODO: **FIX THIS SECTION**
```
.
├── polycat
└── polycat.ttf
```
Recommended:
| File | Location | Permissions |
| --------------- | -------------------------------------- | ----------- |
| `./polycat` | `/usr/bin/polycat` | 755 |
| `./polycat.ttf` | `/usr/share/fonts/polycat/polycat.ttf` | 644 |
---
Based on the [librewolf-allow-dark](https://aur.archlinux.org/packages/librewolf-allow-dark) AUR package, directly copying `allow_dark.patch` from it.