diff --git a/config/eww/date/date.scss b/config/eww/date/date.scss index dfeb91f..3897af6 100644 --- a/config/eww/date/date.scss +++ b/config/eww/date/date.scss @@ -1,8 +1,8 @@ .date { - background-color: $bg; + background-color: rgba(40, 42, 54, 0.8); color: $fg; border-radius: 30px; - border: 5px solid $contrastbg; + border: 2px solid $contrastbg; } .timebox { @@ -27,12 +27,14 @@ .cal-box { font-family: Product Sans; - background-color: $bg; + background-color: rgba(40, 42, 54, 0.8); border-radius: 15px; padding: 0 1rem .2rem; color: $fg; - background-color: $contrastbg; - margin: 0px 12px 12px 12px; + background-color: $bg; + border-bottom: 2px solid $contrastbg; + border-top: 2px solid $contrastbg; + margin: 0px 12px 18px 12px; .cal { background-color: inherit; diff --git a/config/eww/date/date.yuck b/config/eww/date/date.yuck index f02c4e7..7f2b846 100644 --- a/config/eww/date/date.yuck +++ b/config/eww/date/date.yuck @@ -52,7 +52,7 @@ :monitor 0 :stacking "overlay" :geometry (geometry :x "70px" - :y "4px" + :y "8px" :width "0px" ; automatically generated :height "0px" ; automatically generated :anchor "top right") diff --git a/config/eww/scripts/close-opened.sh b/config/eww/scripts/close-opened.sh index 59146d3..42032f5 100755 --- a/config/eww/scripts/close-opened.sh +++ b/config/eww/scripts/close-opened.sh @@ -14,6 +14,6 @@ done for element in "${array[@]}" do if [[ "$element" != "tablet-toggle" ]]; then - $EWW_PATH/close.sh "$element" + "$EWW_PATH"/close.sh "$element" fi done