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