feat: add walker and rofi themes for summer-night and fix styling logic
This commit is contained in:
@@ -45,6 +45,27 @@ in
|
||||
source = hyprlandConfSource;
|
||||
};
|
||||
|
||||
# Rofi fallback support
|
||||
xdg.configFile."rofi/config.rasi" = lib.mkIf (builtins.pathExists (themeAppsPath + "/rofi.rasi")) {
|
||||
source = themeAppsPath + "/rofi.rasi";
|
||||
};
|
||||
|
||||
# Walker fallback support
|
||||
xdg.configFile."nomarchy/current/theme/apps/walker/style.css" = lib.mkIf (!builtins.pathExists (themeAppsPath + "/walker/style.css")) {
|
||||
text = ''
|
||||
* {
|
||||
color: #${palette.base05};
|
||||
}
|
||||
#window {
|
||||
background-color: #${palette.base00};
|
||||
}
|
||||
.item.active {
|
||||
background-color: #${palette.base03};
|
||||
color: #${palette.base0B};
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
xdg.configFile."nomarchy/current/theme.name".text = config.nomarchy.theme;
|
||||
|
||||
# Expose branding assets
|
||||
|
||||
Reference in New Issue
Block a user