{"id":19901383,"url":"https://github.com/lissy93/conky-system-stats-widget","last_synced_at":"2025-10-26T07:39:37.448Z","repository":{"id":69393534,"uuid":"119211432","full_name":"Lissy93/conky-system-stats-widget","owner":"Lissy93","description":"🎀 A minimal conky configuration to show real-time system resource usage on Linux","archived":false,"fork":false,"pushed_at":"2022-12-02T00:03:35.000Z","size":3372,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-02T23:35:56.197Z","etag":null,"topics":["conky"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lissy93.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-27T23:28:39.000Z","updated_at":"2025-01-15T17:19:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c49c3b35-22bf-4c22-a080-dc7c1d471b4b","html_url":"https://github.com/Lissy93/conky-system-stats-widget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lissy93/conky-system-stats-widget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fconky-system-stats-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fconky-system-stats-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fconky-system-stats-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fconky-system-stats-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lissy93","download_url":"https://codeload.github.com/Lissy93/conky-system-stats-widget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fconky-system-stats-widget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281074243,"owners_count":26439421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["conky"],"created_at":"2024-11-12T20:14:50.955Z","updated_at":"2025-10-26T07:39:37.442Z","avatar_url":"https://github.com/Lissy93.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🎀 System Stats Widget for Linux\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eA minimal conky configuration to show real-time system resource usage on Linux\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"800\" src=\"demo.gif\" alt=\"Screen recording\" /\u003e\u003cp\u003e\n\n\n### About\nThis conky widget aims to show vital system stats at a glance, while also being simple, minimal and lightweight.\n\n[Conky](https://github.com/brndnmtthws/conky) is an open source, light-weight system monitor for X. It's easy to write widgets for, and can be used to display any kind of data directly on your desktop. For more info, see the [Conky Wiki on GitHub](https://github.com/brndnmtthws/conky/wiki)\n\n### Installation\nFirstly, if you haven't already - then install Conky for your system. See the [Installation Wiki](https://github.com/brndnmtthws/conky/wiki/Installation) for distro-specific instructions.\n\nThen download [`minimal-system-conky.conf`](https://raw.githubusercontent.com/Lissy93/conky-system-stats-widget/master/minimal-system-conky.conf), and pass it to conky, with the `--config` flag. e.g:\n\n```bash\nmkdir -p ~/.config/conky/\ncurl -o ~/.config/conky/minimal-system-conky.conf  \\\n  https://raw.githubusercontent.com/Lissy93/conky-system-stats-widget/master/minimal-system-conky.conf\nconky --config ~/.config/conky/minimal-system-conky.conf\n```\n\n\n### Contributing\nIf you have an improvement that you'd like to make, feel free to submit a pull request.\n\n---\n\n\u003cp  align=\"center\"\u003e\n  \u003ci\u003e© \u003ca href=\"https://aliciasykes.com\"\u003eAlicia Sykes\u003c/a\u003e 2018\u003c/i\u003e\u003cbr\u003e\n  \u003ci\u003eLicensed under \u003ca href=\"https://gist.github.com/Lissy93/143d2ee01ccc5c052a17\"\u003eMIT\u003c/a\u003e\u003c/i\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/lissy93\"\u003e\u003cimg src=\"https://i.ibb.co/4KtpYxb/octocat-clean-mini.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fconky-system-stats-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flissy93%2Fconky-system-stats-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fconky-system-stats-widget/lists"}