diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-01 15:26:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-01 15:26:06 +0900 |
| commit | 307d2845e53477e2cd1cd266167d2065c2568f67 (patch) | |
| tree | dba6a87502f36b59c78bd2dcf251293db9d63df3 /config/waybar/ModulesGroups | |
| parent | 2122e25c28f741cdb21f0654d185431f3452cfd4 (diff) | |
| parent | 8e34d7dc86c6fff85fa6601b49068f047062b5db (diff) | |
Merge pull request #512 from JaKooLit/main
Main to Development
Diffstat (limited to 'config/waybar/ModulesGroups')
| -rw-r--r-- | config/waybar/ModulesGroups | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/waybar/ModulesGroups b/config/waybar/ModulesGroups index 6e18ca52..923f6a30 100644 --- a/config/waybar/ModulesGroups +++ b/config/waybar/ModulesGroups @@ -19,13 +19,13 @@ "custom/tty", "custom/browser", "custom/settings", - "power-profiles-daemon", ] }, "group/motherboard": { "orientation": "horizontal", "modules": [ "cpu", + "power-profiles-daemon", "memory", "temperature", "disk", @@ -41,7 +41,8 @@ }, "modules": [ "temperature", - "cpu", + "cpu", + "power-profiles-daemon", "memory", "disk", ] |
