rofi: consistent borders

This commit is contained in:
He4eT 2025-01-09 17:36:45 +01:00
commit d6209c9c42

View file

@ -6,7 +6,7 @@
selection: #444444; selection: #444444;
inner-padding: 0.5em; inner-padding: 0.5em;
border-width: 2px; border-width: 3px;
border-color: @selection; border-color: @selection;
background-color: @bg; background-color: @bg;
@ -16,7 +16,7 @@
#window { #window {
border: @border-width; border: @border-width;
width: 800px; width: 800px;
height: 518px; height: 477px;
} }
#inputbar { #inputbar {