Update waybar config to updated home-manager schema

This commit is contained in:
Erwin Boskma 2022-06-28 09:00:43 +02:00
parent 5567968ac9
commit dede79d7ac
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -49,7 +49,7 @@ in
"idle_inhibitor" "idle_inhibitor"
"custom/notifications" "custom/notifications"
]; ];
modules = {
"clock#time" = { "clock#time" = {
interval = 1; interval = 1;
format = "{:%H:%M:%S}"; format = "{:%H:%M:%S}";
@ -188,7 +188,6 @@ in
}; };
escape = true; escape = true;
}; };
};
} }
]; ];