Add dmenu-like application selector
This commit is contained in:
parent
b28a98c4e4
commit
8b7de007e9
3 changed files with 6 additions and 15 deletions
|
|
@ -9,10 +9,11 @@
|
|||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
children: [ horibox ];
|
||||
children: [ horizbox ];
|
||||
}
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
#horizbox {
|
||||
orientation: horizontal;
|
||||
children: [ prompt, entry, listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue