{"id":23287182,"url":"https://github.com/blackm0re/i3lock-extended","last_synced_at":"2025-04-06T15:43:24.685Z","repository":{"id":94389975,"uuid":"248544718","full_name":"blackm0re/i3lock-extended","owner":"blackm0re","description":"i3lock-extended is a fork of i3lock offering some additional features and niceties.","archived":false,"fork":false,"pushed_at":"2024-11-25T13:55:03.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T21:43:37.946Z","etag":null,"topics":["c","gnu-linux","i3lock","led-clock","screensaver","unix"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackm0re.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2020-03-19T15:56:58.000Z","updated_at":"2024-11-25T13:55:07.000Z","dependencies_parsed_at":"2024-11-25T14:42:09.027Z","dependency_job_id":null,"html_url":"https://github.com/blackm0re/i3lock-extended","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackm0re%2Fi3lock-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackm0re%2Fi3lock-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackm0re%2Fi3lock-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackm0re%2Fi3lock-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackm0re","download_url":"https://codeload.github.com/blackm0re/i3lock-extended/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247507772,"owners_count":20950225,"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","gnu-linux","i3lock","led-clock","screensaver","unix"],"created_at":"2024-12-20T02:16:10.677Z","updated_at":"2025-04-06T15:43:24.650Z","avatar_url":"https://github.com/blackm0re.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i3lock-extended\n\ni3lock-extended is a fork of i3lock (https://github.com/i3/i3lock).\nIt was started by Simeon Simeonov (sgs @ LiberaChat) as a small hack, \nimplementing a LED-clock on top of an existing and robust screensaver.\n\ni3lock-extended adds some additional functionality and is a free-software\nlicenced under the GPL3+. Most of the code is copyrighted by Michael Stapelberg\nunder a different license. See LICENSE for more information\\!\n\nThe original README.md file from i3lock, containing installation instructions\ncan be found as INSTALL.md.\n\n\n## Additional features\n\n- LED-clock\n- Digital clock\n- Elapsed time since activation\n- Display-text\n- Count broken-down time until a specific calendar time (absolute time)\n\ni3lock-extended includes all of the original code and features of i3lock.\n\nPlease refer to the manual page for more details and information about the different parameters\\!\n\n\n## Versioning\n\ni3lock-extended will merge the changes and fixes coming to i3lock in the\nfuture.\n\nIn order to create more clarity the version format for i3lock-extended will be:\n\\\u003cextended version starting from 1\u003e.\\\u003ci3lock version that is merged in\\\u003e[a-z\nextended revision if used].\n\n\n## Installation\n\n### Gentoo\n\n   ```bash\n   # add sgs' custom repository using app-eselect/eselect-repository\n   eselect repository add sgs\n\n   emerge x11-misc/i3lock-extended\n   ```\n\n\n### Fedora ( \u003e= 31)\n\nSet up a custom repo as described: https://pkg.pichove.org/Fedora/README.txt\n\nKey fingerprint: A664 5797 661E 2F47 3DD3  FF06 BCE7 0555 C3BB 08F7\n\nInstall the package:\n\n   ```bash\n   sudo dnf install i3lock-extended\n   ```\n\n\n### From source (meson \u003e 0.55.0)\n\n   ```bash\n   wget https://github.com/blackm0re/i3lock_extended/releases/download/\u003cversion\u003e/i3lock-extended-\u003cversion\u003e.tar.xz\n   tar Jxvf i3lock-extended-\u003cversion\u003e.tar.xz\n   cd i3lock-extended-\u003cversion\u003e\n   meson setup build --prefix=/usr\n   meson compile -C build\n   sudo meson install -C build\n   ```\n\n\n### From git (meson \u003e 0.55.0)\n\n   ```bash\n   git clone https://github.com/blackm0re/i3lock-extended.git\n   cd i3lock-extended\n   meson setup build --prefix=/usr\n   meson compile -C build\n   sudo meson install -C build\n   ```\n\n\n## Examples\n\nThe following invocation\n\n   ```bash\n   i3lock-extended -f -L -n -S 32 -c 000000 -F 000000 -O 00FF00 -B 7f7f7f -R 7f7f7f -G 7f7f7f -D -E\n   ```\n\nproduces the following result:\n\n![Screenshot](https://simeon.simeonov.no/programs/i3lock_extended/screenshot.png)\n\nwhile\n\n   ```bash\n   date +%s -d\"Jan 1, 2021 00:00:00\"\n   # returns seconds since the Epoch (f.i. 1609455600)\n   i3lock-extended -f -L -n -S 32 -c 000000 -F 000000 -O 00FF00 -B 7f7f7f -R 7f7f7f -G 7f7f7f \\ \n   -D -C 1609455600 -W left -Z top -J \"%d days, %h hours, %m minutes and %s seconds until 2021\"\n   ```\n\nalso displays the broken-down time until 2021 using the specified template (-J)\nin the top left corner (instead of elapsed time).\n\n\n## Support and contributing\n\ni3lock-extended is hosted on GitHub: https://github.com/blackm0re/i3lock-extended\n\n\n## Author\n\nSimeon Simeonov - sgs @ LiberaChat\n\n\n## [License](https://github.com/blackm0re/i3lock-extended/blob/master/LICENSE)\n\nCopyright 2020-2024 Simeon Simeonov\n\nLicensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html\n\nThis software includes software copyrighted by Michael Stapelberg and\ndistributed under a different license: See LICENSE for more information!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackm0re%2Fi3lock-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackm0re%2Fi3lock-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackm0re%2Fi3lock-extended/lists"}