1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-05 17:18:47 +02:00

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
users/rouven/modules/foot

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;