mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-02-04 15:06:48 +05:30
feat: add multi-monitor support
This commit is contained in:
@@ -11,7 +11,7 @@ import { Notification } from "./notification";
|
||||
|
||||
export const WINDOW_NAME = "notifications";
|
||||
|
||||
export const Notifications = (gdkmonitor: Gdk.Monitor) => {
|
||||
export const Notifications = ({ gdkmonitor }: { gdkmonitor: Gdk.Monitor }) => {
|
||||
const notifd = AstalNotifd.get_default();
|
||||
const isDndMode = createBinding(notifd, "dont-disturb");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user