Skip to content

Commit c94f27f

Browse files
committed
Update readme.
1 parent 50b5c27 commit c94f27f

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cat install_manifest.txt | xargs sudo rm
5959
This will install:
6060

6161
- The executable `/usr/local/bin/my_msi_coreliquid_driver`
62-
- The systemd service `/usr/lib/systemd/system/my_msi_coreliquid_driver.service`
62+
- The systemd service `/usr/lib/systemd/system/my_msi_coreliquid_driver@.service`
6363
- The sleep‑resume script `/usr/lib/systemd/system-sleep/my_msi_coreliquid_driver_sleep.sh`
6464

6565
### udev rules
@@ -127,7 +127,7 @@ You can build from source using the provided PKGBUILD.
127127
makepkg -i
128128
```
129129

130-
## Widget
130+
## Plasma 6 Widget
131131

132132
A Plasma 6 applet that provides a convenient GUI to switch between cooling modes of the MSI CoreLiquid S360 AIO. The widget displays the current mode and allows you to switch between Silent, Balance, Game, and Smart modes with a single click.
133133

@@ -141,27 +141,29 @@ A Plasma 6 applet that provides a convenient GUI to switch between cooling modes
141141

142142
*Expanded view showing all available cooling modes.*
143143

144-
### Installation
144+
### Widget installation
145145

146146
1. Ensure you have Plasma 6 installed.
147147
2. Copy the `widget` folder to your local Plasma applets directory:
148-
```bash
149-
cp -r widget ~/.local/share/plasma/plasmoids/com.msi.mycoreliquid.switcher
150-
```
148+
149+
```bash
150+
cp -r widget ~/.local/share/plasma/plasmoids/com.msi.mycoreliquid.switcher
151+
```
152+
151153
3. Right‑click on the panel (or desktop) → **Add Widgets** → find **MSI CoreLiquid S360 Control** and drag it to the panel.
152154

153155
Alternatively, you can install system‑wide (requires root):
156+
154157
```bash
155158
sudo cp -r widget /usr/share/plasma/plasmoids/com.msi.mycoreliquid.switcher
156159
```
157160

158-
### Usage
161+
#### Widget usage
159162

160163
Click the widget icon in the system tray to expand it, then select the desired cooling mode. The widget will automatically stop the previous systemd service and start the new one (e.g., `my_msi_coreliquid_driver@2` for Game mode). The icon changes to reflect the active mode.
161164

162165
The widget polls the systemd unit status every 5 seconds to keep the displayed mode up‑to‑date.
163166

164-
165167
## License
166168

167169
GPLv3 – see the LICENSE file.

0 commit comments

Comments
 (0)