Skip to content

Commit 8e0be5e

Browse files
committed
tweak
1 parent 546bcb9 commit 8e0be5e

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

modules/bar.py

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

44
from 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)
117
from fabric.utils.helpers import exec_shell_command_async
128
from fabric.widgets.box import Box
139
from 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,

version.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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
}

0 commit comments

Comments
 (0)