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; blur = true;
# decorations = "None"; # decorations = "None";
dynamic_padding = true; dynamic_padding = true;
opacity = 0.6; opacity = 0.8;
}; };
}; };
}; };

View file

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

View file

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

View file

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