Commit graph

1199 commits

Author SHA1 Message Date
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
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
dependabot[bot]
2177469520 ci: bump DeterminateSystems/nix-installer-action from 16 to 17
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 16 to 17.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v16...v17)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-version: '17'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 17:31:12 -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
github-actions[bot]
1db9218e97 stylix: update all flake inputs
Flake lock file updates:

• Updated input 'firefox-gnome-theme':
    'github:rafaelmardojai/firefox-gnome-theme/df53a7a31872faf5ca53dd0730038a62ec63ca9e?narHash=sha256-oiHLDHXq7ymsMVYSg92dD1OLnKLQoU/Gf2F1GoONLCE%3D' (2025-04-04)
  → 'github:rafaelmardojai/firefox-gnome-theme/59e3de00f01e5adb851d824cf7911bd90c31083a?narHash=sha256-5A6LL7T0lttn1vrKsNOKUk9V0ittdW0VEqh6AtefxJ4%3D' (2025-04-14)
• Updated input 'home-manager':
    'github:nix-community/home-manager/b0cc092405da805da6fa964f5a178343658ceaf0?narHash=sha256-0hVbHuqAnZUnnGaBTqNes0P0kfH%2BKKyup2boWDST0iI%3D' (2025-04-21)
  → 'github:nix-community/home-manager/d31710fb2cd536b1966fee2af74e99a0816a61a8?narHash=sha256-TwbdiH28QK7Da2JQTqFHdb%2BUCJq6QbF2mtf%2BRxHVzEA%3D' (2025-04-23)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2c8d3f48d33929642c1c12cd243df4cc7d2ce434?narHash=sha256-F7n4%2BKOIfWrwoQjXrL2wD9RhFYLs2/GGe/MQY1sSdlE%3D' (2025-04-02)
  → 'github:NixOS/nixpkgs/c11863f1e964833214b767f4a369c6e6a7aba141?narHash=sha256-GfpyMzxwkfgRVN0cTGQSkTC0OHhEkv3Jf6Tcjm//qZ0%3D' (2025-04-21)
• Updated input 'nur':
    'github:nix-community/NUR/fde90f5f52e13eed110a0e53a2818a2b09e4d37c?narHash=sha256-foVcginhVvjg8ZnTzY5wwMeZ4wjJ8yX66PW5kgyivPE%3D' (2025-04-05)
  → 'github:nix-community/NUR/dbc4ba3233b2bf951521177bf0ee0a7679959035?narHash=sha256-bWqgohVf/py9EW3bLS/dYbenD2p9N2/Qsw1%2BCJk1S04%3D' (2025-04-24)
• Updated input 'tinted-schemes':
    'github:tinted-theming/schemes/c37771c4ae8ff1667e27ddcf24991ebeb94a4e77?narHash=sha256-sR4K%2BOVFKeUOvNIqcCr5Br7NLxOBEwoAgsIyjsZmb8s%3D' (2025-03-24)
  → 'github:tinted-theming/schemes/28c26a621123ad4ebd5bbfb34ab39421c0144bdd?narHash=sha256-Fg%2BrdGs5FAgfkYNCs74lnl8vkQmiZVdBsziyPhVqrlY%3D' (2025-04-18)
• Updated input 'tinted-tmux':
    'github:tinted-theming/tinted-tmux/af5152c8d7546dfb4ff6df94080bf5ff54f64e3a?narHash=sha256-8IQulrb1OBSxMwdKijO9fB70ON//V32dpK9Uioy7FzY%3D' (2025-03-30)
  → 'github:tinted-theming/tinted-tmux/e009f18a01182b63559fb28f1c786eb027c3dee9?narHash=sha256-udV%2BnHdpqgkJI9D0mtvvAzbqubt9jdifS/KhTTbJ45w%3D' (2025-04-20)
2025-04-23 20:45:24 -07: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
9738ceb901
ci: fix update flake pr title condition (#1169) 2025-04-24 02:57:53 +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
a97dca14af
ci: fix update-flake pr-title syntax (#1166) 2025-04-24 03:34:05 +01: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
b37f305238
doc: display GitHub handles in maintainer sections (#1140) 2025-04-22 13:09:29 -07: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
NAHO
45aa31f5a4
stylix: apply standardized message convention (#1155)
Apply the standardized message convention, introduced in commit
5e8be7521e ("treewide: simplify and standardize message convention
(#796)").

Fixes: c8e4a0d218 ("treewide: optionalize stylix.image option (#717)")
Link: https://github.com/danth/stylix/pull/1155

Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
2025-04-21 22:32:53 +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