rofi: use borderRadius setting
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-15 10:19:49 -04:00
parent b217997f7a
commit 7493fb9bdb

View file

@ -89,6 +89,7 @@ in {
background-color = mkLiteral "@background"; background-color = mkLiteral "@background";
border = 4; border = 4;
border-color = mkLiteral "@blue"; border-color = mkLiteral "@blue";
border-radius = mkLiteral "${toString cfg.theme.borderRadius}";
}; };
message = { message = {