diff options
| author | joott <josh@ottmail.me> | 2025-06-25 00:30:03 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-06-25 00:30:03 -0400 |
| commit | 7cf85579f61e46a8fa0347976cb68446bf4f3c9c (patch) | |
| tree | 1e2e6c8ff91ccaee2f5a517bc2b39dc77aa99e36 | |
| parent | 0a5d16f2b593e370f2724d27e3458a346931703e (diff) | |
| download | dotfiles-7cf85579f61e46a8fa0347976cb68446bf4f3c9c.tar.gz dotfiles-7cf85579f61e46a8fa0347976cb68446bf4f3c9c.zip | |
ok not that many
| -rw-r--r-- | waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 47ea1e5..032c3ed 100644 --- a/waybar/config +++ b/waybar/config @@ -5,7 +5,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], "modules-center": ["sway/window"], - "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "backlight", "network", "temperature", "cpu", "memory", "battery", "clock", "tray"], + "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "backlight", "network", "temperature", "memory", "battery", "clock", "tray"], // Modules configuration "sway/workspaces": { |