redo rofi config, add manjaro theme

This commit is contained in:
Inhji 2021-06-14 08:40:03 +02:00
parent 58acb48d6e
commit 23fe49f94f
3 changed files with 48 additions and 1 deletions

View File

@ -1 +0,0 @@
rofi.theme: /usr/share/rofi/themes/android_notification.rasi

3
config/rofi/config.rasi Normal file
View File

@ -0,0 +1,3 @@
configuration {
theme: "./manjaro.rasi";
}

45
config/rofi/manjaro.rasi Normal file
View File

@ -0,0 +1,45 @@
* {
background-color: #282C33;
border-color: #2e343f;
text-color: #8ca0aa;
spacing: 0;
width: 512px;
}
inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
lines: 5;
}
element {
border: 0 0 1px 0;
padding: 16px;
}
element selected {
text-color: #282C33;
background-color: #33bb5e;
}