[Astal] Add new mode for hyprland
This commit is contained in:
@@ -31,6 +31,10 @@ window.Bar {
|
|||||||
&.screenshotting-mode {
|
&.screenshotting-mode {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.notifications-mode {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bar-button {
|
.bar-button {
|
||||||
|
|||||||
@@ -126,6 +126,7 @@ const ModeStatus = () => {
|
|||||||
"workspace": "W",
|
"workspace": "W",
|
||||||
"windowing": "M",
|
"windowing": "M",
|
||||||
"screenshotting": "S",
|
"screenshotting": "S",
|
||||||
|
"notifications": "N",
|
||||||
}
|
}
|
||||||
// TODO: Possibly add popover to it that lists binds
|
// TODO: Possibly add popover to it that lists binds
|
||||||
hypr.connect("submap", (name: string) => {
|
hypr.connect("submap", (name: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user