This commit is contained in:
Sean Kovacs 2026-01-09 15:04:51 -05:00
commit 077989a154
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 2 additions and 4 deletions

View file

@ -139,9 +139,7 @@
app-id = "mpv"; app-id = "mpv";
} }
]; ];
border.enable = false; border.active.color = pkgs.catppuccin.${config.catppuccin.flavor}.surface1;
border.width = 0;
shadow.enable = false;
} }
]; ];
binds = { binds = {

View file

@ -93,7 +93,7 @@ in {
position = "top"; position = "top";
backgroundOpacity = 1; backgroundOpacity = 1;
monitors = []; monitors = [];
density = "spacious"; density = "comfortable";
showCapsule = true; showCapsule = true;
capsuleOpacity = 1; capsuleOpacity = 1;
floating = false; floating = false;