enable picom for ulauncher

This commit is contained in:
eneller
2023-01-01 12:06:49 +01:00
parent 9e6a502eff
commit d4a7ee068f
10 changed files with 195 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
@import url("/usr/share/ulauncher/themes/light/theme-gtk-3.20.css");
@import url("theme.css");
.input {
caret-color: @caret_color;
}
.selected.item-box {
/* workaround for a bug in GTK+ < 3.20 */
border: none;
}