Sway: reduce border size
Waybar: make tooltips semi-transparent again
This commit is contained in:
parent
2d37cc5b26
commit
510476d9ad
|
@ -86,6 +86,7 @@
|
|||
];
|
||||
};
|
||||
window = {
|
||||
border = 1;
|
||||
commands = [
|
||||
{
|
||||
command = "floating enable";
|
||||
|
@ -107,12 +108,9 @@
|
|||
command = "floating enable";
|
||||
criteria = {app_id = "nm-connection-editor";};
|
||||
}
|
||||
{
|
||||
command = "floating enable";
|
||||
criteria = {app_id = "org.prismlauncher.PrismLauncher";};
|
||||
}
|
||||
];
|
||||
};
|
||||
floating.border = 1;
|
||||
keybindings = with config; let
|
||||
modifier = wayland.windowManager.sway.config.modifier;
|
||||
withTerm = {
|
||||
|
|
|
@ -267,9 +267,7 @@
|
|||
}
|
||||
|
||||
tooltip {
|
||||
/* TODO make transparent when I can fix the blurls issue */
|
||||
/* background: alpha(${base00}, 0.8); */
|
||||
background: ${base00};
|
||||
background: alpha(${base00}, 0.8);
|
||||
border: 1px solid ${accent};
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue