Added pagination to the notifications menu and a configurable limit to the amount of notifications spawned. (#199)
* Added notification pagination and pagination configuration options. fixes #171 * Added skip to end buttons * Update theme * Removed unused theme parts * Update pager colors * Theme auto-generator * Update label color in options for pager. * Updated themes * Added option to change footer background for notifications menu. * Changes to the Displayed Total options now update the menu. Bugfix
This commit is contained in:
@@ -262,12 +262,8 @@
|
||||
"theme.bar.menus.check_radio_button.background": "#232534",
|
||||
"theme.bar.menus.check_radio_button.active": "#b9baf1",
|
||||
"theme.bar.buttons.style": "default",
|
||||
"theme.bar.buttons.icon_background": "#242438",
|
||||
"theme.bar.buttons.volume.icon_background": "#f7768e",
|
||||
"theme.bar.buttons.network.icon_background": "#bb9af7",
|
||||
"theme.bar.buttons.bluetooth.icon_background": "#7dcfff",
|
||||
"theme.bar.buttons.windowtitle.icon_background": "#f7768e",
|
||||
"theme.bar.buttons.media.icon_background": "#bb9af7",
|
||||
"theme.bar.buttons.notifications.icon_background": "#bb9af7",
|
||||
"theme.bar.buttons.battery.icon_background": "#e0af68"
|
||||
}
|
||||
"theme.bar.menus.menu.notifications.pager.button": "#babbf1",
|
||||
"theme.bar.menus.menu.notifications.scrollbar.color": "#babbf1",
|
||||
"theme.bar.menus.menu.notifications.pager.label": "#949cbb",
|
||||
"theme.bar.menus.menu.notifications.pager.background": "#232634"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user