mako: remove shit code
This commit is contained in:
+12
-20
@@ -1,21 +1,13 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, lib, ... }: let
|
||||||
let
|
colors = config.lib.stylix.colors.withHashtag;
|
||||||
colors = config.lib.stylix.colors;
|
accent = colors.${config.stylix.accent};
|
||||||
in {
|
in {
|
||||||
home.packages = [ pkgs.mako ];
|
services.mako = {
|
||||||
xdg.configFile."mako/config".text = ''
|
enable = true;
|
||||||
background-color=#${colors.base00}
|
|
||||||
text-color=#${colors.base05}
|
|
||||||
border-color=#${colors.base0B}
|
|
||||||
border-radius=10
|
|
||||||
margin=16
|
|
||||||
progress-color=over #${colors.base0A}
|
|
||||||
default-timeout=5000
|
|
||||||
|
|
||||||
[urgency=high]
|
settings = {
|
||||||
border-color=#${colors.base09}
|
border-color = lib.mkForce accent;
|
||||||
|
default-timeout = 5000;
|
||||||
[urgency=low]
|
};
|
||||||
border-color=#${colors.base04}
|
};
|
||||||
'';
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user