[AGS] Bar progress
This commit is contained in:
@@ -19,7 +19,7 @@ const SysTray = () => {
|
||||
}
|
||||
|
||||
|
||||
const HyprlandWorkspace = () => {
|
||||
const Workspace = () => {
|
||||
const hypr = AstalHyprland.get_default()
|
||||
|
||||
return <box className={"HyprlandWorkspaces"}>
|
||||
@@ -39,7 +39,7 @@ const HyprlandWorkspace = () => {
|
||||
}
|
||||
|
||||
|
||||
const HyprlandActiveWindow = () => {
|
||||
const ActiveWindow = () => {
|
||||
const hypr = AstalHyprland.get_default();
|
||||
const focused = bind( hypr, "focusedClient" );
|
||||
|
||||
@@ -51,7 +51,7 @@ const HyprlandActiveWindow = () => {
|
||||
}
|
||||
|
||||
export default {
|
||||
HyprlandWorkspace,
|
||||
HyprlandActiveWindow,
|
||||
Workspace,
|
||||
ActiveWindow,
|
||||
SysTray
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user