{ pkgs, ... }: let theme = import ../../theme.nix { inherit pkgs; }; in { services.mako = { enable = true; settings = { font = theme.fontName; icons = true; ignore-timeout = true; sort = "-time"; width = 500; height = 110; layer = "overlay"; border-radius = 15; border-size = 1; max-icon-size = 64; default-timeout = 5000; background-color = theme.nord.polarNight.nord0; text-color = theme.nord.snowStorm.nord6; border-color = theme.nord.frost.nord10; progress-color = "over ${theme.nord.frost.nord8}"; }; }; }