chore: maintain
This commit is contained in:
parent
2378a66114
commit
25482857d4
58 changed files with 1095 additions and 747 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ lib }:
|
||||
let
|
||||
inherit (lib) mkForce;
|
||||
in
|
||||
{
|
||||
backgroundOpacity = 0.25;
|
||||
capsuleOpacity = 0;
|
||||
backgroundOpacity = mkForce 0.25;
|
||||
capsuleOpacity = mkForce 0;
|
||||
density = "comfortable";
|
||||
exclusive = true;
|
||||
floating = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue