dotfiles/.config/rofi/themes/dmenu.rasi

35 lines
492 B
Plaintext
Raw Normal View History

2019-09-05 11:03:51 +00:00
/**
* Layout for the horizontal top bar
* dmenu we all know and love
*
*/
2019-09-05 19:15:50 +00:00
@import "layouts/list-horizontal.rasi"
2019-09-05 11:03:51 +00:00
* {
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;
}