Zen Browser? #836
-
|
Hey there, I fell in love with the Firefox based Zen Browser: https://zen-browser.app/. Is there a way to get Stylix to theme Zen? Or maybe that would be something for the future? Thx! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 14 replies
-
I am unable to find the Zen browser in Nixpkgs or Home Manager. Otherwise, supporting the Zen browser should be possible. |
Beta Was this translation helpful? Give feedback.
-
|
I wrote both for
Usage (line 128 & 129): If anybody cares to create a proper The |
Beta Was this translation helpful? Give feedback.
-
|
If anybody has problems with the background of some websites not being displayed as white, because it isn't set and just shows the background of the browser, which sometimes makes text hard to read, you can use the following snipped to force the You can also just use this snippet for now, but if you think this would be worth a pull request, once my internship is over I can try to make one: Important This will overwrite the already defined programs.zen-browser.profiles.<name>.userContent = lib.mkForce ''
@-moz-document url-prefix(http) {
body { background: white !important; }
}
''; |
Beta Was this translation helpful? Give feedback.
-
|
I didn't realize there already was a discussion for Zen Browser. |
Beta Was this translation helpful? Give feedback.
-
|
Hey. Instead of opening a new thread for this, I decided to just add to this one. I am having trouble configuring Stylix for Zen using the zen-browser module.. According to the documentation in https://nix-community.github.io/stylix/options/modules/zen-browser.html , I have to set it using the option stylix.targets.zen-browser inside home-manager The configuration sits inside my home-manager. I tried doing a test and enabling the config for waybar alongside it to see if there was any scope or import problem, but the targets.waybar option is working fine, I get no errors with it, only with the zen-browser option. I am using the community flake for Zen Browser, at https://github.com/0xc000022070/zen-browser-flake , and it is set in my home-manager config with programs.zen-browser.enable = true; (and it's working fine). For what it's worth, though, I'm using NixOS stable, version 25.05, with Stylix following the same version, so this might as well be some undocumented "oh, this option is only available in the unstable channel" |
Beta Was this translation helpful? Give feedback.







This is greatly appreciated.
For reference, I have opened #1685 as a more manageable issue.