Implemented config changing functionality

This commit is contained in:
Jas Singh
2024-07-15 01:37:41 -07:00
parent abe491e6d0
commit 11785d1a5d
10 changed files with 282 additions and 170 deletions

View File

@@ -6,14 +6,11 @@ export const Notifications = () => {
return {
component: Widget.Box({
hpack: "start",
hexpand: true,
child: Widget.Button({
child: Widget.Box({
hpack: "start",
hexpand: true,
class_name: "bar-notifications",
child: Widget.Label({
hpack: "center",
hexpand: true,
class_name: "bar-notifications-label",
setup: (self) => {
self.hook(notifs, () => {