Notifications

This commit is contained in:
2025-02-03 18:07:00 -08:00
parent d3977958ed
commit 0fea2069f1
5 changed files with 149 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import brightness from "./brightness"
import client from "./client"
import player from "./player"
import bluetooth from "./bluetooth"
import notifs from "./notif"
const time = Variable("").poll(1000, "date +'%a %b %d · %H:%M'")
@@ -40,6 +41,7 @@ export default function Bar(monitor: Hyprland.Monitor) {
label={time()}
/>
</box></button>
{notifs()}
</box>
</centerbox>
</window>