Skip to content

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.

License

Notifications You must be signed in to change notification settings

FulgurCode/SysTune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SysTune

SysTune 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.

Features

  • Display settings: Resolution, brightness, themes
  • Audio controls: Volume management
  • Connectivity options: Bluetooth, WiFi
  • Autostart applications
  • Security settings: Firewall, SSH management
  • Default applications
  • User permissions: Modify group memberships
  • Custom keyboard shortcuts: Improved workflow
  • Configuration file support: Easy backup and restoration

Technologies Used

  • C
  • GTK
  • Pulseaudio
  • BlueZ
  • Wireless Tools
  • UFW

Contributing

Contributions are welcome! To contribute to this project:

  1. Fork the project
  2. Clone the fork
    git clone https://github.com/<username>/systune.git
  3. Add Upstream
    git remote add upstream https://github.com/fulgurcode/systune.git
  4. Create a new branch
    git checkout -b feature
  5. Make your changes
  6. Commit your changes
    git commit -am "Add new feature"
  7. Update main
    git checkout main
    git pull upstream main
  8. Rebase to main
    git checkout feature
    git rebase main
  9. Push to the branch
    git push origin feature
  10. Create a new Pull Request

LICENSE

The GPLv3 License (GPLv3)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Contact

Vaishakh G K

Shreyas S K

Naveen O V

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published