{"id":16972470,"url":"https://github.com/erayaydin/powernot","last_synced_at":"2025-10-09T11:48:32.609Z","repository":{"id":84835919,"uuid":"104737573","full_name":"erayaydin/powernot","owner":"erayaydin","description":"Power Notification Tool for i3 Window Manager","archived":false,"fork":false,"pushed_at":"2019-02-15T12:50:40.000Z","size":8,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T02:40:37.125Z","etag":null,"topics":["i3-window-manager","i3wm","linux","notification","power"],"latest_commit_sha":null,"homepage":null,"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/erayaydin.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}},"created_at":"2017-09-25T10:43:43.000Z","updated_at":"2019-02-15T12:50:42.000Z","dependencies_parsed_at":"2023-03-08T05:45:30.125Z","dependency_job_id":null,"html_url":"https://github.com/erayaydin/powernot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erayaydin/powernot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erayaydin%2Fpowernot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erayaydin%2Fpowernot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erayaydin%2Fpowernot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erayaydin%2Fpowernot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erayaydin","download_url":"https://codeload.github.com/erayaydin/powernot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erayaydin%2Fpowernot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001311,"owners_count":26083059,"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-09T02:00:07.460Z","response_time":59,"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":["i3-window-manager","i3wm","linux","notification","power"],"created_at":"2024-10-14T00:59:30.447Z","updated_at":"2025-10-09T11:48:32.587Z","avatar_url":"https://github.com/erayaydin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerNot\n\nPower notification tool for i3 window manager.\n\n## Configuration\n\nYou can configure some settings by manually editing the `powernot` file.\n\n### Modes\n\nThere is 4 modes in powernot.\n\n- Charging Mode\n- Discharging Mode\n  - Safe Mode\n  - Danger Mode\n  - Critical Mode\n\nThis mode switches handling with percentage of remaining battery.\n\n```\nSAFE=30\nDANGER=15\nCRITICAL=5\n```\n\n### Timers\n\n- TIMER (current timer depending on current battery state)\n- CHARGING_TIMER (Charging timer)\n- SAFE_TIMER (Discharging safe mode timer)\n- DANGER_TIMER (Discharging danger mode timer)\n- CRITICAL_TIMER (Discharging critical mode timer)\n\n```\nTIMER=5\nCHARGING_TIMER=10\nSAFE_TIMER=5\nDANGER_TIMER=2\nCRITICAL_TIMER=1\n```\n\nEvery mode has different sleeping timers. You can change them by editing the `powernot` file.\n\n### CRITICAL_HIBERNATE\n\n```\nCRITICAL_HIBERNATE=1\n```\n\n### Using powernot as a systemd service\nSystemd's user mode can be used to autostart and run `powernot` in the background.\n\nFirst, create a `service` file in `~/.config/systemd/user/powernot.service`. Make sure to replace `USERNAME` with your actual username.\n\n```\n$ cat ~/.config/systemd/user/powernot.service\n[Unit]\nDescription=powernot\n\n[Service]\nExecStart=/home/USERNAME/git/powernot/powernot\n\n[Install]\nWantedBy=default.target\n```\n\nEnable the service if you want the service to be autostarted:\n```\nsystemctl --user enable powernot.service\n```\n\nYou can also manually start the service (if it has not been autostarted already):\n```\nsystemctl --user start powernot.service\n```\n\nTo check the current status of the service, run:\n```\nsystemctl --user status powernot.service\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferayaydin%2Fpowernot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferayaydin%2Fpowernot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferayaydin%2Fpowernot/lists"}