{"id":17286209,"url":"https://github.com/kamiyaa/dwmstatus","last_synced_at":"2025-04-14T10:42:54.772Z","repository":{"id":39602237,"uuid":"56940744","full_name":"kamiyaa/dwmstatus","owner":"kamiyaa","description":"A status bar written in C for dwm, but can work for others","archived":false,"fork":false,"pushed_at":"2019-06-06T02:00:53.000Z","size":78,"stargazers_count":17,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T00:01:31.410Z","etag":null,"topics":["c","dwm-status","sysfs","uptime","xcb"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamiyaa.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}},"created_at":"2016-04-23T21:06:05.000Z","updated_at":"2024-10-30T18:09:28.000Z","dependencies_parsed_at":"2022-09-20T05:50:48.956Z","dependency_job_id":null,"html_url":"https://github.com/kamiyaa/dwmstatus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fdwmstatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fdwmstatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fdwmstatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Fdwmstatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamiyaa","download_url":"https://codeload.github.com/kamiyaa/dwmstatus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248867509,"owners_count":21174748,"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","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":["c","dwm-status","sysfs","uptime","xcb"],"created_at":"2024-10-15T09:58:43.073Z","updated_at":"2025-04-14T10:42:54.746Z","avatar_url":"https://github.com/kamiyaa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dwmstatus\n## Description\nA simple, customizable status bar for Dynamic Window Manager(dwm)\n\nExports status bar to X11 root window via xcb instead of xlib\n\nOutput:\n```\n/* charging */\n\u003c---\u003e │ 0.94GHz │ 39°C │ [100%+] │ Vol: 50% │ 1:09 │ Thu 10/29  4:20\n/* discharging */\n\u003c---\u003e │ 0.94GHz │ 39°C │ [99%] │ Vol: 50% │ 1:69 │ Thu 10/29  4:20\n/* AC power */\n\u003c---\u003e │ 0.94GHz │ 39°C │ [0%] │ Vol: 50% │ 1:48 │ Thu 10/29  4:20\n```\n\n## Requirements\n - c compiler\n - [xcb-util](https://xcb.freedesktop.org/) [For exporting status bar to root X11 window]\n - Kernel options:\n   - `CONFIG_SYSFS`: sysfs file system support [Where most information will be parsed from]\n   - `CONFIG_THERMAL_HWMON`: Expose thermal sensors as hwmon device [For getting cpu temps]\n\n## Installation\nInstallation using **make**:\n```\n$ cd dwmstatus/src\n$ make\n# make install\n```\nAlternatively, you can install using **meson**:\n```\n$ cd dwmstatus\n$ meson build\n$ ninja -C build\n# ninja -C build install\n```\n\n## Running\n```\n$ dwmstatus_std  # for outputting to stdout\n$ dwmstatus_xcb  # for outputting to X11 root window\n```\n\n## Configuration\nAll configurations are done through `config.def.h`/`config.h`\nto keep the program simple and fast(?).\nNote: some functions may be commented from my usages.\nUncomment to use them.\n\n## Features\n - Displays date, uptime, battery percentage\n - Displays a single cpu's frequency and temperature\n - Displays network connections\n   - only if connected to access point, not internet access\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiyaa%2Fdwmstatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamiyaa%2Fdwmstatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiyaa%2Fdwmstatus/lists"}