Change 'sidebar' to 'mode-switcher' in user themes. (#38)
* Change 'sidebar' to 'mode-switcher' in flat-orange. This fixes the theme in Rofi 1.5.3. * Change 'sidebar' to 'mode-switcher' in all user themes.
This commit is contained in:
parent
7018be3e6e
commit
4033ccd299
7 changed files with 10 additions and 10 deletions
|
@ -31,7 +31,7 @@ window {
|
|||
mainbox {
|
||||
background-color: @blackdarkest;
|
||||
spacing:0px;
|
||||
children: [inputbar, message, sidebar, listview];
|
||||
children: [inputbar, message, mode-switcher, listview];
|
||||
}
|
||||
|
||||
message {
|
||||
|
@ -110,7 +110,7 @@ scrollbar {
|
|||
handle-width: 15px;
|
||||
}
|
||||
|
||||
sidebar {
|
||||
mode-switcher {
|
||||
background-color: @blackwidget;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue