Commit graph

405 commits

Author SHA1 Message Date
Daniel Thwaites
d0b264e216
ci: use Magic Nix Cache (#279) 2024-03-13 10:34:57 +00:00
xokdvium
32a7969292
yazi: init (#229) 2024-03-11 21:41:22 +00:00
musjj
fcff15ac5f
stylix: bump base16.nix (#266)
This update adds bright-* mnemonics to the color palette
2024-02-25 21:35:38 +00:00
Michael McCandless
6c447e8761
btop: added support for transparent terminals (#263) 2024-02-23 14:40:41 +00:00
Michael McCandless
32fe070be5
btop: init (#259) 2024-02-23 12:28:06 +00:00
Michael McCandless
a38d900ddf
mangohud: init (#260) 2024-02-23 12:00:45 +00:00
Daniel Thwaites
50cae37cfe
gnome: rename overrideScope' to overrideScope
This clears up a warning which appears on recent Nixpkgs versions.
2024-02-12 17:04:49 +00:00
xokdvium
aca2d28f08
stylix: bump base16.nix (#256)
This patch bumps base16.nix dependency to introduce support for
the new tinted-theming/schemes repository, which is the nixpkgs repo
for pkgs.base16-schemes.
2024-02-11 21:12:11 +00:00
Luc Chabassier
b17c41ca43
stylix: reduce duplication (#245)
Fixes #234
2024-02-09 15:28:46 +00:00
NAHO
f3b302dd9b
qutebrowser: improve readability (#240) 2024-02-08 17:43:30 +00:00
Jalil David Salamé Messina
7e62834e25
wezterm: flip active and inactive tab colors (#246)
This makes it easier to tell which tab is the active tab.
2024-02-07 23:24:10 +00:00
NAHO
9942fca870
qutebrowser: use correct fonts.web.size.default type (#239)
* fix(modules/qutebrowser): use correct 'fonts.web.size.default' type

Use the correct 'fonts.web.size.default' type to avoid the following
error:

> Errors occurred while reading config.py:
>   While setting 'fonts.web.size.default': Invalid value '10pt' -
>   expected a value of type int but got str.

Reference: https://qutebrowser.org/doc/help/settings.html#fonts.web.size.default
Follows: https://github.com/danth/stylix/pull/221

* fix(modules/qutebrowser): convert 'point' unit to 'pixel' unit

Addresses: https://github.com/danth/stylix/pull/239#issuecomment-1931788095
Requires: https://github.com/danth/stylix/issues/251
2024-02-07 13:08:31 +00:00
NAHO
a2d8d6b460
treewide: remove runtime fetch operations (#224)
Fixes #222
2024-02-07 11:03:02 +00:00
Fea
ccca01b5b0
nushell: add Home Manager module (#235) 2024-02-01 10:36:07 +00:00
Damien Cassou
7a7c90015d
k9s: use new name for skin option (#232)
The property k9s.skin has been renamed to k9s.skins.skin.
2024-01-28 18:31:25 +00:00
NAHO
1a5dee1957
treewide: remove tailing whitespaces (#228) 2024-01-25 08:45:05 +00:00
Ivan
81de262bf1
rofi: allow theme customizability (#230) 2024-01-24 12:59:08 +00:00
NAHO
606a7983a0
doc: update 'base16.nix' URL (#227) 2024-01-24 12:18:01 +00:00
Nathaniel Barragan
423c819d77
bemenu: move over to upstream module (#206)
HM just added a new bemenu module upstream, so this commit changes the
stylix bemenu module to use that instead.

Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
2024-01-23 21:18:34 +00:00
Daniel Thwaites
bf31640f49
doc: specify commit message format
I've noticed quite a few pull requests are being submitted with formats
such as feat(abc): or target: at the start of the message.

It will be helpful to have a specific format for this to keep things
consistent.
2024-01-23 21:06:14 +00:00
Maxim Karasev
a9e3ce064a
qutebrowser: Fix font name and size handling (#221)
Font size isn't a part of its name.
Fixes an issue where qutebrowser uses the fallback font
because the one with its size appended to its name doesn't exist.
2024-01-19 12:53:04 +00:00
xokdvium
2d59480b45
alacritty: Use TOML template for recent versions (#219)
Since version 0.13.0 alacritty has switched to TOML config
file format. For backwards compatibility this patch implements conditional
template format depending on the package version.

Closes #214
2024-01-17 15:12:55 +00:00
Ujp8LfXBJ6wCPR
4ea345211e
Make VSCode settings strings (#218)
Fixes settings being greyed out by code when you view settings.json
2024-01-17 13:11:23 +00:00
László Vaskó
9bc1900b68
Fix color consistency in WezTerm (#209)
There was an off-by-one shift in the ANSI palette. This change makes
it be in sync with base16-kitty and base16-alacritty generators.
2024-01-03 19:01:20 +00:00
Daniel Thwaites
5a7f3f15cc
Add guide for creating modules 📝
Closes #101
2023-12-29 20:06:23 +00:00
Daniel Thwaites
5b18f2a33b
Add screenshot of KDE 📝 2023-12-29 18:54:41 +00:00
Daniel Thwaites
9c3b61224a
Fix stylixLookAndFeel failing on non-NixOS 🐛
Fixes #204
2023-12-28 14:26:15 +00:00
Daniel Thwaites
7ccd1293a4
Disable KDE behaviour which blocks Home Manager activation 🐛 2023-12-25 18:18:45 +00:00
Daniel Thwaites
a1cbd98719
Configure KDE via a look and feel package 🏗️
This makes Stylix show as a separate theme in system settings,
which is a bit more polished.
2023-12-25 03:11:11 +00:00
Daniel Thwaites
96f0794dbd
Apply cursor theme to KDE 2023-12-23 12:34:41 +00:00
Daniel Thwaites
ecbbe933a9
Improve KDE theme 💄
This makes folder icons and active tabs use a vibrant colour,
as with the default theme.
2023-12-22 20:24:40 +00:00
willemml
d14ac4912a
Adds support for styling nixvim (#194)
Closes #153

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
2023-12-19 16:40:37 +00:00
Damien Cassou
41d2185975
Add Firefox module (#191) 2023-12-14 13:15:47 +00:00
King Art
b5ad31b710
Set font face for kmscon (#195) 2023-12-10 21:04:18 +00:00
Jalil David Salamé Messina
17a452c5d5
Remove repetition of Waybar CSS (#192) 2023-12-02 15:59:24 +00:00
Daniel Thwaites
8b3f61727f
Support GNOME 45 and Libadwaita updates 👽
Fixes #187
Fixes #190
2023-11-25 14:36:45 +00:00
Luc Chabassier
a15c3196c1
Fix default cursor in X11 (#189) 2023-11-18 10:19:20 +00:00
Daniel Thwaites
5c6f7fd709
Apply cursor theme to GDM 2023-11-08 21:04:14 +00:00
sntx
07795247c2
Add cursor support (#172)
Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
2023-11-01 13:40:25 +00:00
Daniel Thwaites
4380955949
Disable xfconf by default 🚑
Temporary fix for #180 until we find a better solution.
2023-11-01 13:33:42 +00:00
Airradda
7a7987c782
Fix group variable changes in Hyprland module (#169)
This resolve the issues introduced in hyprwm/Hyprland#3522, which
moved group variables out of general and into their own section.
2023-10-28 14:27:10 +01:00
NAHO
91e46dec67
Rofi: remove subjective non-color values (#179) 2023-10-23 19:17:54 +01:00
NAHO
9e88d05a85
Apply dark mode to Qutebrowser (#175) 2023-10-22 19:24:34 +01:00
x0ba
71c2eb2214
Fix cursor foreground in WezTerm (#177) 2023-10-22 18:13:26 +00:00
Anthony Roussel
b2f73724d1
Add font support for Xfce4 (#171)
Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
2023-10-19 13:03:45 +00: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
Bernardo Meurer
feceaa9d81
Embed Xresources template to avoid IFD (#168) 2023-10-12 08:08:52 +01:00
Bernardo Meurer
eb007b79bd
Avoid IFD in Kitty module (#160) 2023-10-10 18:22:53 +01:00
Bernardo Meurer
4d76e2da7c
Avoid IFD in bat module (#158) 2023-10-10 10:46:25 +01:00
Bernardo Meurer
b42555850b
Move all templates into flake inputs (#165)
This reduces our reliance on import-from-derivation, so evaluation is faster.
2023-10-10 10:44:54 +01:00