Mako : Transparent bkg.
This commit is contained in:
parent
1504157215
commit
a7e721ca8e
|
@ -6,9 +6,9 @@
|
|||
polarity = "dark";
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
opacity = {
|
||||
applications = 1.0;
|
||||
applications = 0.85;
|
||||
terminal = 0.85;
|
||||
popups = 1.0;
|
||||
popups = 0.85;
|
||||
desktop = 0.85;
|
||||
};
|
||||
cursor = {
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{ style, util, setting, ... }: {
|
||||
{ style, util, setting, ... }: let
|
||||
alpha = style.opacity.inactive.hex;
|
||||
in {
|
||||
config = util.trimTabs ''
|
||||
anchor=top-center
|
||||
default-timeout=${toString(setting.popup.timeout.ms)}
|
||||
font=${style.font.serif.name} ${toString(style.font.size.popup)}
|
||||
background-color=#${style.color.bg.dark}
|
||||
border-color=#${style.color.bg.regular}
|
||||
background-color=#${style.color.bg.dark}${alpha}
|
||||
border-color=#${style.color.bg.regular}${alpha}
|
||||
text-color=#${style.color.fg.light}
|
||||
height=120
|
||||
icons=0
|
||||
|
|
Loading…
Reference in a new issue