Skip to content

Instantly share code, notes, and snippets.

@friedow
Created February 27, 2023 15:07
Show Gist options
  • Save friedow/b7f5504d73fb24a5debf469009429e12 to your computer and use it in GitHub Desktop.
Save friedow/b7f5504d73fb24a5debf469009429e12 to your computer and use it in GitHub Desktop.
[BUG] element does not support textbox children
configuration {
location: 0;
yoffset: 0;
xoffset: 0;
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}
/**
* rofi -dump-theme output.
* Rofi version: 1.7.5
**/
* {
background-color: Black;
text-color: White;
}
element {
children: [ "element-text","textbox-foo" ];
}
textbox-foo {
background-color: Green;
content: "foo";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment