Finished notification popup implementation.

This commit is contained in:
Jas Singh
2024-06-17 22:43:04 -07:00
parent 296fbde42a
commit 77811a75a2
9 changed files with 135 additions and 105 deletions

View File

@@ -17,7 +17,7 @@ const BatteryLabel = () => {
class_name: "battery",
visible: battery.bind("available"),
children: [
Widget.Icon({ icon }),
// Widget.Icon({ icon }),
Widget.LevelBar({
widthRequest: 20,
vpack: "center",