This commit is contained in:
commit
ea46d473de
4 changed files with 152 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue