From 751ad07e151f0abfd111c4d800d172f726ffa33c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:58:01 +1100 Subject: brightness and volume osds --- modules/bar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/bar.tsx') diff --git a/modules/bar.tsx b/modules/bar.tsx index b8e9f0b..933fa5e 100644 --- a/modules/bar.tsx +++ b/modules/bar.tsx @@ -7,6 +7,7 @@ import AstalNetwork from "gi://AstalNetwork"; import AstalNotifd from "gi://AstalNotifd"; import AstalTray from "gi://AstalTray"; import { bar as config } from "../config"; +import type { Monitor } from "../services/monitors"; import Players from "../services/players"; import Updates from "../services/updates"; import { getAppCategoryIcon } from "../utils/icons"; @@ -396,7 +397,7 @@ const Power = () => ( /> ); -export default ({ monitor }: { monitor: AstalHyprland.Monitor }) => ( +export default ({ monitor }: { monitor: Monitor }) => (