group colors match top gradient based on horizontal position
This commit is contained in:
parent
8e8d0e6fa5
commit
ec8672e837
2 changed files with 15 additions and 10 deletions
|
|
@ -109,7 +109,6 @@ PanelWindow {
|
|||
|
||||
M.Privacy {}
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base0D
|
||||
M.Clock {
|
||||
visible: M.Modules.clock.enable
|
||||
}
|
||||
|
|
@ -127,21 +126,18 @@ PanelWindow {
|
|||
spacing: M.Theme.barSpacing
|
||||
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base0D
|
||||
M.Workspaces {
|
||||
bar: bar
|
||||
visible: M.Modules.workspaces.enable
|
||||
}
|
||||
}
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base0D
|
||||
M.Tray {
|
||||
bar: bar
|
||||
visible: M.Modules.tray.enable
|
||||
}
|
||||
}
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base0D
|
||||
M.WindowTitle {
|
||||
Layout.maximumWidth: 400
|
||||
visible: M.Modules.windowTitle.enable
|
||||
|
|
@ -165,7 +161,6 @@ PanelWindow {
|
|||
|
||||
// Media
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base0E
|
||||
M.Mpris {
|
||||
bar: bar
|
||||
}
|
||||
|
|
@ -176,7 +171,6 @@ PanelWindow {
|
|||
|
||||
// Connectivity
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base0D
|
||||
M.Network {
|
||||
bar: bar
|
||||
visible: M.Modules.network.enable
|
||||
|
|
@ -188,7 +182,6 @@ PanelWindow {
|
|||
|
||||
// Controls
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base0A
|
||||
M.Backlight {}
|
||||
M.PowerProfile {
|
||||
visible: M.Modules.powerProfile.enable
|
||||
|
|
@ -200,7 +193,6 @@ PanelWindow {
|
|||
|
||||
// Stats
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base08
|
||||
M.Cpu {
|
||||
visible: M.Modules.cpu.enable
|
||||
}
|
||||
|
|
@ -220,7 +212,6 @@ PanelWindow {
|
|||
|
||||
// Power
|
||||
M.BarGroup {
|
||||
borderColor: M.Theme.base08
|
||||
M.Battery {}
|
||||
M.Power {
|
||||
bar: bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue