1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 18:38:31 +02:00
home-manager/tests/modules/programs/rofi
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
..
assert-on-both-theme-and-colors-expected.json rofi: add test to verify assertion 2019-09-04 12:52:14 +02:00
assert-on-both-theme-and-colors.nix tests: remove package dependencies on rofi and abook 2020-03-06 00:27:21 +01:00
custom-theme-config.rasi rofi: add support to custom themes 2021-01-30 09:13:28 +01:00
custom-theme.nix rofi: add support to custom themes 2021-01-30 09:13:28 +01:00
custom-theme.rasi rofi: add support to custom themes 2021-01-30 09:13:28 +01:00
default.nix rofi: add support to custom themes 2021-01-30 09:13:28 +01:00
valid-config-expected.rasi rofi: migrate to rasi configuration format (#1736) 2021-01-23 16:30:34 +01:00
valid-config.nix rofi: add support to custom themes 2021-01-30 09:13:28 +01:00