{"id":17132986,"url":"https://github.com/shikhalev/conky","last_synced_at":"2026-05-03T19:34:47.499Z","repository":{"id":62640514,"uuid":"555666267","full_name":"shikhalev/conky","owner":"shikhalev","description":"Some Conky Stuff","archived":false,"fork":false,"pushed_at":"2022-11-04T14:32:46.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T05:44:18.144Z","etag":null,"topics":["conky","desktop","linux","sysinfo"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shikhalev.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":"2022-10-22T03:25:56.000Z","updated_at":"2022-10-22T03:54:50.000Z","dependencies_parsed_at":"2022-11-04T07:03:17.645Z","dependency_job_id":null,"html_url":"https://github.com/shikhalev/conky","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shikhalev/conky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikhalev%2Fconky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikhalev%2Fconky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikhalev%2Fconky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikhalev%2Fconky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shikhalev","download_url":"https://codeload.github.com/shikhalev/conky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikhalev%2Fconky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["conky","desktop","linux","sysinfo"],"created_at":"2024-10-14T19:29:04.097Z","updated_at":"2026-05-03T19:34:47.479Z","avatar_url":"https://github.com/shikhalev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conky\n\nSome Conky Stuff\n\n## Lua Scripts\n\n### `utils.lua`\n\n#### `conky_format()`\n\n```Lua\nfunction conky_format(format, number)\n```\n\nUsage example:\n\n```Conky\n${lua format %3s ${cpu cpu1}}\n```\n\n#### Micro utils\n\n```Lua\nfunction round(value)\n```\n\n```Lua\nfunction trim(value)\n```\n\n```Lua\nfunction readlink(path)\n```\n\n### `hwmon.lua`\n\n#### `conky_hwmon()`\n\n```Lua\nfunction conky_hwmon(device, type, index)\n```\n\nReplacement for `${hwmon ...}` statement with name of device instead number. Also NVME devices named with index: `nvme0`, `nvme1`, etc.\n\nUsage example:\n\n```Conky\n${lua hwmon k10temp temp 1}\n```\n\n#### `conky_hwmon_index()`\n\n```Lua\nfunction conky_hwmon_index(device)\n```\n\nReturn index of named device.\n\nUsage example:\n\n```Conky\n${lua hwmon_index k10temp}\n```\n\n### `apcups.lua`\n\nGet data from `apcupsd` service by `apcaccess`.\n\n#### `conky_apcups_get()`\n\n```Lua\nfunction conky_apcups_get(hostport, property, update)\n```\n\nGet some property. Set `update` to `true` for one (first) property of device.\n\nUsage example:\n\n```Conky\n${lua apcups_get localhost:3551 model true}\n${lua apcups_get localhost:3551 bcharge}\n```\n\n#### `conky_apcups_load()`\n\n```Lua\nfunction conky_apcups_load(hostport)\n```\n\nReload data for device.\n\nUsage example:\n\n```Conky\n${lua apcups_load localhost:3551}${lua apcups_get localhost:3551 model}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikhalev%2Fconky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshikhalev%2Fconky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikhalev%2Fconky/lists"}