archived old stuff;new layout
This commit is contained in:
1
2022-archive/void/rofi/config.rasi
Normal file
1
2022-archive/void/rofi/config.rasi
Normal file
@ -0,0 +1 @@
|
||||
@theme "~/.config/rofi/themes/mytheme.rasi"
|
77
2022-archive/void/rofi/themes/mytheme.rasi
Normal file
77
2022-archive/void/rofi/themes/mytheme.rasi
Normal file
@ -0,0 +1,77 @@
|
||||
* {
|
||||
font: "RobotoMono 12";
|
||||
|
||||
col0: #101e1f;
|
||||
col1: #8aa9a1;
|
||||
|
||||
background-color: @col0;
|
||||
text-color: @col1;
|
||||
accent-color: @col1;
|
||||
|
||||
margin: 4px 0px;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @col0;
|
||||
border-color: @accent-color;
|
||||
|
||||
location: center;
|
||||
width: 440px;
|
||||
y-offset: -220px;
|
||||
border: 2px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 8px 8px;
|
||||
spacing: 8px;
|
||||
children: [ prompt, entry ];
|
||||
}
|
||||
|
||||
prompt, entry, element-text, element-icon {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @col0;
|
||||
background-color: @col1;
|
||||
}
|
||||
|
||||
element selected normal {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected active {
|
||||
background-color: @col1;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.75em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
background-color: inherit;
|
||||
}
|
Reference in New Issue
Block a user