Change 'sidebar' to 'mode-switcher' in flat-orange.
This fixes the theme in Rofi 1.5.3.
This commit is contained in:
parent
7018be3e6e
commit
c1efe84355
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ window {
|
||||||
mainbox {
|
mainbox {
|
||||||
background-color: @blackdarkest;
|
background-color: @blackdarkest;
|
||||||
spacing:0px;
|
spacing:0px;
|
||||||
children: [inputbar, message, sidebar, listview];
|
children: [inputbar, message, mode-switcher, listview];
|
||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
|
|
Loading…
Add table
Reference in a new issue