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) => {