Home: Slightly decrease transparent windows opacity
This commit is contained in:
@ -185,7 +185,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
transparent-opacity = "0.8";
|
transparent-opacity = "0.75";
|
||||||
|
|
||||||
transparent = [
|
transparent = [
|
||||||
"kitty"
|
"kitty"
|
||||||
|
@ -83,7 +83,7 @@ in {
|
|||||||
"theme.bar.margin_bottom" = "0px";
|
"theme.bar.margin_bottom" = "0px";
|
||||||
"theme.bar.margin_sides" = "10px";
|
"theme.bar.margin_sides" = "10px";
|
||||||
"theme.bar.margin_top" = "10px";
|
"theme.bar.margin_top" = "10px";
|
||||||
"theme.bar.opacity" = 80;
|
"theme.bar.opacity" = 75;
|
||||||
"theme.bar.outer_spacing" = "0px"; # NOTE: Left/Right bar padding
|
"theme.bar.outer_spacing" = "0px"; # NOTE: Left/Right bar padding
|
||||||
"theme.bar.transparent" = false;
|
"theme.bar.transparent" = false;
|
||||||
|
|
||||||
|
@ -41,9 +41,6 @@ in {
|
|||||||
inherit (config.lib.formats.rasi) mkLiteral;
|
inherit (config.lib.formats.rasi) mkLiteral;
|
||||||
|
|
||||||
trans = "rgba(0, 0, 0, 0)";
|
trans = "rgba(0, 0, 0, 0)";
|
||||||
|
|
||||||
paddingInner = "5px";
|
|
||||||
paddingOuter = "10px";
|
|
||||||
in {
|
in {
|
||||||
"element-text,element-icon,mode-switcher" = {
|
"element-text,element-icon,mode-switcher" = {
|
||||||
background-color = mkLiteral "inherit";
|
background-color = mkLiteral "inherit";
|
||||||
@ -56,7 +53,9 @@ in {
|
|||||||
border = mkLiteral "2 solid 2 solid 2 solid 2 solid";
|
border = mkLiteral "2 solid 2 solid 2 solid 2 solid";
|
||||||
border-radius = 6;
|
border-radius = 6;
|
||||||
border-color = mkLiteral color.hexS.accent;
|
border-color = mkLiteral color.hexS.accent;
|
||||||
background-color = mkLiteral "rgba(${color.rgbS.base}, 0.2)";
|
|
||||||
|
# This is not opacity but translucency
|
||||||
|
background-color = mkLiteral "rgba(${color.rgbS.base}, 0.25)";
|
||||||
};
|
};
|
||||||
|
|
||||||
"mainbox" = {
|
"mainbox" = {
|
||||||
|
@ -231,8 +231,8 @@ with mylib.networking; {
|
|||||||
color.hex.blue
|
color.hex.blue
|
||||||
color.hex.pink
|
color.hex.pink
|
||||||
color.hex.teal
|
color.hex.teal
|
||||||
color.hex.subtext0
|
|
||||||
color.hex.surface2
|
color.hex.surface2
|
||||||
|
color.hex.subtext0
|
||||||
color.hex.red
|
color.hex.red
|
||||||
color.hex.green
|
color.hex.green
|
||||||
color.hex.yellow
|
color.hex.yellow
|
||||||
|
Reference in New Issue
Block a user