player & notification fixs
This commit is contained in:
parent
4dfa85c4fc
commit
f1f6af30c7
2 changed files with 14 additions and 10 deletions
|
@ -25,8 +25,8 @@ local music_art_filter = wibox.widget({
|
|||
{
|
||||
bg = {
|
||||
type = "linear",
|
||||
from = { 0, 0 },
|
||||
to = { 0, 150},
|
||||
from = { 0, 30 },
|
||||
to = { 0, 200},
|
||||
stops = {
|
||||
{ 0, colors.transparent},
|
||||
{ 1, colors.container }
|
||||
|
@ -116,7 +116,7 @@ local prev_button = wibox.widget{
|
|||
local music_bar = wibox.widget({
|
||||
max_value = 100,
|
||||
value = 0,
|
||||
background_color = colors.black,
|
||||
background_color = colors.brightblack,
|
||||
-- shape = gears.shape.rounded_bar,
|
||||
color = colors.main_scheme,
|
||||
forced_height = dpi(6),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue