Add ags workspaces

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-01 22:59:36 +03:00
parent e5bac20f7d
commit 30d56ebf00
16 changed files with 66 additions and 6 deletions

View File

@@ -56,6 +56,7 @@ in
opacity_hex = builtins.toString (percentageToHex hmConfig.theme.opacity);
opacity_shadow = builtins.toString (hmConfig.theme.opacity * .75);
opacity_shadow_hex = builtins.toString (percentageToHex (hmConfig.theme.opacity * .75));
font_size = builtins.toString hmConfig.theme.font.size;
};
};