From da61dc869deed80a56ddefa4c6ed1a1cfe14ca05 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 17 Oct 2025 06:51:05 +0200 Subject: [PATCH] [Astal] Add new mode for hyprland --- config/astal/components/bar/bar.scss | 4 ++++ config/astal/components/bar/modules/Hyprland.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/config/astal/components/bar/bar.scss b/config/astal/components/bar/bar.scss index 0582112..bdbb96d 100644 --- a/config/astal/components/bar/bar.scss +++ b/config/astal/components/bar/bar.scss @@ -31,6 +31,10 @@ window.Bar { &.screenshotting-mode { } + + &.notifications-mode { + + } } .bar-button { diff --git a/config/astal/components/bar/modules/Hyprland.tsx b/config/astal/components/bar/modules/Hyprland.tsx index 3014b31..11c357c 100644 --- a/config/astal/components/bar/modules/Hyprland.tsx +++ b/config/astal/components/bar/modules/Hyprland.tsx @@ -126,6 +126,7 @@ const ModeStatus = () => { "workspace": "W", "windowing": "M", "screenshotting": "S", + "notifications": "N", } // TODO: Possibly add popover to it that lists binds hypr.connect("submap", (name: string) => {