mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -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;
|
blur = true;
|
||||||
# decorations = "None";
|
# decorations = "None";
|
||||||
dynamic_padding = true;
|
dynamic_padding = true;
|
||||||
opacity = 0.6;
|
opacity = 0.8;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue