diff --git a/bar/eww/music/style.scss b/bar/eww/music/style.scss index b4a0556..b45fdb2 100644 --- a/bar/eww/music/style.scss +++ b/bar/eww/music/style.scss @@ -39,9 +39,7 @@ background-color: $green; color: $background; - padding-top: 4px; - padding-right: 2px; - padding-left: 2px; + padding-top: 1px; } } } diff --git a/bar/eww/music/widget.yuck b/bar/eww/music/widget.yuck index d9cb380..dcfe7bf 100644 --- a/bar/eww/music/widget.yuck +++ b/bar/eww/music/widget.yuck @@ -46,15 +46,15 @@ (button :vexpand false :onclick "playerctl previous" - :class "previous" " ⏪︎") + :class "previous" "󰒮") (button :vexpand false :onclick "playerctl play-pause" - :class "playpause" "${music_info.status == "Playing" ? "⏸︎" : "⏵︎"}") + :class "playpause" "${music_info.status == "Playing" ? "󰏤" : " 󰐊"}") (button :vexpand false :onclick "playerctl next" - :class "next" " ⏩︎") + :class "next" "󰒭") ) ) )