feat(ags): do notification center css

This commit is contained in:
matt1432 2023-09-11 16:25:57 -04:00
commit 2babcb9975
10 changed files with 502 additions and 762 deletions
config/ags/js/bar

View file

@ -29,6 +29,7 @@ export const NotifButton = EventBox({
Icon({
connections: [
[Notifications, icon => {
// TODO: add no notifs vs notifs
icon.icon = Notifications.dnd
? 'notifications-disabled-symbolic'
: 'preferences-system-notifications-symbolic';