Added polybar + rofi configs and symlinks
This commit is contained in:
@@ -0,0 +1,142 @@
|
||||
configuration {
|
||||
display-run: "# ";
|
||||
display-drun: "App ";
|
||||
font: "Inter 14";
|
||||
auto-select: false;
|
||||
terminal: "terminator";
|
||||
run-shell-command: "{terminal} -e \"bash -c '{cmd};bash'\"";
|
||||
separator-style: "solid";
|
||||
show-icons: true;
|
||||
kb-row-last: "";
|
||||
kb-row-first: "";
|
||||
kb-move-front: "Home";
|
||||
kb-move-end: "End";
|
||||
kb-element-next: "Alt+Tab";
|
||||
kb-element-prev: "Alt+Shift+Tab";
|
||||
kb-row-select: "Tab";
|
||||
kb-row-down: "Control+n";
|
||||
kb-row-up: "Control+p";
|
||||
kb-clear-line: "Control+a";
|
||||
click-to-exit: false;
|
||||
disable-history: false;
|
||||
run,drun {
|
||||
fallback-icon: "exec";
|
||||
}
|
||||
}
|
||||
|
||||
window {
|
||||
width: 700px;
|
||||
background-color: #282A33;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
children: [ vertbox ];
|
||||
orientation: vertical;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
mode-switcher {
|
||||
margin: 0;
|
||||
expand: true;
|
||||
}
|
||||
|
||||
button {
|
||||
font: "Inter 13";
|
||||
expand: false;
|
||||
padding: 3px 15px 7px 20px;
|
||||
text-color: #707880;
|
||||
border: 2px 0 0 0;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
button selected.normal {
|
||||
text-color: #d3dae3;
|
||||
border-color: #5294e2;
|
||||
border: 2px 0 0 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
error-message {
|
||||
border: 0;
|
||||
background-color: #282A33;
|
||||
padding: 10px 25px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
font: "Inter 15";
|
||||
background-color: #282A33;
|
||||
border-color: #1c1c1c;
|
||||
border: 0 0 1px solid 0;
|
||||
padding: 10px 15px;
|
||||
children: [ prompt, entry, num-filtered-rows, textbox-slash, num-rows ];
|
||||
}
|
||||
|
||||
textbox-slash {
|
||||
padding: 0 5px;
|
||||
content: "/";
|
||||
expand: false;
|
||||
text-color: #707880;
|
||||
}
|
||||
|
||||
entry {
|
||||
placeholder: "";
|
||||
text-color: #d3dae3;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: #5294e2;
|
||||
}
|
||||
|
||||
num-filtered-rows,
|
||||
num-rows {
|
||||
text-color: #707880;
|
||||
}
|
||||
|
||||
listview {
|
||||
scrollbar: false;
|
||||
expand: true;
|
||||
border: 0 0 1px 0;
|
||||
border-color: #1c1c1c;
|
||||
padding: 0;
|
||||
background-color: #282A33;
|
||||
children: [element-icon, element-text];
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
handle-color: #707880;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
toolbar {
|
||||
orientation: horizontal;
|
||||
children: [ mode-switcher ];
|
||||
expand: false;
|
||||
padding: 0 5px 3px 0;
|
||||
background-color: #282A33;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 9px 10px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
element.normal.normal,
|
||||
element.normal.urgent,
|
||||
element.normal.active,
|
||||
element.alternate.normal,
|
||||
element.alternate.urgent,
|
||||
element.alternate.active {
|
||||
background-color: #282A33;
|
||||
text-color: #d3dae3;
|
||||
}
|
||||
|
||||
element.selected.normal,
|
||||
element.selected.urgent,
|
||||
element.selected.active {
|
||||
background-color: #282A33;
|
||||
text-color: #d3dae3;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
padding: 0 7px 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user