Commit graph

23 commits

Author SHA1 Message Date
NAHO
c5f8f06543
kde: rename deprecated option (#513)
Rename the deprecated services.xserver.displayManager.sddm.enable option
to services.displayManager.sddm.enable, following [1].

[1]: https://github.com/NixOS/nixpkgs/pull/291913

Link: https://github.com/danth/stylix/pull/513
2024-08-21 18:13:34 +01:00
NAHO
b9de20c76e
kde: revoke Qt6 and non-KDE Qt theme support (#490)
Revert commit 6bbae4f85b ("kde: apply Qt theme on non-KDE systems and
add Qt6 support (#367)") due to unexpected issues.

Follow-up work is tracked in https://github.com/danth/stylix/issues/489.

Closes: https://github.com/danth/stylix/issues/480
Closes: https://github.com/danth/stylix/issues/485
Closes: https://github.com/danth/stylix/issues/487
2024-07-26 11:20:07 +01:00
Jackaed
6bbae4f85b
kde: apply Qt theme on non-KDE systems and add Qt6 support (#367) 2024-07-19 23:48:56 +01:00
Jalil David Salamé Messina
7682713f6a
stylix: add 'stylix.enable' option (#244)
Add a 'stylix.enable' option to enable or disable all Stylix modules in
order to resolve issues similar to [2].

To align with the default 'lib.mkEnableOption' [1] behavior,
'stylix.enable' defaults to 'false'.

BREAKING CHANGE: Stylix is disabled by default. To enable it, use:

    stylix.enable = true;

[1]: https://github.com/NixOS/nixpkgs/blob/23.11/lib/options.nix#L91-L105
[2]: https://github.com/danth/stylix/issues/216

Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
Co-authored-by: Jalil David Salamé Messina <jalil.salame@gmail.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2024-06-10 11:52:47 +02:00
Daniel Thwaites
b36fb34a9c
stylix: add testbeds for desktop environments (#320)
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2024-04-18 09:10:23 +01:00
NAHO
b6dbe9ac5d
kde: use provided verboseEcho function (#316)
Follows: bad1af63ff
2024-04-01 18:51:31 +01:00
NAHO
3c6b34fbc2
kde: apply Bash best practices (#314) 2024-04-01 13:54:19 +01:00
NAHO
fdf8fd261e
treewide: use Bash internal 'test' command (#311)
Related: https://stackoverflow.com/questions/3427872
2024-03-30 11:23:23 +00:00
NAHO
bad1af63ff
kde: remove internal debugging logs (#304) 2024-03-30 08:33:55 +01:00
NAHO
504c54dbf1
kde: remove redundant function declaration space (#305) 2024-03-30 08:33:32 +01: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
Bernardo Meurer
34a6d389f3
Disable Linux-only modules on Darwin (#130)
Fixes #129

Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
2023-07-22 12:29:12 +00:00
Daniel Thwaites
0b8a92a4f8
Ignore failures in KDE activation script 🐛
Although it doesn't check whether the function call succeeded,
the command still fails if it's not able to connect to dbus.
2023-07-16 18:08:13 +01:00
Daniel Thwaites
2524c8ae02
Avoid dependency on KConfig 2023-07-13 01:14:22 +01:00
Daniel Thwaites
1726a19ea4
Support KDE lock screen 2023-07-11 11:59:21 +01:00
Daniel Thwaites
5e7b312b5f
Improve sliders and folder icons on KDE 💄 2023-07-09 18:55:59 +01:00
Daniel Thwaites
96330392d4
Show when a button is disabled on KDE 🐛 2023-07-09 18:55:12 +01:00
Daniel Thwaites
57dabc434b
Adjust KDE fonts 🐛
The smallest readable font was actually too small to read.
I've increased it to the normal font size to be consistent with
what the user has configured.

The font for window titles was also missing.
2023-07-09 16:39:14 +01:00
Daniel Thwaites
f5c5e02d70
Add support for KDE
Fixes #51. Currently you need to log out for changes to take effect.

Co-authored-by: Casul51 <33811764+Casul51@users.noreply.github.com>
2023-07-08 19:54:39 +01:00