feat(ags): do notification center css
This commit is contained in:
parent
943e834af5
commit
2babcb9975
10 changed files with 502 additions and 762 deletions
config/ags/js/bar
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue