diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2024-12-29 13:11:42 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2024-12-29 13:11:42 +0900 |
| commit | a83c5662f99bfd0ba835547c32cbd6a0bd7b9947 (patch) | |
| tree | 2abda780c1f7b478e83132bb669681053ce8624e /config/waybar/ModulesGroups | |
| parent | 0bfad9ef3e7f3b342f9fd4e6b5388ff6c4cd21d3 (diff) | |
moved / added the power-profiles-daemon waybar module to mobo / mobo drawer
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", ] |
