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:
@@ -270,5 +270,9 @@
|
||||
"theme.bar.buttons.media.icon_background": "#88c0d0",
|
||||
"theme.bar.buttons.notifications.icon_background": "#88c0d0",
|
||||
"theme.bar.buttons.battery.icon_background": "#81a1c1",
|
||||
"theme.bar.buttons.clock.icon_background": "#8fbcbb"
|
||||
}
|
||||
"theme.bar.buttons.clock.icon_background": "#8fbcbb",
|
||||
"theme.bar.menus.menu.notifications.pager.button": "#88c0d0",
|
||||
"theme.bar.menus.menu.notifications.scrollbar.color": "#88c0d0",
|
||||
"theme.bar.menus.menu.notifications.pager.label": "#5e81ac",
|
||||
"theme.bar.menus.menu.notifications.pager.background": "#2e3440"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user