Skip to content

Commit

Permalink
Simplify app description to explain what kind of google sheet it acce…
Browse files Browse the repository at this point in the history
…pts (#2853)
  • Loading branch information
vipulchhajer authored Nov 5, 2024
1 parent a4dabbc commit bced6db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/customquotes/custom_quotes.star
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Applet: Custom Quotes
Summary: Display custom quotes
Description: Display quotes from a Gsheet like this https://docs.google.com/spreadsheets/d/1zDiMWjzZQqB6QRMhde0dOoptTjwdv6GalNHHYkUytAI/edit?usp=sharing
Description: Display quotes from a Google sheet with a quote and author column
Author: vipulchhajer
"""

Expand Down
10 changes: 5 additions & 5 deletions apps/thingswifesays/things_wife_says.star
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def main(config):
render.Box(
color = "#333333", #remove color background if picture is used
child = render.Image(src = WIFE),
width = 28,
height = 28,
width = 22,
height = 30,
),
render.Box(
child = render.Marquee(
Expand All @@ -69,14 +69,14 @@ def main(config):
offset_end = 6,
child = render.WrappedText(
content = phrase,
width = 30,
width = 40,
# color="#f44336"
),
scroll_direction = "vertical",
),
width = 34,
width = 42,
height = 32,
padding = 2,
padding = 1,
),
],
),
Expand Down

0 comments on commit bced6db

Please sign in to comment.