Commit graph

10 commits

Author SHA1 Message Date
uima
965d1cb7c8
zathura: set background opacity with stylix.opacity.applications (#770)
Link: https://github.com/danth/stylix/pull/770

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-01-14 20:14:56 +01:00
NAHO
a8399897e8
treewide: remove redundant empty line in testbeds (#760)
Link: https://github.com/danth/stylix/pull/760
2025-01-08 02:30:39 +01:00
awwpotato
6d9867604e
treewide: reduce indentation level with lib.singleton (#754)
Reduce the indentation level with lib.singleton, as recommended by RFC 0166. [1]

[1]: 25c3f52463/rfcs/0166-nix-formatting.md (singleton-lists)

Link: https://github.com/danth/stylix/pull/754

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-01-08 02:01:45 +01:00
NAHO
ad64260a75
treewide: add and apply nixfmt pre-commit hook
Link: https://github.com/danth/stylix/pull/519
2025-01-04 17:48:26 +01:00
Daniel Thwaites
defb43d450
zathura: add testbed 2024-11-08 21:00:50 +00:00
Jalil David Salamé Messina
7682713f6a
stylix: add 'stylix.enable' option (#244)
Add a 'stylix.enable' option to enable or disable all Stylix modules in
order to resolve issues similar to [2].

To align with the default 'lib.mkEnableOption' [1] behavior,
'stylix.enable' defaults to 'false'.

BREAKING CHANGE: Stylix is disabled by default. To enable it, use:

    stylix.enable = true;

[1]: https://github.com/NixOS/nixpkgs/blob/23.11/lib/options.nix#L91-L105
[2]: https://github.com/danth/stylix/issues/216

Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
Co-authored-by: Jalil David Salamé Messina <jalil.salame@gmail.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2024-06-10 11:52:47 +02:00
Julian Hauser
85a0a92c31
zathura: add transparency to highlight colors (#394)
Co-authored-by: jghauser <julianhauser.com>
2024-06-04 16:24:12 +01:00
NAHO
4c1acb8164
Zathura: remove default recolor configurations (#174)
Redeclaring the default recolor configurations does not alter the theme,
but requires using 'lib.mkForce' to modify the default configurations.
2023-10-19 12:49:07 +00:00
Mason Dear
1c953ad0dc
Opacity support (#77) 2023-05-18 20:00:50 +01:00
DwarfMaster
45f856230b Add zathura support 2023-03-25 10:28:16 +01:00