diff --git a/options/custom/programs/waybar/default.nix b/options/custom/programs/waybar/default.nix index 7acc49b..0c53b2b 100644 --- a/options/custom/programs/waybar/default.nix +++ b/options/custom/programs/waybar/default.nix @@ -63,6 +63,14 @@ in { style = '' ${readFile ./style.css} + * { + border-radius: 50px; + color: #93a1a1; + font: 18px '${config.custom.font.monospace}'; + margin: 0; + padding: 0; + } + .horizontal > box { margin: 0 ${toString config.custom.gap}px ${toString config.custom.gap}px; } diff --git a/options/custom/programs/waybar/style.css b/options/custom/programs/waybar/style.css index 38a970d..7e5ad4e 100644 --- a/options/custom/programs/waybar/style.css +++ b/options/custom/programs/waybar/style.css @@ -8,14 +8,6 @@ GTK_DEBUG=interactive waybar #custom-module { } ***/ -* { - border-radius: 50px; - color: #93a1a1; - font: 18px 'Iosevka NFP SemiBold'; - margin: 0; - padding: 0; -} - button:hover, label:hover { background: #073642;