Commit Graph

11 Commits

Author SHA1 Message Date
ae47cfd31d Documentation 2022-02-26 23:01:50 +01:00
e0fee4706f
Update README.md 2022-02-11 22:56:11 +01:00
7dc48b623f
Update README.md 2022-02-10 20:08:30 +01:00
7616ddd8fc
Start GUI
GUI in iced

Basic plot manipulation

Working solution

Fix documentation

Fix build scripts

Slice application

Change views

Very basic GUI

Reload config

GUI Helper for root tasks - maybe sock files for all services will be better

Add save button

Xorg gui and save config to target file

Documentation and clippy fixes

Avoid compiling gui on CI

Readme files

Add missing dependencies

Add missing pgp key

Refactor workflow

Refactor workflow

Add drag and drop
2022-01-28 10:17:41 +01:00
5698ab15d8
Improve monitor 2021-12-03 07:35:17 +01:00
0411594e96
Fix invalid hwmon directory path 2021-11-28 15:36:40 +01:00
Adrian Woźniak
75737de396
Better error messages, better error handling, improve temp config, move forward with voltage
Reorganize code, add basic voltage manipulation, fix errors

Reorganize code, add basic voltage manipulation, fix errors
2021-11-21 12:42:36 +01:00
Stefan Gehr
90e212a158 Fanspeeds as floats, 0 is lowest speed, bugfixes
1. The fanspeeds can now be specified as floats for better granularity
2. Removed 4 as the lowest possible speed. Lowest possible value is now 0.0
3. min and max values are now correctly read for pwm1 and not the rpm
   values of fan1 anymore
4. Percentage speed now gets correctly converted to the pwm values
   (usually between 0 and 255)
5. Before the update of the pwm-value was skipped when the current speed
   was below minimum or above maximum. This got removed. Why was that
   there in the first place?
6. Simpler algorithm for speed_for_temp
7. in monitor the min value is now actually below MIN and the max value
   below MAX. Before it was swapped
8. Fixed grammar error "can's" instead of "can't"
2021-07-19 22:25:34 +02:00
f121e165a5 Fix apache2 license file 2021-07-04 08:42:45 +02:00
2bfad54d50 Add License 2021-07-03 09:16:33 +02:00
Adrian Woźniak
8ce6bf86a1
Initial 2021-07-02 13:36:36 +02:00