This repository was archived by the owner on Jan 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22import os
33
44from fabric .hyprland .service import HyprlandEvent
5- from fabric .hyprland .widgets import (
6- Language ,
7- WorkspaceButton ,
8- Workspaces ,
9- get_hyprland_connection ,
10- )
5+ from fabric .hyprland .widgets import (Language , WorkspaceButton , Workspaces ,
6+ get_hyprland_connection )
117from fabric .utils .helpers import exec_shell_command_async
128from fabric .widgets .box import Box
139from fabric .widgets .button import Button
@@ -247,7 +243,6 @@ def __init__(self, **kwargs):
247243 self .rev_right = [
248244 self .metrics ,
249245 self .control ,
250- self .sysprofiles ,
251246 ]
252247
253248 self .revealer_right = Revealer (
@@ -271,6 +266,7 @@ def __init__(self, **kwargs):
271266
272267 self .rev_left = [
273268 self .weather ,
269+ self .sysprofiles ,
274270 self .network ,
275271 ]
276272
@@ -314,6 +310,7 @@ def __init__(self, **kwargs):
314310 self .button_apps ,
315311 self .systray ,
316312 self .control ,
313+ self .sysprofiles ,
317314 self .network ,
318315 self .button_tools ,
319316 ]
@@ -327,7 +324,6 @@ def __init__(self, **kwargs):
327324 self .v_end_children = [
328325 self .battery ,
329326 self .metrics ,
330- self .sysprofiles ,
331327 self .language ,
332328 self .date_time ,
333329 self .button_power ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.26 " ,
2+ "version" : " 0.0.27 " ,
33 "pkg_update" : true ,
44 "changelog" : [
5- " <b>feat:</b> Power profiles. (<a href='https://github.com/Axenide/Ax-Shell/pull/217'>#217</a>)" ,
6- " <b>fix:</b> GPU fix. (<a href='https://github.com/Axenide/Ax-Shell/pull/218'>#218</a>)"
5+ " <b>tweak:</b> Moved power profile switcher to the start of the bar for better distribution."
76 ]
87}
You can’t perform that action at this time.
0 commit comments