dotfiles/awesome/configuration/rofi/sidebar/rofi.rasi
2020-06-03 21:27:00 -05:00

156 lines
4.1 KiB
Plaintext

configuration {
font: "SF Pro Text Regular 10";
show-icons: true;
fullscreen: false;
sidebar-mode: true;
threads: 0;
matching: "fuzzy";
scroll-method: 0;
monitor: "primary";
}
* {
background: #00000000;
background-color: #00000000;
background-entry: #00000033;
background-alt: #f2f2f215;
foreground: #f2f2f2EE;
foreground-selected: #ffffffFF;
urgent: #E91E6366;
urgent-selected: #E91E6377;
}
window {
transparency: "real";
background: @background;
location: west;
anchor: west;
x-offset: 0px;
height: 100%;
width: 350px;
orientation: vertical;
}
mainbox {
background-color: @background;
spacing: 0px;
padding: 5px 5px 5px 5px;
width: 200px;
expand: true;
spacing: 12px;
children: [ inputbar, listview];
}
scrollbar {
background-color: @background-alt;
handle-width: 10px;
margin: 0px 0px 5px 0px;
border-radius: 9px;
}
listview {
background-color: @background;
spacing: 0px;
dynamic: true;
cycle: true;
scrollbar: true;
}
prompt {
enabled: false;
}
button {
action: "ok";
str: " ";
font: "FantasqueSansMono Nerd Font 16";
expand: false;
text-color: @foreground;
background-color: @background;
vertical-align: 0.5;
horizontal-align: 0.5;
}
entry {
font: "SF Pro Text Regular 12";
background-color: @background;
placeholder-color: @foreground;
placeholder: "Global Search";
blink: true;
expand: true;
text-color: @foreground;
vertical-align: 0.5;
}
entry-wrapper {
orientation: horizontal;
vertical-align: 0.5;
spacing: 4px;
background-color: @background;
children: [ button, entry ];
}
inputbar {
padding: 14px;
margin: 10px 10px 14px 10px;
background-color: @background-alt;
text-color: @foreground;
expand: false;
border-radius: 9px;
position: north;
children: [ entry-wrapper ];
}
element {
margin: 0px 12px 0px 12px;
background-color: @background;
text-color: @foreground;
orientation: horizontal;
border-radius: 0px;
padding: 10px 12px 10px 12px;
border: 0 0 2px;
border-color: @background-alt;
}
element-icon {
size: 16px;
border-color: @background;
border: 2px;
}
element-text {
font: "SF Pro Text Regular 11";
expand: true;
horizontal-align: 0.0;
vertical-align: 0.5;
}
element normal.urgent,
element alternate.urgent {
background-color: @urgent;
text-color: @foreground;
border-radius: 9px;
}
element normal.active,
element alternate.active {
background-color: @background-alt;
text-color: @foreground;
}
element selected {
background-color: @background-alt;
text-color: @foreground-selected;
}
element selected.urgent {
background-color: @urgent-selected;
text-color: @foreground;
}
element selected.active {
background-color: @background-alt;
color: @foreground-selected;
}