mirror of
https://github.com/lbonn/rofi
synced 2025-02-16 21:08:31 +00:00
[Theme] Add NO_IMAGE mode to theme.
This commit is contained in:
parent
d90ef45b7d
commit
b15bec8e6c
1 changed files with 13 additions and 0 deletions
|
@ -115,3 +115,16 @@ element selected {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media ( enabled: env(NO_IMAGE, false)) {
|
||||
listview {
|
||||
columns: 1;
|
||||
spacing: 0.4em;
|
||||
}
|
||||
element {
|
||||
children: [ element-text ];
|
||||
}
|
||||
element-text {
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue