Custom rofi menu and powermenu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
673 B

configuration {
modi: "window,run,ssh,combi";
show-icons: true;
location: 5;
display-run: "";
font: "Envy Code R 14";
}
* {
background-color: #282C33;
border-color: #2e343f;
text-color: #ffb25a;
spacing: 0;
width: 17%;
show-icons: true;
}
inputbar {
border: 0 0 1px 0;
children: [];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: true;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
}
element selected {
background-color: #2e343f;
}