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.

68 lines
973 B

configuration {
modi: "window,run,ssh,combi";
show-icons: true;
location: 5;
display-run: "";
font: "Iosevka 20";
}
* {
color0: #252030;
color1: #4B6EBB;
color2: #4B73C1;
color3: #8F718E;
color4: #817EC0;
color5: #7582BE;
color6: #A58997;
color7: #e7cbbf;
color8: #a18e85;
color9: #4B6EBB;
color10: #4B73C1;
color11: #8F718E;
color12: #817EC0;
color13: #7582BE;
color14: #A58997;
color15: #e7cbbf;
background-color: @color0;
border-color: @color3;
text-color: @color15;
spacing: 0;
width: 10%;
show-icons: true;
}
inputbar {
border: 0 0 1px 0;
children: [];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: @color0;
border: 0 0 1px 0;
border-color: @color5;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: true;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0;
padding: 16px;
}
element selected {
background-color: @color10;
}