Skip to content

Commit 6614332

Browse files
committed
Fabric update
1 parent 8e0be5e commit 6614332

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

modules/bar.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
import os
33

44
from fabric.hyprland.service import HyprlandEvent
5-
from fabric.hyprland.widgets import (Language, WorkspaceButton, Workspaces,
6-
get_hyprland_connection)
5+
from fabric.hyprland.widgets import HyprlandLanguage as Language
6+
from fabric.hyprland.widgets import HyprlandWorkspaces as Workspaces
7+
from fabric.hyprland.widgets import WorkspaceButton, get_hyprland_connection
78
from fabric.utils.helpers import exec_shell_command_async
89
from fabric.widgets.box import Box
910
from fabric.widgets.button import Button

modules/notch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from fabric.hyprland.widgets import ActiveWindow
1+
from fabric.hyprland.widgets import HyprlandActiveWindow as ActiveWindow
22
from fabric.utils.helpers import FormattedString, get_desktop_applications
33
from fabric.widgets.box import Box
44
from fabric.widgets.centerbox import CenterBox

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "0.0.27",
2+
"version": "0.0.28",
33
"pkg_update": true,
44
"changelog": [
5-
"<b>tweak:</b> Moved power profile switcher to the start of the bar for better distribution."
5+
"<b>fix:</b> Implemented latest Fabric WM/Compositor specific widgets."
66
]
77
}

0 commit comments

Comments
 (0)