mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
[Theme] Update iggy theme.
This commit is contained in:
parent
954fc728b2
commit
3bf7a4a768
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ listview, inputbar, message {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: black/70%;
|
background-color: black/70%;
|
||||||
|
|
||||||
columns: 3;
|
columns: 4;
|
||||||
lines: 4;
|
lines: 4;
|
||||||
}
|
}
|
||||||
listview {
|
listview {
|
||||||
|
@ -68,12 +68,12 @@ listview {
|
||||||
|
|
||||||
element {
|
element {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0.25em;
|
padding: 10px;
|
||||||
font: "Mono 8";
|
font: "Mono 8";
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
}
|
}
|
||||||
element-icon {
|
element-icon {
|
||||||
size: 3em;
|
size: 6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected {
|
element selected {
|
||||||
|
|
Loading…
Reference in a new issue