configured sway and swaync

This commit is contained in:
Rouven Seifert 2023-06-06 12:59:29 +02:00
parent 7e1d2412ef
commit d9c52d3cd1
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
11 changed files with 411 additions and 258 deletions

View file

@ -22,7 +22,7 @@
colors = config.colorScheme.colors;
in
{
alpha = if (config.colorScheme.kind == "dark") then 0.0 else 1.0;
# alpha = if (config.colorScheme.kind == "dark") then 0.0 else 1.0;
background = colors.base00;
foreground = colors.base05;
regular0 = colors.base02;