From 0e1bafcd5c88afa9772f928d8bb5ea681c6b7cac Mon Sep 17 00:00:00 2001 From: mrwafflecats Date: Sat, 6 Jun 2026 19:46:55 -0500 Subject: [PATCH] change icon sizes --- eww.scss | 7 ++++++- eww.yuck | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/eww.scss b/eww.scss index 34a418b..a3f135f 100644 --- a/eww.scss +++ b/eww.scss @@ -113,7 +113,7 @@ circular-progress { } .center button{ - padding: 0px 20px; + padding: 0px 15px; margin: 5px; text-shadow: 0px 0px; } @@ -133,6 +133,11 @@ circular-progress { font-weight: bold; } +.sound { + margin: 10px; +} + + .visualizer { font-size: 10px; text-shadow: 0px 0px; diff --git a/eww.yuck b/eww.yuck index c13d0a6..5478c1a 100644 --- a/eww.yuck +++ b/eww.yuck @@ -57,6 +57,7 @@ (eventbox :onhover "eww update reveal_sound=true" :onhoverlost "eww update reveal_sound=false" + :class "sound" (box :space-evenly false :orientation "h" @@ -132,7 +133,7 @@ :spacing 3 :orientation "h" :space-evenly false - :icon-size 5 + :icon-size 25 :prepend-new false) (sound) (time-and-date)