Separate rofi color scheme and config

This commit is contained in:
SebastianStork 2024-05-14 21:20:56 +02:00
parent bf238b1903
commit baa178a088
5 changed files with 20 additions and 313 deletions

View file

@ -8,12 +8,13 @@ assembleWrapper {
basePackage = pkgs.rofi-wayland;
flags = let
rofi-config =
color-file =
{
dark = ./dark-config.rasi;
light = ./light-config.rasi;
dark = ./dark.rasi;
light = ./light.rasi;
}
.${theme};
rofi-config = pkgs.concatText "rofi-config" [./config.rasi color-file];
in [
"-config"
rofi-config