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.

88 lines
1.3 KiB

configuration {
show-icons: true;
location: 0;
lines:8;
display-run: "Search";
font: "Iosevka 16";
}
* {
color0: #011634;
color1: #9D7066;
color2: #C77A64;
color3: #418A6B;
color4: #D09069;
color5: #3B6C8C;
color6: #64909D;
color7: #c2c8ca;
color8: #878c8d;
color9: #9D7066;
color10: #C77A64;
color11: #418A6B;
color12: #D09069;
color13: #3B6C8C;
color14: #64909D;
color15: #c2c8ca;
background-color: #282C33;
border-color: #2e343f;
text-color: #ffb25a;
spacing: 0;
width: 40%;
}
window {
background-color: #00000000;
font: "Iosevka 12";
}
inputbar {
text-color: @color6;
border: 0 0 1px 0;
children: [entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
text-color: @color6;
padding: 16px;
}
message {
text-color: @color15;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
}
element selected {
background-color: #00000000;
border: 4px;
}
element normal.normal, element alternate.normal {
background-color: @color0;
text-color: @color15;
}
element selected.normal {
border-color: @color5;
text-color: @color10 ;
background-color: @color15;
}