Commit graph

10 commits

Author SHA1 Message Date
NAHO
707059378b treewide: optionalize mkTarget's humanName and name arguments
Optionalize mkTarget's 'humanName' and 'name' arguments by inferring
'humanName' from the 'name' attribute in the /modules/<MODULE>/meta.nix
file, and 'name' from the /modules/<NAME>/ directory name.

Inferring the 'humanName' and 'name' arguments ensures consistency and
reduces boilerplate.

The 'humanName' and 'name' arguments are optionalized instead of removed
because complex modules generating target derivations need to
distinguish between them.

Closes: https://github.com/nix-community/stylix/issues/1661
(cherry picked from commit dfc859f54d)
2025-12-10 07:14:37 -10:00
NAHO
3fb65013f7 treewide: rename mkTarget's configElements and extraOptions options
Rename mkTarget's 'configElements' argument to 'config' and
'extraOptions' to 'options' to provide a more transparent interface with
the underlying Nixpkgs module system.

(cherry picked from commit 16df6b8448)
2025-12-10 07:14:37 -10:00
awwpotato
c32026eab2
mpv: use mkTarget (#1334)
Link: https://github.com/nix-community/stylix/pull/1334

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-21 20:57:36 +02:00
musjj
fa5a34e7b1
mpv: unset custom curtain color for dimming (#1216)
Link: https://github.com/danth/stylix/pull/1216
2025-05-04 09:02:51 -07:00
musjj
953e7247ac
mpv: more sensible values (#1199)
Link: https://github.com/danth/stylix/pull/1199

Co-authored-by: awwpotato <awwpotato@voidq.com>

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-02 15:09:51 -07:00
pancho horrillo
f98c2c42b2
mpv: unset OSD font size (#1097)
Closes: https://github.com/danth/stylix/issues/1096
Link: https://github.com/danth/stylix/pull/1097

Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-06 19:53:03 +02:00
awwpotato
a214b330e5
mpv: unset subtitle font size (#1090)
Closes: https://github.com/danth/stylix/issues/1089
Link: https://github.com/danth/stylix/pull/1090

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-04 16:02:53 +02:00
hetraeus
0323253b3e
mpv: init mpvScripts.modernz (#1067)
A pleasant mpv UI alternative
2025-03-29 11:21:44 -07:00
Mateus Auler
ccb411c5db
mpv: set background to black (#1008)
Link: https://github.com/danth/stylix/pull/1008

Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-03-19 18:52:09 +01:00
awwpotato
6c42dc31ef
mpv: init (#949)
Closes: https://github.com/danth/stylix/issues/185
Closes: https://github.com/danth/stylix/issues/186
Link: https://github.com/danth/stylix/pull/949

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Tested-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-03-10 15:24:10 +01:00