diff options
| author | brustybee <bee@4d2.org> | 2026-03-25 01:00:42 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-25 01:00:42 +0530 |
| commit | a2f09d4f75cf9d00fa225bf3a75a01a23b6feeaa (patch) | |
| tree | cc8c185f1f2d351d9cbd16fa47621af61512fd75 /common/modules/matugen/templates/matugen-rofi.nix | |
| parent | bd007ed24262fd6fad5de586e35955b65854edfb (diff) | |
lot is a lot
Diffstat (limited to 'common/modules/matugen/templates/matugen-rofi.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-rofi.nix | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/common/modules/matugen/templates/matugen-rofi.nix b/common/modules/matugen/templates/matugen-rofi.nix index 2241c6d..60bf616 100644 --- a/common/modules/matugen/templates/matugen-rofi.nix +++ b/common/modules/matugen/templates/matugen-rofi.nix @@ -7,23 +7,24 @@ config = lib.mkIf config.programs.rofi.enable { xdg.configFile = { "matugen/templates/rofi-colors.rasi" = { - text = - # rasi - '' - * { - <* if {{ is_dark_mode }} *> - background: {{colors.surface.default.hex}}; - background-alt: {{colors.surface_container.default.hex}}; - <* else *> - background: {{colors.surface_container.default.hex}}; - background-alt: {{colors.surface_container_high.default.hex}}; - <* endif *> - foreground: {{colors.on_surface.default.hex}}; - selected: {{colors.primary.default.hex}}; - active: {{colors.secondary.default.hex}}; - urgent: {{colors.error.default.hex}}; - } - ''; + text = '' + * { + <* if {{ is_dark_mode }} *> + bg: {{colors.surface.default.hex}}; + bg-alt: {{colors.surface_container.default.hex}}; + <* else *> + bg: {{colors.surface_container.default.hex}}; + bg-alt: {{colors.surface_container_highest.default.hex}}; + <* endif *> + fg: {{colors.on_surface.default.hex}}; + fg-dim: {{colors.on_surface_variant.default.hex}}; + accent: {{colors.primary.default.hex}}; + selected-bg: {{colors.primary.default.hex}}; + selected-fg: {{colors.surface.default.hex}}; + urgent: {{colors.error.default.hex}}; + outline: {{colors.outline.default.hex}}; + } + ''; }; }; }; |
