Commit graph

9 commits

Author SHA1 Message Date
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
Patrick Teubner
659dd55a32
waybar: put font-family string in quotes (#391)
Using 0xProto as font-family breaks waybars style.css (`Expected a string`). This fixes it.
2024-05-28 12:19:54 +01:00
Daniel Thwaites
0fe277a364
treewide: remove lib.mdDoc (#349) 2024-04-22 22:25:40 +01:00
Jalil David Salamé Messina
17a452c5d5
Remove repetition of Waybar CSS (#192) 2023-12-02 15:59:24 +00:00
Jez Cope
5f7b55cc69
Change waybar font size to pt instead of px (#138) 2023-08-01 16:51:05 +01:00
Daniel Thwaites
0087f554ff
Adjust Waybar style 💄
* Specified that the font size is in pixels.
  (GTK warns about font sizes without units being deprecated.)
* Removed border-radius as it was set to the default value.
* Added support for tooltips.
2023-07-14 16:06:10 +01:00
Mason Dear
1c953ad0dc
Opacity support (#77) 2023-05-18 20:00:50 +01:00
Mason Dear
ca8b8a58c4
fix waybar modules (#76) 2023-03-31 18:54:20 +01:00
Mason Dear
d0658ebb8b
Add waybar and avizo (#72) 2023-03-29 08:51:33 +01:00