home-manager: standardized transparency and backgrounds and moved mako to the top-center

This commit is contained in:
Aly Raffauf 2024-03-25 22:58:46 -04:00
parent f4383c09dd
commit 6cd232abb2
4 changed files with 9 additions and 6 deletions

View file

@ -20,7 +20,7 @@
blur = true;
# decorations = "None";
dynamic_padding = true;
opacity = 0.6;
opacity = 0.8;
};
};
};

View file

@ -12,7 +12,7 @@
};
border = { width = 2; };
colors = {
background = "#23263499";
background = "#232634CC";
selection = "#232634FF";
selection-match = "#e78284FF";
selection-text = "#f4b8e4FF";

View file

@ -3,11 +3,14 @@
{
services.mako = {
enable = true;
font = "NotoSans Nerd Font Regular 10";
backgroundColor = "#30344699";
textColor = "#FAFAFA";
anchor = "top-center";
backgroundColor = "#232634CC";
borderColor = "#ca9ee6";
borderRadius = 10;
defaultTimeout = 10000;
font = "NotoSans Nerd Font Regular 10";
layer = "overlay";
padding = "15";
textColor = "#FAFAFA";
};
}

View file

@ -5,7 +5,7 @@
font-size: 14px;
}
window#waybar {
background: rgba (0, 0, 0, 0.5);
background: rgba (35, 38, 52, 0.8);
color: #FAFAFA;
}
#workspaces button {