modified rofi stuff
This commit is contained in:
parent
53af223bcc
commit
8481bc99e6
3 changed files with 81 additions and 3 deletions
78
other/rofi-themes/applauncher.rasi
Normal file
78
other/rofi-themes/applauncher.rasi
Normal file
|
@ -0,0 +1,78 @@
|
|||
* {
|
||||
background-color: #282828;
|
||||
text-color: #ebdbb2;
|
||||
}
|
||||
|
||||
|
||||
window {
|
||||
width: 1024px;
|
||||
background-color: #1d2021;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
spacing: 0px;
|
||||
children: [inputbar,listview];
|
||||
}
|
||||
|
||||
element {
|
||||
background: #1d2021;
|
||||
children: [ element-icon, element-text ];
|
||||
}
|
||||
element,element-text,element-icon, button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
margin: 0px 0px 0.5em 0em;
|
||||
spacing: 0.4em;
|
||||
background-color: #1d2021;
|
||||
children: [entry,overlay];
|
||||
}
|
||||
|
||||
listview, inputbar, message {
|
||||
columns: 5;
|
||||
lines: 3;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
padding: 10px;
|
||||
font: "Mono 8";
|
||||
orientation: vertical;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
padding: 1.5em 1.5em 0.5em;
|
||||
size: 4.5em;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: #1d2021;
|
||||
}
|
||||
|
||||
element-text {
|
||||
padding: 0 0 7px 0;
|
||||
}
|
||||
|
||||
element-text selected, element-icon selected {
|
||||
background-color: #1d2021;
|
||||
}
|
||||
|
||||
element-text, element-icon {
|
||||
font-size: 2em;
|
||||
font: "Montserrat";
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
|
||||
entry {
|
||||
padding: 15px;
|
||||
background-color: #1d2021;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue