Clarity Mastery

Free Tools

Colorful Notion Progress Bars

Free Custom Colorful Notion Progress Bar Formulas

Copy and paste these aesthetics Notion formulas to enhance the functionality and productivity of your workspace!

Red Loading Progress Bar

██████░░░░ 60%

Copy the Notion formula:

"█".repeat(min(10, floor(Done / Total * 10))).style("red") + "░".repeat(10 - min(10, floor(Done / Total * 10))).style("red") + " " + format(floor(Done / Total * 100)) + "%"

Yellow Circle Center Dot

◉◉◉◉◉◉◎◎◎◎ 60%

Copy the Notion formula:

"◉".repeat(min(10, floor(Done / Total * 10))).style("yellow") + "◎".repeat(10 - min(10, floor(Done / Total * 10))).style("yellow") + " " + format(floor(Done / Total * 100)) + "%"

Blue Large Dot

⬤⬤⬤⬤⬤⬤◯◯◯◯ 60%

Copy the Notion formula:

"⬤".repeat(min(10, floor(Done / Total * 10))).style("blue") + "◯".repeat(10 - min(10, floor(Done / Total * 10))).style("blue") + " " + format(floor(Done / Total * 100)) + "%"

Green Medium Square Bar

■■■■■■□□□□ 60%

Copy the Notion formula:

"■".repeat(min(10, floor(Done / Total * 10))).style("green") + "□".repeat(10 - min(10, floor(Done / Total * 10))).style("green") + " " + format(floor(Done / Total * 100)) + "%"

Black Triangle

▲▲▲▲▲▲△△△△ 60%

Copy the Notion formula:

"▲".repeat(min(10, floor(Done / Total * 10))).style("black") + "△".repeat(10 - min(10, floor(Done / Total * 10))).style("black") + " " + format(floor(Done / Total * 100)) + "%"

Pink Vertical Bar

▌▌▌▌▌▌▯▯▯▯ 60%

Copy the Notion formula:

"▌".repeat(min(10, floor(Done / Total * 10))).style("pink") + "▯".repeat(10 - min(10, floor(Done / Total * 10))).style("pink") + " " + format(floor(Done / Total * 100)) + "%"

Orange Stars

★★★★★★☆☆☆☆ 60%

Copy the Notion formula:

"★".repeat(min(10, floor(Done / Total * 10))).style("orange") + "☆".repeat(10 - min(10, floor(Done / Total * 10))).style("orange") + " " + format(floor(Done / Total * 100)) + "%"

Purple Small Circle

⬢⬢⬢⬢⬢⬢◌◌◌◌ 60%

Copy the Notion formula:

"⬢".repeat(min(10, floor(Done / Total * 10))).style("purple") + "◌".repeat(10 - min(10, floor(Done / Total * 10))).style("purple") + " " + format(floor(Done / Total * 100)) + "%"

Brown Square Dotted

▣▣▣▣▣▣□□□□ 60%

Copy the Notion formula:

"▣".repeat(min(10, floor(Done / Total * 10))).style("brown") + "□".repeat(10 - min(10, floor(Done / Total * 10))).style("brown") + " " + format(floor(Done / Total * 100)) + "%"

Gray Minimal Dash Bar

▰▰▰▰▰▰▱▱▱▱ 60%

Copy the Notion formula:

"▰".repeat(min(10, floor(Done / Total * 10))).style("gray") + "▱".repeat(10 - min(10, floor(Done / Total * 10))).style("gray") + " " + format(floor(Done / Total * 100)) + "%"

Red Diamond Symbol

◆◆◆◆◆◆◇◇◇ 60%

Copy the Notion formula:

"◆".repeat(min(10, floor(Done / Total * 10))).style("red") + "◇".repeat(10 - min(10, floor(Done / Total * 10))).style("red") + " " + format(floor(Done / Total * 100)) + "%"

Yellow Big Circle Dot (No Tails)

⬤⬤⬤⬤⬤⬤ 60%

Copy the Notion formula:

