Commit graph

503 commits

Author SHA1 Message Date
Matt Sturgeon
69303679a4
kubecolor: check stylix.enable
All targets should check the global `enable` option, not just their own.
2025-05-15 03:46:36 +01:00
Matt Sturgeon
7051eb4db1
kitty: check stylix.enable
All targets should check the global `enable` option, not just their own.
2025-05-15 03:46:36 +01:00
Matt Sturgeon
d419d335c0
gtk: check stylix.enable
All targets should check the global `enable` option, not just their own.
2025-05-15 03:46:36 +01:00
Flameopathic
71f8b1166b
nixcord: change theme location on nix-darwin (#1221)
Link: https://github.com/danth/stylix/pull/1221

Closes: https://github.com/danth/stylix/issues/1220

Related: https://github.com/danth/stylix/pull/784

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com>
2025-05-14 18:03:53 -07:00
awwpotato
cb42af5571
foliate: use upstream option (#1260)
Following a home-manager module being added for Foliate [1]

[1]: https://github.com/nix-community/home-manager/pull/7049

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

Reviewed-by: Gideon Wolfe <wolfeg2@wwu.edu>
2025-05-14 18:00:02 -07:00
awwpotato
5d28886e94
halloy: use upstream themes option (#1259)
Link: https://github.com/danth/stylix/pull/1259

Reviewed-by: Oliver Jõgar <me@treier.xyz>
2025-05-14 09:29:23 -07:00
Kilian Mio
b63f664086
kde: add and update testbeds (#1252)
Adds testbed for plasma6.
In NixOS 25.11 plasma5 will be deprecated so plasma6 should become the default.

Related: https://github.com/danth/stylix/issues/1092

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

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-12 18:32:38 -07:00
awwpotato
f07a4d0b85 zellij: use upstream themes option 2025-05-12 14:16:49 -07:00
pancho horrillo
0c0df649f7 wayprompt: add myself as maintainer 2025-05-12 10:29:19 -07:00
pancho horrillo
787a156f46 wayprompt: capitalize name
Seems that lowercase `wayprompt` refers to the actual binary, but since
the project provides three different ones, using the capitalized
form (as shown, albeit inconsistently, in its README¹) will, I think,
better identify the project as a whole.

Note that all three binaries are configured by the same configuration
file that this module provides.

¹: https://git.sr.ht/~leon_plickat/wayprompt/
2025-05-12 10:29:19 -07:00
pancho horrillo
e020f1e815 wayprompt: support opacity
Even though it is not documented, the code will parse¹ and honour the
transparency (alpha) byte. I mentioned it briefly here².

¹: 66fe87408d/item/src/Config.zig (L257)
²: fb061f555f/modules/programs/wayprompt.nix (L53)
2025-05-12 10:29:19 -07:00
pancho horrillo
89ebfe959b wayprompt: drop generation of 0x prefixes
Sorry I wasn’t clear on the Home Manager module documentation: there is
no need to prepend the '0x' prefix to the hex values, the format handler
takes care of that.

Also note that I just dropped the `lib.mapAttrs` portion, but the
automatic formatter had other ideas :-).
2025-05-12 10:29:19 -07:00
NukDokPlex
6b8309550e
wayprompt: init (#1250)
Link: https://github.com/danth/stylix/pull/1250

Reviewed-by: awwpotato <awwpotato@voidq.com>
Co-authored-by: awwpotato <awwpotato@voidq.com>
2025-05-11 23:17:33 +00:00
musjj
77696d77ae
yazi: more color tweaks (#1245)
Link: https://github.com/danth/stylix/pull/1245

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-12 01:10:42 +02:00
Gideon Wolfe
91f71c13b5
foliate: init (#1203)
Link: https://github.com/danth/stylix/pull/1203

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-11 19:12:05 +02:00
musjj
ce6c8460e7
stylix: update base16 (#1238)
Link: https://github.com/danth/stylix/pull/1238

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: awwpotato <awwpotato@voidq.com>
2025-05-10 16:27:38 -07:00
awwpotato
df51c62e43
starship: fix testbed (#1248) 2025-05-10 11:28:48 -07:00
awwpotato
1c71f3bde2
treewide: use lib.getExe (#1241) 2025-05-10 12:07:43 +01:00
musjj
6690180c17
yazi: tweak colors (#1233)
Link: https://github.com/danth/stylix/pull/1233

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-09 09:05:01 -07:00
Karun Sandhu
8775d8322a
fnott: set font size (#1243)
Link: https://github.com/danth/stylix/pull/1243

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-09 08:21:32 -07:00
Mateus Auler
965865bc36
sxiv: add testbed (#1190)
Link: https://github.com/danth/stylix/pull/1190

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-06 16:37:14 +02:00
Flameopathic
45aa0e8492
fzf: add testbed (#1201)
Link: https://github.com/danth/stylix/pull/1201

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-05 20:25:24 +02:00
Didn't read the style guide
ce5fcf851d
kde: apply theme without GUI session and ignore failures (#848)
Closes: https://github.com/danth/stylix/issues/809
Link: https://github.com/danth/stylix/pull/848

Reviewed-by: rkuklik <rkuklik@expect-it.cz>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: https://github.com/Alxandr
2025-05-05 16:28:20 +02:00
Shahar "Dawn" Or
6c8b77a7f5
qutebrowser: do not enable darkmode (#1184)
Closes: https://github.com/danth/stylix/issues/1183
Link: https://github.com/danth/stylix/pull/1184

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-05 12:04:35 +02:00
awwpotato
340a9c5455
mako: remove typo from hm module (#1224)
Fixes: b631dffa61 ("mako: update to new home-manager module (#1211)")
Link: https://github.com/danth/stylix/pull/1224

Reviewed-by: https://github.com/ddogfoodd
2025-05-04 23:54:08 +02:00
Matt Sturgeon
003e6770af
nixvim: move standalone-mode docs from configuration → nixvim readme (#1219)
Link: https://github.com/danth/stylix/pull/1219

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
2025-05-04 09:54:32 -07: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
awwpotato
b631dffa61
mako: update to new home-manager module (#1211)
Link: https://github.com/danth/stylix/pull/1211

Closes: https://github.com/danth/stylix/issues/1210
2025-05-03 20:58:28 -07:00
Mateus Auler
e51b3e64f9
lazygit: add testbed (#1191)
Link: https://github.com/danth/stylix/pull/1191

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
2025-05-03 14:29:22 -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
Louis Thevenet
bc38629511
glance: init nixos module (#1187)
Link: https://github.com/danth/stylix/pull/1187

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: awwpotato <awwpotato@voidq.com>
2025-05-01 21:04:50 -07:00
Flameopathic
87df2a1d9c
eog: add testbed (#1200)
Link: https://github.com/danth/stylix/pull/1200

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: awwpotato <awwpotato@voidq.com>
2025-05-01 20:23:41 -07:00
repparw
716e6669a9
{neovim,nixvim}: add transparentBackground.numberLine option (#1178)
Link: https://github.com/danth/stylix/pull/1178

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Tested-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: soulsoiledit <no.sleep410@passinbox.com>
Tested-by: soulsoiledit <no.sleep410@passinbox.com>
2025-05-01 17:03:04 +02:00
Flameopathic
44957b251b
fcitx5: use upstream options (#1158)
Link: https://github.com/danth/stylix/pull/1158

Co-authored-by: awwpotato <awwpotato@voidq.com>
Tested-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-30 17:49:42 -07:00
Mateus Auler
e11bc9a59d
wofi: add testbed (#1180)
Link: https://github.com/danth/stylix/pull/1180

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: awwpotato <awwpotato@voidq.com>
2025-04-30 17:17:57 -07:00
Flameopathic
764fd32955
btop: add testbed (#1106)
Link: https://github.com/danth/stylix/pull/1106

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-29 23:35:38 +02:00
Flameopathic
8a35410a28
treewide: add stylix.testbed.ui.{command,application} options (#1110)
Link: https://github.com/danth/stylix/pull/1110

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-04-29 19:59:16 +02:00
Adam M. Szalkowski
de0870f075
wezterm: adapt for breaking change in hm (#1182)
Link: https://github.com/danth/stylix/pull/1182

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: https://github.com/NovaViper
2025-04-29 08:37:43 -07:00
repparw
11ceb2fde1
spotify-player: init (#1177)
Link: https://github.com/danth/stylix/pull/1177

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-04-25 15:07:03 -07:00
Flameopathic
4846adbc2a
vesktop: use upstream options (#1150)
Link: https://github.com/danth/stylix/pull/1150

Co-authored-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-04-24 17:46:00 -07:00
ValentinSchwind
3194470d07
gitui: fix two typos (#1172)
Link: https://github.com/danth/stylix/pull/1172

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-04-24 16:14:26 +00:00
Daniel Thwaites
7ddc94f9dc
treewide: add missing .s to extensions (#1165)
This fixes the issue mentioned at https://github.com/danth/stylix/pull/1164#pullrequestreview-2789195255

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

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-04-24 03:34:56 +00:00
awwpotato
a49bff748c
stylix: use awwpotato's base16.nix fork (#1164)
Link: https://github.com/danth/stylix/pull/1164

Closes https://github.com/danth/stylix/issues/1161
Closes https://github.com/danth/stylix/discussions/1163
Required for https://github.com/danth/stylix/pull/1158
2025-04-23 19:51:35 -07:00
awwpotato
f46d58be39
gtk: invert extraCss warning (#1159)
Fixes: 375b1de242 ("gtk: warn about non-functional gtk.gtk{3,4}.extraCss options (#1153)")
Link: https://github.com/danth/stylix/pull/1159

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-23 00:04:36 +00:00
awwpotato
375b1de242
gtk: warn about non-functional gtk.gtk{3,4}.extraCss options (#1153)
Link: https://github.com/danth/stylix/pull/1153

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-22 16:28:44 +02:00
Louis Dalibard
a7a0682b3e
gitui: fix config.lib.stylix.colors.withHashtag typo (#1154)
Link: https://github.com/danth/stylix/pull/1154

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
2025-04-22 16:05:50 +02:00
awwpotato
ae74f20cc2
zed: use themes option (#1151)
Use the programs.zed-editor.themes option, introduced in commit [1]
("zed-editor: add themes option (#6832)").

[1]: bb8d286649

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

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-21 22:28:41 +02:00
awwpotato
179220cfc2
gitui: switch from rgb to hex (#1144)
Closes: https://github.com/danth/stylix/issues/1143
Link: https://github.com/danth/stylix/pull/1144

Reviewed-by: https://github.com/ValentinSchwind
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-21 02:52:55 +02:00
awwpotato
758fe63490 helix: use theme option
Link: https://github.com/danth/stylix/pull/1146

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-20 15:37:10 +02:00
Flameopathic
8b0d9317ed
btop: use theme option (#1126)
Use the programs.btop.theme option, introduced in commit [1] ("btop: add
themes option (#6777)").

[1]: 0daadc7784

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

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-20 15:12:10 +02:00