{"id":25642872,"url":"https://github.com/fulgurcode/systune","last_synced_at":"2026-03-07T17:33:13.126Z","repository":{"id":278850888,"uuid":"931670131","full_name":"FulgurCode/SysTune","owner":"FulgurCode","description":"SysTune is a lightweight, GTK-based system settings manager for Linux, offering an all-in-one interface for configuring essential system and security settings while remaining independent of any desktop environment.","archived":false,"fork":false,"pushed_at":"2025-02-22T03:54:11.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-22T04:25:49.003Z","etag":null,"topics":["c","gtk","gtk4","linux"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FulgurCode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-12T17:00:57.000Z","updated_at":"2025-02-22T03:54:15.000Z","dependencies_parsed_at":"2025-02-22T04:35:56.739Z","dependency_job_id":null,"html_url":"https://github.com/FulgurCode/SysTune","commit_stats":null,"previous_names":["fulgurcode/systune"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2FSysTune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2FSysTune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2FSysTune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FulgurCode%2FSysTune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FulgurCode","download_url":"https://codeload.github.com/FulgurCode/SysTune/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240275909,"owners_count":19775615,"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","gtk","gtk4","linux"],"created_at":"2025-02-23T06:16:15.734Z","updated_at":"2026-03-07T17:33:13.090Z","avatar_url":"https://github.com/FulgurCode.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SysTune\n\nSysTune is a lightweight and efficient GTK-based system settings manager built in C for Linux. It provides an all-in-one interface for managing essential system configurations while being completely **desktop-independent**. Users can effortlessly configure display settings, audio controls, connectivity options, security settings, and more, making SysTune a versatile choice for both desktop environments and lightweight window managers.\n\n## Features\n- **Display settings**: Resolution, brightness, themes\n- **Audio controls**: Volume management\n- **Connectivity options**: Bluetooth, WiFi\n- **Autostart applications**\n- **Security settings**: Firewall, SSH management\n- **Default applications**\n- **User permissions**: Modify group memberships\n- **Custom keyboard shortcuts**: Improved workflow\n- **Configuration file support**: Easy backup and restoration\n\n## Technologies Used\n- C\n- GTK\n- Pulseaudio\n- BlueZ\n- Wireless Tools\n- UFW\n\n## Usage \n\n### Dependencies\n\n* gtk4 \u0026 adwaita\n* nmcli\n* pactl\n* swww ( for wayland ) |  feh ( for xorg )\n* ufw\n* brightnessctl\n* wlr-randr | xrandr\n\n### Steps\n\n1. **Clone the repo**\n   ```bash\n   git clone https://github.com/fulgurcode/systune.git\n   ```\n2. **Build**\n   ```bash\n   make build\n   ```\n3. **Run**\n   ```bash\n   make run\n   ```\n\n## Contributing\n\nContributions are welcome! To contribute to this project:\n\n1. **Fork the project**\n2. **Clone the fork**\n   ```bash\n   git clone https://github.com/\u003cusername\u003e/systune.git\n   ```\n3. **Add Upstream**\n   ```bash\n   git remote add upstream https://github.com/fulgurcode/systune.git\n   ```\n4. **Create a new branch**\n   ```bash\n   git checkout -b feature\n   ```\n5. **Make your changes**\n6. **Commit your changes**\n   ```bash\n   git commit -am \"Add new feature\"\n   ```\n7. **Update main**\n   ```bash\n   git checkout main\n   git pull upstream main\n   ```\n8. **Rebase to main**\n   ```bash\n   git checkout feature\n   git rebase main\n   ```\n9. **Push to the branch**\n   ```bash\n   git push origin feature\n   ```\n10. **Create a new Pull Request**\n\n\n\n## LICENSE\n\n[The GPLv3 License (GPLv3)](LICENSE)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n\n## Contact\n\n#### Vaishakh G K\n- **Email:** [vaishakhgk2006@gmail.com](mailto:vaishakhgk2006@gmail.com)\n- **Website:** [Vaishakh GK](https://vaishakhgk.com)\n- **GitHub:** [VAISHAKH-GK](https://github.com/VAISHAKH-GK)\n\n#### Shreyas S K\n- **Email:** [shreyassk.dev@gmail.com](mailto:shreyassk.dev@gmail.com)\n- **GitHub:** [Shreyas S K](https://github.com/shreyasskdev)\n\n#### Adarsh S K\n- **GitHub:** [natejacobs1](https://github.com/natejacobs1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulgurcode%2Fsystune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulgurcode%2Fsystune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulgurcode%2Fsystune/lists"}