Update rofi configs
This commit is contained in:
parent
0938ed2bd0
commit
f7324dc482
8
.config/rofi/config
Normal file
8
.config/rofi/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
rofi.modi: drun,run
|
||||||
|
rofi.font: Inconsolata 11
|
||||||
|
rofi.m: 0 /* monitor */
|
||||||
|
rofi.width: 450
|
||||||
|
rofi.theme: theme
|
||||||
|
rofi.location: 2
|
||||||
|
rofi.xoffset: 0
|
||||||
|
rofi.yoffset: 60
|
@ -1,139 +1,139 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
maincolor: #282a38;
|
maincolor: #282a38;
|
||||||
highlight: bold #e2a478;
|
urgentcolor: #dfdfdf;
|
||||||
urgentcolor: #dfdfdf;
|
prompt-background: #20232b;
|
||||||
|
scrollbar-handle: #555a63;
|
||||||
foreground: #dfdfdf;
|
foreground: #dfdfdf;
|
||||||
background: #0e0f14;
|
highlight: bold #6e99bf;
|
||||||
blackselect: #22262e;
|
background: @maincolor;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
show-icons: true;
|
blackselect: #363b47;
|
||||||
|
show-icons: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-color: @maincolor;
|
border-color: @maincolor;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
children: [inputbar, message, listview];
|
children: [inputbar, message, listview];
|
||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
background-color:@background;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox {
|
textbox {
|
||||||
text-color:@urgentcolor;
|
text-color: @urgentcolor;
|
||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
background-color:@background;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
fixed-height: true;
|
fixed-height: false;
|
||||||
scrollbar: false;
|
scrollbar: true;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
padding: 1px 0px 0px 0px;
|
padding: 1px 0px 0px 0px;
|
||||||
margin: 0px 0px 1px 0px;
|
margin: 0px 0px 1px 0px;
|
||||||
background: #0a0200;
|
background: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
element {
|
element {
|
||||||
padding: 2px 15px;
|
padding: 4px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
padding: 0px 15px;
|
padding: 0px 15px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @urgentcolor;
|
text-color: @urgentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.urgent {
|
element normal.urgent {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @urgentcolor;
|
text-color: @urgentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.active {
|
element normal.active {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @maincolor;
|
text-color: @maincolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.normal {
|
element selected.normal {
|
||||||
background-color: @blackselect;
|
background-color: @blackselect;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
background-color: @urgentcolor;
|
background-color: @urgentcolor;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.active {
|
element selected.active {
|
||||||
background-color: @maincolor;
|
background-color: @maincolor;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.normal {
|
element alternate.normal {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.urgent {
|
element alternate.urgent {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @urgentcolor;
|
text-color: @urgentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.active {
|
element alternate.active {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @maincolor;
|
text-color: @maincolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
background-color: @background;
|
background-color: @prompt-background;
|
||||||
handle-color: @cyan;
|
handle-color: @scrollbar-handle;
|
||||||
handle-width: 15px;
|
handle-width: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
mode-switcher {
|
mode-switcher {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @cyan;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
button selected {
|
button selected {
|
||||||
text-color: @maincolor;
|
text-color: @maincolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
padding: 6px 9px;
|
padding: 8px 11px;
|
||||||
background-color: @maincolor;
|
background-color: @prompt-background;
|
||||||
text-color:#dfdfdf;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
padding:6px 10px;
|
padding: 8px 10px;
|
||||||
background-color:@background;
|
background-color: @background;
|
||||||
text-color:@urgentcolor;
|
text-color: @urgentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
case-indicator {
|
case-indicator {
|
||||||
padding:6px 10px;
|
padding: 6px 10px;
|
||||||
text-color:@maincolor;
|
text-color: @maincolor;
|
||||||
background-color:@background;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
/* vim:ft=css
|
/* vim:ft=css
|
||||||
|
Loading…
x
Reference in New Issue
Block a user