desktop/niri: 1px border

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-01 00:19:25 +03:00
parent 2093304e4c
commit b42de80180
2 changed files with 5 additions and 6 deletions

View File

@ -181,7 +181,7 @@ in {
inactive-color "#${colors.base03}"
}
border {
width 3
width 1
active-color "#${colors.base0D}"
inactive-color "#${colors.base03}"
urgent-color "#${colors.base08}"
@ -189,7 +189,7 @@ in {
}
window-rule {
geometry-corner-radius 12
geometry-corner-radius 18
clip-to-geometry true
}
window-rule {

View File

@ -14,7 +14,7 @@
settings.bar-0 = {
# layer = "top";
position = "bottom";
height = 36;
height = 40;
spacing = 0;
margin-left = 33 + 3;
margin-right = 33 + 3;
@ -231,13 +231,12 @@
border-top-right-radius: 0px; */
background-color: @base00;
border-radius: 24px;
/* border: 3px solid @base0D; */
border: 1px solid @base0D;
color: @base05;
}
tooltip {
background: @base01;
border: 1px solid @base0E;
border-radius: 24px;
border: 1px solid @base0D;
}
tooltip label {
color: @base05;