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

View File

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