File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 2
2
import os
3
3
4
4
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 )
11
7
from fabric .utils .helpers import exec_shell_command_async
12
8
from fabric .widgets .box import Box
13
9
from fabric .widgets .button import Button
@@ -247,7 +243,6 @@ def __init__(self, **kwargs):
247
243
self .rev_right = [
248
244
self .metrics ,
249
245
self .control ,
250
- self .sysprofiles ,
251
246
]
252
247
253
248
self .revealer_right = Revealer (
@@ -271,6 +266,7 @@ def __init__(self, **kwargs):
271
266
272
267
self .rev_left = [
273
268
self .weather ,
269
+ self .sysprofiles ,
274
270
self .network ,
275
271
]
276
272
@@ -314,6 +310,7 @@ def __init__(self, **kwargs):
314
310
self .button_apps ,
315
311
self .systray ,
316
312
self .control ,
313
+ self .sysprofiles ,
317
314
self .network ,
318
315
self .button_tools ,
319
316
]
@@ -327,7 +324,6 @@ def __init__(self, **kwargs):
327
324
self .v_end_children = [
328
325
self .battery ,
329
326
self .metrics ,
330
- self .sysprofiles ,
331
327
self .language ,
332
328
self .date_time ,
333
329
self .button_power ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.26 " ,
2
+ "version" : " 0.0.27 " ,
3
3
"pkg_update" : true ,
4
4
"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."
7
6
]
8
7
}
You can’t perform that action at this time.
0 commit comments