edge bar groups follow screen corner curvature
This commit is contained in:
parent
f65bd90bfd
commit
61b49a6aa8
2 changed files with 25 additions and 4 deletions
|
|
@ -127,6 +127,7 @@ PanelWindow {
|
|||
spacing: M.Theme.barSpacing
|
||||
|
||||
M.BarGroup {
|
||||
leftEdge: true
|
||||
M.Workspaces {
|
||||
bar: bar
|
||||
visible: M.Modules.workspaces.enable
|
||||
|
|
@ -214,6 +215,7 @@ PanelWindow {
|
|||
|
||||
// Power
|
||||
M.BarGroup {
|
||||
rightEdge: true
|
||||
M.Battery {}
|
||||
M.Power {
|
||||
bar: bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue