Commit graph

813 commits

Author SHA1 Message Date
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
NAHO
aaf976a819
stylix: emphasize compliance with Nixpkgs maintainer list (#1254)
Link: https://github.com/danth/stylix/pull/1254

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-11 15:31:39 -07: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
awwpotato
ad7dcca79d
ci: add labeler action (#1137)
Link: https://github.com/danth/stylix/discussions/1109
Link: https://github.com/danth/stylix/pull/1137

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-11 18:05:19 +02:00
awwpotato
382ec4b31a
stylix: use call package for check-maintainers-sorted (#1249)
Link: https://github.com/danth/stylix/pull/1249

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-05-10 16:48:40 -07: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
Matt Sturgeon
b06c1cb60a
stylix: simplify font options & use literalExpression default packages (#1225) 2025-05-09 12:10:01 +01:00
awwpotato
685deb9bae
Revert "stylix: bump base16.nix flake" (#1237) 2025-05-06 16:44:17 -07:00
musjj
e6ea186571
stylix: bump base16.nix flake (#1234) 2025-05-06 16:12:50 -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
awwpotato
a2b80b9006
doc: direct to all issues instead of open ones in issue templates (#1232)
Link: https://github.com/danth/stylix/pull/1232

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-06 10:16:07 +02:00
Matt Sturgeon
78a96c5c5a
doc: fix longestFence usage of lib.max (#1231)
Fixes: 6e55a89494 ("doc: ensure code blocks are safely fenced (#1218)")
Link: https://github.com/danth/stylix/pull/1231

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-05 23:42:19 +00:00
Matt Sturgeon
6e55a89494
doc: ensure code blocks are safely fenced (#1218)
Markdown uses ``` to start and end fenced code blocks. However code
blocks can themselves contain ``` sequences.

To deal with this, markdown allows code block fences to be of arbitrary
length; any sequence of fence-chars that is shorter than the opening
fence will not terminate the code block.

We can scan through the code block text to find the longest sequence of
`-chars to ensure the opening/closing fences are longer than the longest
in the code block.

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

Reviewed-by: awwpotato <awwpotato@voidq.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-06 00:57:27 +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
70f331c8e7
stylix: use lib.modules.importApply (#1185)
Link: https://github.com/danth/stylix/pull/1185

Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-04 23:59:47 +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
awwpotato
b8e2e8c730
stylix: set _file for overlays (#1214) 2025-05-04 13:05:58 -07: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
Mateus Auler
fe3feecf23
testbed: wrap autostart command in a shell script (#1204)
Allows testbeds autostart to be more complex than a single command.

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

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
2025-05-03 11:19:57 -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
awwpotato
b4d3137c5c
ci: use format for flake update title (#1197)
Link: https://github.com/danth/stylix/pull/1197
2025-04-30 19:05:48 -07:00
awwpotato
7476be8b0b
ci: fix stable pr title for update flake (#1196)
Link: https://github.com/danth/stylix/pull/1196
2025-04-30 19:00:49 -07:00
github-actions[bot]
51cc5640d9 stylix: update all flake inputs
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/abfad3d2958c9e6300a883bd443512c55dfeb1be?narHash=sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs%3D' (2025-04-24)
  → 'github:nix-community/home-manager/5f217e5a319f6c186283b530f8c975e66c028433?narHash=sha256-osgPX/SzIpkR50vev/rqoTEAVkEcOWXoQXmbzsaI4KU%3D' (2025-04-30)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7?narHash=sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo%3D' (2025-04-23)
  → 'github:NixOS/nixpkgs/46e634be05ce9dc6d4db8e664515ba10b78151ae?narHash=sha256-y3h3NLnzRSiUkYpnfvnS669zWZLoqqI6NprtLQ%2B5dck%3D' (2025-04-29)
• Updated input 'nur':
    'github:nix-community/NUR/dbc4ba3233b2bf951521177bf0ee0a7679959035?narHash=sha256-bWqgohVf/py9EW3bLS/dYbenD2p9N2/Qsw1%2BCJk1S04%3D' (2025-04-24)
  → 'github:nix-community/NUR/d476cd0972dd6242d76374fcc277e6735715c167?narHash=sha256-/emueQGaoT4vu0QjU9LDOG5roxRSfdY0K2KkxuzazcM%3D' (2025-04-30)
2025-04-30 18:58:08 -07: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
awwpotato
594336f425
stylix: switch to using treefmt (#1076) 2025-04-29 08:13:21 -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
awwpotato
245a167c75
ci: backport dependabot by default (#1149) 2025-04-25 13:35:17 +01:00
awwpotato
2dc32d8bf0
stylix: switch back to original base16.nix (#1173) 2025-04-25 11:37:00 +01:00