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:
Pavel Senchanka 2019-07-06 16:58:32 +02:00 committed by Dave Davenport
parent 7018be3e6e
commit 4033ccd299
7 changed files with 10 additions and 10 deletions

View file

@ -40,7 +40,7 @@ window {
}
mainbox {
children: [inputbar, message, sidebar, listview];
children: [inputbar, message, mode-switcher, listview];
spacing: 30px;
/*margin: 20%;*/
padding: 30px 0;
@ -72,7 +72,7 @@ case-indicator {
text-color: @base0F;
}
sidebar, message {
mode-switcher, message {
border: 1px 0;
border-color: @base0D;
}