theme improvements
This commit is contained in:
parent
2c5d60b03f
commit
3b2ab08e84
8 changed files with 31 additions and 198 deletions
|
@ -68,6 +68,8 @@ in {
|
|||
rofi = mkOpt (nullOr path) null;
|
||||
|
||||
wezterm = mkOpt (nullOr str) null;
|
||||
|
||||
nwg-drawer = mkOpt (nullOr str) null;
|
||||
};
|
||||
|
||||
config = mkIf (cfg.active != null) {
|
||||
|
@ -136,7 +138,8 @@ in {
|
|||
|
||||
hm.programs.rofi.theme = cfg.rofi;
|
||||
|
||||
hm.xdg.configFile ={
|
||||
hm.xdg.configFile = {
|
||||
# kvantum
|
||||
"Kvantum/${cfg.kvantumTheme.name}".source = "${cfg.kvantumTheme.package}/share/Kvantum/${cfg.kvantumTheme.name}";
|
||||
"Kvantum/kvantum.kvconfig" = {
|
||||
text = ''
|
||||
|
@ -144,6 +147,9 @@ in {
|
|||
theme=${cfg.kvantumTheme.name}
|
||||
'';
|
||||
};
|
||||
|
||||
# nwg-drawer
|
||||
"nwg-drawer/drawer.css".text = cfg.nwg-drawer;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue