From d358d8be8f69f7302d9ab1cc7b8f38a1d610ea2a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 7 Feb 2023 10:10:57 -0600 Subject: [PATCH] idk...some eww stuff --- eww/eww.scss | 4 ++-- eww/scripts/appname | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eww/eww.scss b/eww/eww.scss index 84850a2..8fab581 100644 --- a/eww/eww.scss +++ b/eww/eww.scss @@ -383,11 +383,11 @@ calendar:indeterminate { color: $base0D; font-size : 14px; font-weight : bold; - padding : 4px 0px 0px 0px; + margin : 11px 5px 0px 0px; } .app-icon { - margin : 6px 10px 0px 0px; + margin : 11px 10px 0px 0px; } diff --git a/eww/scripts/appname b/eww/scripts/appname index 663185a..7b3c0c4 100755 --- a/eww/scripts/appname +++ b/eww/scripts/appname @@ -25,10 +25,10 @@ echo "(box \ (image \ :class \"app-icon\" \ :path \"$iconpath\" \ - :image-width \"28\") \ + :image-width \"18\") \ (label \ :class \"app-name\" \ - :limit-width \"35\" \ + :limit-width \"45\" \ :text \"$title\" \ :tooltip \"$title\"))" }