{"id":13752006,"url":"https://github.com/nullxception/roundy","last_synced_at":"2026-02-21T03:23:11.378Z","repository":{"id":117633588,"uuid":"320763992","full_name":"nullxception/roundy","owner":"nullxception","description":"fast, cute, and-of-course, roundy prompt-theme for Zsh","archived":false,"fork":false,"pushed_at":"2025-10-28T11:41:00.000Z","size":273,"stargazers_count":50,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T13:26:29.278Z","etag":null,"topics":["zsh","zsh-prompt","zsh-theme"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullxception.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-12-12T06:23:32.000Z","updated_at":"2025-10-28T11:41:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2c0d2df-cf58-41b9-8cea-4c040454b7c7","html_url":"https://github.com/nullxception/roundy","commit_stats":null,"previous_names":["asyncmash/roundy","nullxception/roundy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nullxception/roundy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullxception%2Froundy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullxception%2Froundy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullxception%2Froundy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullxception%2Froundy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullxception","download_url":"https://codeload.github.com/nullxception/roundy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullxception%2Froundy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["zsh","zsh-prompt","zsh-theme"],"created_at":"2024-08-03T09:00:58.107Z","updated_at":"2026-02-21T03:23:11.360Z","avatar_url":"https://github.com/nullxception.png","language":"Shell","readme":"\u003cdiv align=center\u003e\n    \u003cimg alt=\"logo-of-roundy-theme\" src=\"roundy.png\" width=\"30%\"\u003e\u003cbr\u003e\u003cbr\u003e\n    fast, cute, and-of-course, \u003ci\u003eroundy\u003c/i\u003e prompt theme for zsh\n\u003c/div\u003e\n\n# Preview\n\n![preview-of-roundy-theme](preview.png)\n\n\u003e Using [Cherry-midnight colorscheme](https://github.com/nullxception/cherry-kde/blob/main/kitty/cherry-midnight.conf) and [JetBrains Mono Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/latest)\n\n# Required\n\n- [Nerd-patched](https://github.com/ryanoasis/nerd-fonts)'s Fonts\n- Terminal with unicode support.\n\nTo check whether your terminal ready to using this theme, use this command :\n\n```sh\necho -e '\\ue0b6\\ue0b4'\n```\n\nif it returns a circle, then we can go to the next step 🥳\n\n# Installation\n\n- antigen\n\n```zsh\nantigen bundle nullxception/roundy\n```\n\n- zplug\n\n```zsh\nzplug nullxception/roundy, use:roundy.zsh, from:github, as:theme\n```\n\n- zinit\n\n```zsh\nzinit light nullxception/roundy\n```\n\n# Options\n\nOptions in roundy are configured in a regular variable, you can override it on your `.zshrc`.\nHere's Default Options that currently available to override:\n\n```sh\n# Icon definition for Command's Exit Status\n# Note: If your custom symbol overlaps the background or didn't have enough width,\n#       you can add space at the end of your defined symbol.\nROUNDY_EXITSTATUS_GOOD=\"﫟\"\n# You can also using hex code like this\nROUNDY_EXITSTATUS_BAD=$'\\uf658 '\n\n# Minimal time (in ms) for the Time Execution of Command is displayed in prompt\n# Set to 0 to disable it\nROUNDY_TEXC_MIN_MS=5\n\n# Overriding username info\nROUNDY_USER_CONTENT_NORMAL=\" %n \"\nROUNDY_USER_CONTENT_ROOT=\" %n \"\n\n# Working Directory Info Mode\n# Valid choice are : \"full\", \"short\", or \"dir-only\"\n# Example Output\n#   full     : /etc/httpd/conf/extra\n#   short    : /e/h/c/extra\n#   dir-only : extra\nROUNDY_DIR_MODE=\"dir-only\"\n\n# Whether drawing a gap between a prompt\nROUNDY_PROMPT_HAS_GAP=true\n```\n\n## Colors\n\nBy nature of Zsh, colors can be specified using :\n\n- a decimal integer (0-15, or 0-255 if `$TERM` supported)\n- alias of the eight colors provided by zsh\n- or, as a regular #FFFFFF color hex (if `$TERM` supported, or with the help of `zsh/nearcolor` module)\n\n```sh\n# Command Exit Status\nROUNDY_COLORS_BG_EXITSTATUS=4\nROUNDY_COLORS_FG_EXITSTATUS=0\n\n# Time Execution of Command\nROUNDY_COLORS_BG_TEXC=0\nROUNDY_COLORS_FG_TEXC=2\n\n# User Display\nROUNDY_COLORS_BG_USER=8\nROUNDY_COLORS_FG_USER=7\n\n# Directory Info\nROUNDY_COLORS_BG_DIR=8\nROUNDY_COLORS_FG_DIR=4\n\n# Git Info\nROUNDY_COLORS_BG_GITINFO=5\nROUNDY_COLORS_FG_GITINFO=0\n```\n\n# Acknowledgement\n\n- Inspired by [Harry Elric](https://github.com/owl4ce)'s [Joyful Desktop v3](https://github.com/owl4ce/dotfiles/tree/3.0) prompt\n- [ryanoasis](https://github.com/ryanoasis)'s [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) for half-circle and most of the awesome additional glyphs on Nerd Fonts\n\n# License\n\nCopyright © 2020 [Nauval Rizky](https://github.com/nullxception). This project is [BSD 3-Clause License](LICENSE) licensed.\n","funding_links":[],"categories":["Themes","Terminal","Shell"],"sub_categories":["ZSH on Windows","Prompt"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullxception%2Froundy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullxception%2Froundy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullxception%2Froundy/lists"}