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.

74 lines
1.2 KiB

configuration {
//drun-icon-theme: "Papirus";
//show-icons: true;
font: "DejavuSansMono NF 50";
}
* {
transparency: "real";
background-color: #22222244;
background: #0c0f10aa;
text-color: #ffb25a;
selected-normal-background: #5294e290;
window-border: #676E7D;
foreground: #E0846E;
}
window {
background-color: #22222244;
fullscreen: true;
position: center;
anchor: center;
}
mainbox {
children: [listview];
}
listview {
cycle: true;
spacing: 0.1em;
padding: 32% 14% 32% 27%;
layout: horizontal;
}
element {
orientation: horizontal;
padding: 0.5em;
border-radius: 50%;
}
element selected {
background-color: @color10;
text-color: @color0;
border-radius: 50%;
}
/* Element normal */
element normal.normal, element alternate.normal {
background-color: @color0;
text-color: @color15;
}
element selected.normal {
border-color: @color15;
text-color: @color0;
}
/* Element active */
element normal.active, element alternate.active {
text-color: @secondary;
}
element selected.active {
border-color: @secondary;
text-color: @secondary;
}
/* Element urgent */
element normal.urgent, element alternate.urgent {
text-color: @urgency;
}
element selected.urgent {
border-color: @urgency;
text-color: @urgency;
}