1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00
home-manager/tests
Thiago Kenji Okada 98d030f723
rofi: add support to custom themes
If this commit now it is possible to define a custom theme directly
using Nix, like this:

```nix
{
   programs.rofi.theme = {
      "*" = {
         background-color = "#000000";
         border-color = "FFFFFF";
         width = 512;
      };
      listview = {
         cycle = true;
      };
   };
}
```

And this will be converted to the proper rasi format to be used in
rofi.
2021-01-30 09:13:28 +01:00
..
lib/types lib.gvariant: escape backslashes in strings 2020-08-12 22:53:28 +02:00
modules rofi: add support to custom themes 2021-01-30 09:13:28 +01:00
asserts.nix tests: add support for asserting warnings 2020-12-30 17:25:48 +01:00
default.nix redshift/gammastep: add tests 2021-01-26 01:40:25 -03:00