mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 10:51:53 -05:00
home-manager: standardized transparency and backgrounds and moved mako to the top-center
This commit is contained in:
parent
f4383c09dd
commit
6cd232abb2
|
@ -20,7 +20,7 @@
|
|||
blur = true;
|
||||
# decorations = "None";
|
||||
dynamic_padding = true;
|
||||
opacity = 0.6;
|
||||
opacity = 0.8;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
border = { width = 2; };
|
||||
colors = {
|
||||
background = "#23263499";
|
||||
background = "#232634CC";
|
||||
selection = "#232634FF";
|
||||
selection-match = "#e78284FF";
|
||||
selection-text = "#f4b8e4FF";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue