Add dmenu-like application selector
This commit is contained in:
parent
b28a98c4e4
commit
8b7de007e9
3 changed files with 6 additions and 15 deletions
34
.config/rofi/themes/dmenu.rasi
Normal file
34
.config/rofi/themes/dmenu.rasi
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
/**
|
||||
* Layout for the horizontal top bar
|
||||
* dmenu we all know and love
|
||||
*
|
||||
*/
|
||||
|
||||
@import "layouts/list-horizontal.rasi"
|
||||
* {
|
||||
background-color: @background;
|
||||
border-color: @accent;
|
||||
text-color: @foreground;
|
||||
font: @text-font;
|
||||
}
|
||||
|
||||
#window {
|
||||
anchor: north;
|
||||
location: north;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#listview {
|
||||
spacing: 5px;
|
||||
lines: 100;
|
||||
}
|
||||
|
||||
#entry {
|
||||
expand: false;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: 0px 2px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue