fix(dunst): theme config
This commit is contained in:
parent
b51130e0c6
commit
d23b0ad45e
1 changed files with 2 additions and 2 deletions
|
|
@ -284,6 +284,8 @@ in
|
||||||
};
|
};
|
||||||
xdg.configFile."dunst/dunstrc" = lib.mkForce {
|
xdg.configFile."dunst/dunstrc" = lib.mkForce {
|
||||||
text = ''
|
text = ''
|
||||||
|
include ${config.xdg.configHome}/dunst/themes/theme.conf
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
font = SF Pro Display 13
|
font = SF Pro Display 13
|
||||||
width = (0, 400)
|
width = (0, 400)
|
||||||
|
|
@ -305,8 +307,6 @@ in
|
||||||
appname = ctl
|
appname = ctl
|
||||||
icon_position = off
|
icon_position = off
|
||||||
format = %s
|
format = %s
|
||||||
|
|
||||||
include ${config.xdg.configHome}/dunst/themes/theme.conf
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
xdg.configFile."dunst/themes/midnight.conf".text = mkDunstTheme config.palettes.midnight;
|
xdg.configFile."dunst/themes/midnight.conf".text = mkDunstTheme config.palettes.midnight;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue