first version with basic fan monitor

This commit is contained in:
marc barbier
2021-08-25 11:47:05 +02:00
parent 0f1d1d329c
commit 185a181f59
3 changed files with 72 additions and 1 deletions
+9 -1
View File
@@ -1,2 +1,10 @@
# Faustus-Gnome-Monitor
a fan monitor for the asus tuf faustus driver @hackbnw/faustus
a fan monitor for the asus tuf faustus driver https://github.com/hackbnw/faustus
this simple gnome extension will only display if your laptop support /sys/devices/platform/faustus/throttle_thermal_policy
you can check this by simply doing ```ls /sys/devices/platform/faustus/throttle_thermal_policy``` if there is no error then you are fine.
# Installation
```
mkdir -p ~/.local/share/gnome-shell/extensions/fan_status@Marc-Pierre-Barbier.github.com
git clone https://github.com/Marc-Pierre-Barbier/Faustus-Gnome-Monitor ~/.local/share/gnome-shell/extensions/fan_status@Marc-Pierre-Barbier.github.com
```