Universal Linux Settings Application
Find a file
2024-04-04 02:19:44 +02:00
.github/workflows chore: Shrink CI/CD 2023-12-14 16:38:15 +01:00
assets chore: Remove unused files 2023-12-18 16:15:43 +01:00
better_test_plugin add example plugin 2024-03-29 16:44:53 +01:00
debian/DEBIAN newline kekw 2023-11-04 15:15:14 +01:00
flatpak chore: Bump version 2023-12-21 13:10:11 +01:00
src fix: Use adw prelude instead of traits 2024-04-04 02:19:44 +02: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 wip: Add generic audio stream 2024-04-02 12:13:09 +02:00
LICENSE Initial commit 2023-09-15 10:53:16 +02:00
PKGBUILD chore: Bump version 2023-12-21 13:10:11 +01:00
README.md chore: Add daemon entry 2023-12-18 16:33:03 +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.

Usage

Besides starting the application itself, a standalone daemon version (ReSet-Daemon) also exists, which is what provides the functionality for ReSet.
It is therefore possible to use a different application as well for interacting with the daemon.

By default, the daemon is integrated into ReSet and is started automatically if no other daemon is found.

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