From b616582728e084a29add0ff9637ebed36fda6d05 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 4 Apr 2025 09:49:43 -0400 Subject: [PATCH] hyprland client widget --- widget/Hyprland/client.tsx | 14 ++++++++++++++ widget/Hyprland/index.ts | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 widget/Hyprland/client.tsx create mode 100644 widget/Hyprland/index.ts diff --git a/widget/Hyprland/client.tsx b/widget/Hyprland/client.tsx new file mode 100644 index 0000000..270e1f8 --- /dev/null +++ b/widget/Hyprland/client.tsx @@ -0,0 +1,14 @@ +import { bind } from "astal"; +import Hyprland from "gi://AstalHyprland"; + +const hyprland = Hyprland.get_default(); + +function Client() { + return ( +