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": "#2e3440",
|
||||
"theme.bar.menus.check_radio_button.active": "#88c0d0",
|
||||
"theme.bar.buttons.style": "default",
|
||||
"theme.bar.buttons.icon_background": "#242438",
|
||||
"theme.bar.buttons.volume.icon_background": "#fe8018",
|
||||
"theme.bar.buttons.network.icon_background": "#b16286",
|
||||
"theme.bar.buttons.bluetooth.icon_background": "#83a598",
|
||||
"theme.bar.buttons.windowtitle.icon_background": "#d3869b",
|
||||
"theme.bar.buttons.media.icon_background": "#83a598",
|
||||
"theme.bar.buttons.notifications.icon_background": "#83a598",
|
||||
"theme.bar.buttons.battery.icon_background": "#fabd2f"
|
||||
}
|
||||
"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