Fan Strategy Control Applet for Cinnamon
This applet allows you to control the fan speed strategies of Framework laptops directly from your desktop. It uses fw-fanctrl / framework-ec to select different fan speed strategies.
/not-a-feature/fw_fanctrl_applet
Installation
Make sure fw-fanctrl is installed.
Via Cinnamon Applet Store
- Right click on the menu bar.
- Open "Applets".
- Click on "Download" tab.
- Search for "FanCTRL".
- Click on the install icon next to the applet name.
The applet should now be available in your Applets settings panel. Add it to your panel to start using it.
Via Git
Clone the git repository:
git clone https://github.com/not-a-feature/fw_fanctrl_applet
Copy the applet to your local Cinnamon applets directory:
cp -r fw_fanctrl_applet/files/* ~/.local/share/cinnamon/applets/
The applet should now be available in your Applets settings panel. Add it to your panel to start using it.
Usage
Once installed, click on the applet icon in your panel to open the menu. The menu displays a list of available fan speed strategies. Click on a strategy to select it. The applet will then use fw-fanctrl to apply the strategy.
Toggle visibility of strategies
You can toggle the visibility of the default strategies in the applet settings. It is also possible to change the icon.
Custom / non-standard strategies
To add your custom strategy from fw-fanctrl to this applet, edit the settings-schema.json
located in ~/.local/share/cinnamon/applets/fw_fanctrl@juleskreuer.eu
-
Replace the following
<NAME>
tags by the strategy name found in the fw-fanctrl config. -
Add
<NAME>
to thestrategies
list. -
Add following block after the
strategies
line. Replace<Label for NAME>
by your desired label: -
Reload the Applet (Hamburger menu top right)
Dependencies
This applet requires fw-fanctrl to control the fan speed.