You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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`
63
63
- The sleep‑resume script `/usr/lib/systemd/system-sleep/my_msi_coreliquid_driver_sleep.sh`
64
64
65
65
### udev rules
@@ -127,7 +127,7 @@ You can build from source using the provided PKGBUILD.
127
127
makepkg -i
128
128
```
129
129
130
-
## Widget
130
+
## Plasma 6 Widget
131
131
132
132
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.
133
133
@@ -141,27 +141,29 @@ A Plasma 6 applet that provides a convenient GUI to switch between cooling modes
141
141
142
142
*Expanded view showing all available cooling modes.*
143
143
144
-
### Installation
144
+
### Widget installation
145
145
146
146
1. Ensure you have Plasma 6 installed.
147
147
2. Copy the `widget` folder to your local Plasma applets directory:
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.
161
164
162
165
The widget polls the systemd unit status every 5 seconds to keep the displayed mode up‑to‑date.
0 commit comments