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:
Jas Singh
2024-08-30 01:32:11 -07:00
committed by GitHub
parent f80b3e4ef6
commit f624153eab
39 changed files with 1586 additions and 1317 deletions

View File

@@ -262,12 +262,8 @@
"theme.bar.menus.check_radio_button.background": "#3b4261",
"theme.bar.menus.check_radio_button.active": "#bb9af7",
"theme.bar.buttons.style": "default",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#ee999f",
"theme.bar.buttons.network.icon_background": "#c5a0f6",
"theme.bar.buttons.bluetooth.icon_background": "#91d7e3",
"theme.bar.buttons.windowtitle.icon_background": "#f5bde6",
"theme.bar.buttons.media.icon_background": "#b7bcf8",
"theme.bar.buttons.notifications.icon_background": "#b7bcf8",
"theme.bar.buttons.battery.icon_background": "#eed49f"
}
"theme.bar.menus.menu.notifications.pager.button": "#bb9af7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#bb9af7",
"theme.bar.menus.menu.notifications.pager.label": "#565f89",
"theme.bar.menus.menu.notifications.pager.background": "#1a1b26"
}