"⬤".repeat(min(10, floor(Done / Total * 10))).style("yellow") + "◯".repeat(10 - min(10, floor(Done / Total * 10))).style("yellow") + " " + format(floor(Done / Total * 100)) + "%"

Blue Hexagon Symbol

⭓⭓⭓⭓⭓⭓⭔⭔⭔⭔ 60%

Copy the Notion formula:

"⭓".repeat(min(10, floor(Done / Total * 10))).style("blue") + "⭔".repeat(10 - min(10, floor(Done / Total * 10))).style("blue") + " " + format(floor(Done / Total * 100)) + "%"

Green Shaded Square Symbol

▧▧▧▧▧▧□□□□ 60%

Copy the Notion formula:

"▧".repeat(min(10, floor(Done / Total * 10))).style("green") + "□".repeat(10 - min(10, floor(Done / Total * 10))).style("green") + " " + format(floor(Done / Total * 100)) + "%"

Black Square With Spacing

◾◾◾◾◾◾□□□□ 60%

Copy the Notion formula:

"◾ ".repeat(min(10, floor(Done / Total * 10))).style("black") + "□ ".repeat(10 - min(10, floor(Done / Total * 10))).style("black") + " " + format(floor(Done / Total * 100)) + "%"

Pink Diamond Bar

❖❖❖❖❖❖⟐⟐⟐⟐ 60%

Copy the Notion formula:

"❖".repeat(min(10, floor(Done / Total * 10))).style("pink") + "⟐".repeat(10 - min(10, floor(Done / Total * 10))).style("pink") + " " + format(floor(Done / Total * 100)) + "%"

Orange Check Marks (No Tails)

✓✓✓✓✓✓ 60%

Copy the Notion formula:

"✓".repeat(min(10, floor(Done / Total * 10))).style("orange") + "".repeat(10 - min(10, floor(Done / Total * 10))).style("orange") + " " + format(floor(Done / Total * 100)) + "%"

Purple Moon (No Tails)

☾☾☾☾☾☾ 60%

Copy the Notion formula:

"☾".repeat(min(10, floor(Done / Total * 10))).style("purple") + "".repeat(10 - min(10, floor(Done / Total * 10))).style("purple") + " " + format(floor(Done / Total * 100)) + "%"

Brown Shadowed Square (No Tails)

❑❑❑❑❑❑ 60%

Copy the Notion formula:

"❑".repeat(min(10, floor(Done / Total * 10))).style("brown") + "".repeat(10 - min(10, floor(Done / Total * 10))).style("brown") + " " + format(floor(Done / Total * 100)) + "%"

Gray Halfmoon Symbol (No Tails)

◐◐◐◐◐◐

Copy the Notion formula:

"◐".repeat(min(10, floor(Done / Total * 10))).style("gray") + "".repeat(10 - min(10, floor(Done / Total * 10))).style("gray") + " " + format(floor(Done / Total * 100)) + "%"

Ultimate Notion Life Planner

Want to 5x your personal productivity? Organize your daily tasks, plans, goals, habits, journal, learning, bookmarks, reading, and more—all in one place!

Increase Personal Productivity

Ultimate Notion Finance Dashboard

Hate spreadsheets? Make your financial life 3x easier with integrated templates for tracking your budget, expenses, debts, investments, subscriptions, and financial goals.

Organize Your Finances

Notion Freelancer & Client Portal

Don’t like going back and forth with emails and Slack messages? Use this client portal template to work together on projects, tasks, meetings, payments, reminders, and more.

Make Client Work Easier
best all in one notion template life planner daily planner

Ultimate Life Planner Dashboard

Organize your daily tasks, plans, goals, habits, journal, learning, bookmarks, reading, and more—all in one place! Think of a personal manager that streamlines your digital productivity.

Boost Personal Productivity

Notion Finance Template

Manage your money! Track your budget, expenses, debts, investments, subscriptions, and financial goals

Notion Life Planner

Organize your daily tasks, plans, goals, habits, journal, learning, bookmarks, reading, events, and more—all in one place

Client Portal Tracker

Use this client portal template to work together on projects, tasks, meetings, payments, reminders, and more