diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-23 23:29:04 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-23 23:29:04 +0900 |
| commit | 43eb8fa817632e3f14e62c081d92cdda7c09b4ac (patch) | |
| tree | 3d640c7508f1e813cc151d09a0eee7ab57ae8c7d /config/waybar/modules | |
| parent | 14036bed49f3d833a2d9ee6f57936dad0c20be9a (diff) | |
Waybar Enhancements, groups, etc
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index c1f46871..071efb34 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -170,20 +170,51 @@ "disk", ] }, +"group/mobo_drawer": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "cpu", + "transition-left-to-right": true + }, + "modules": [ + "temperature", + "cpu", + "memory", + "disk", + ] +}, "group/laptop": { - "orientation": "horizontal", + "orientation": "inherit", "modules": [ "backlight", "battery", ] }, "group/audio": { - "orientation": "horizontal", + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "pulseaudio", + "transition-left-to-right": true + }, "modules": [ "pulseaudio", "pulseaudio#microphone", ] }, +"group/connections": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "bluetooth", + "transition-left-to-right": true + }, + "modules": [ + "network", + "bluetooth", + ] +}, "backlight": { "interval": 2, "align": 0, @@ -414,6 +445,17 @@ "", "", "", "", "" ] }, +"power-profiles-daemon": { + "format": "{icon}", + "tooltip-format": "Power profile: {profile}\nDriver: {driver}", + "tooltip": true, + "format-icons": { + "default": "", + "performance": "", + "balanced": "", + "power-saver": "" + } +}, "pulseaudio": { "format": "{icon} {volume}%", "format-bluetooth": "{icon} {volume}%", |
