Sway: reduce border size

Waybar: make tooltips semi-transparent again
This commit is contained in:
Evie Litherland-Smith 2024-04-15 11:18:19 +01:00
parent 2d37cc5b26
commit 510476d9ad
2 changed files with 3 additions and 7 deletions

View file

@ -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 = {

View file

@ -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;
}