player & notification fixs

This commit is contained in:
Luca 2023-02-05 07:23:18 +01:00
parent 4dfa85c4fc
commit f1f6af30c7
2 changed files with 14 additions and 10 deletions

View file

@ -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),