Universal Linux Settings Application
Find a file
2023-12-18 16:15:20 +01:00
.github/workflows chore: Shrink CI/CD 2023-12-14 16:38:15 +01:00
assets chore: Add proper Readme 2023-12-18 16:15:20 +01:00
debian/DEBIAN newline kekw 2023-11-04 15:15:14 +01:00
flatpak fix: Use splice instead of remove to remove udef behavior 2023-12-17 21:48:25 +01:00
src fix: Show selected tab at startup 2023-12-17 22:28:33 +01:00
.gitignore chore: remove package 2023-11-04 14:29:29 +01:00
build.rs Add CSS to button 2023-11-02 14:14:07 +01:00
Cargo.toml fix: Show selected tab at startup 2023-12-17 22:28:33 +01:00
LICENSE Initial commit 2023-09-15 10:53:16 +02:00
PKGBUILD chore: Bump version of PKGBUILD 2023-12-17 22:43:30 +01:00
README.md chore: Add proper Readme 2023-12-18 16:15:20 +01:00
reset.desktop feat: Add .desktop files and add PKGBUILD for arch 2023-11-04 12:51:30 +01:00

ReSet

Logo of ReSet

A window manager/compositor agnostic settings application for Linux written in rust and gtk4.

Features

  • Bluetooth via bluez
  • Audio via PulseAudio
  • Wi-Fi via NetworkManager

Screenshots

Audio

Audio Screenshot of ReSet

Wi-Fi

Wi-Fi Screenshot of ReSet

Bluetooth

Bluetooth Screenshot of ReSet

Packaging

ReSet is available with the following packaging solutions:

Flatpak

We are currently not published on flatpak due to issues with permissions. This is being worked on...

installation: Download the flatpak package from the release and install with the terminal.

flatpak install --user reset.flatpak

Arch Package

Manually: Download the package from the releases tab and install it with pacman.

sudo pacman -U /path/to/reset

Debian Package(Ubuntu 23.04 dependencies)

Download the package from the releases tab and install it with apt. sudo apt install ./path/to/reset

crates

cargo install ReSet

Compiled Binary

The compiled binary is provided in the releases.

Roadmap

This application was developed as a semester project for the Eastern Switzerland University of Applied Sciences. With potential advancements as a next project, due to this, no major development will happen until February 2024. However, there is still a roadmap for this application.

  • Plugin System
  • Accessibility Features
  • Better Error handling
  • Customizable shortcuts
  • and more