osds: more visible

Also launcher drop var
This commit is contained in:
2 * r + 2 * t 2025-01-15 21:28:09 +11:00
parent 9bbb2ca3c9
commit ef9485dc3f
2 changed files with 6 additions and 2 deletions

View file

@ -381,6 +381,8 @@ export default class Launcher extends Widget.Window {
// Clear search on hide if not in math mode
this.connect("hide", () => mode.get() !== "math" && entry.set_text(""));
this.connect("destroy", () => showResults.drop());
}
open(mode: Mode) {

View file

@ -5,9 +5,11 @@
.brightness,
.volume {
@include lib.rounded(8);
@include lib.border(scheme.$overlay0, 0.1);
@include lib.shadow;
@include font.icon;
background-color: scheme.$mantle;
background-color: scheme.$base;
font-size: lib.s(28);
padding: lib.s(3);
@ -18,7 +20,7 @@
min-width: lib.s(300);
min-height: lib.s(32);
background-color: scheme.$teal;
color: scheme.$mantle;
color: scheme.$base;
}
}