diff --git a/desktop/.config/waybar/config b/desktop/.config/waybar/config
index 0ead00c..6f2a18e 100644
--- a/desktop/.config/waybar/config
+++ b/desktop/.config/waybar/config
@@ -2,7 +2,7 @@
     "layer": "top",
     "modules-left": ["river/tags", "custom/events", "custom/vidl", "river/window"],
     "modules-center": ["clock", "custom/media"],
-    "modules-right": ["river/mode", "custom/wireguard", "custom/archupdates", "pulseaudio", "backlight", "network", "cpu", "memory", "temperature", "battery", "tray"],
+    "modules-right": ["river/mode", "custom/wireguard", "custom/archupdates", "pulseaudio", "backlight", "network", "cpu", "memory", "temperature", "tray", "battery"],
     "custom/archupdates": {
         "format": "{icon}",
         "format-alt": "{} {icon}",
@@ -29,7 +29,7 @@
         "format": "{icon}",
         "format-warning": "{capacity}% {icon}",
         "format-critical": "{capacity}% {icon}",
-        "format-alt":"{capacity}% ({time}) {icon}",
+        "format-alt":"{capacity}% {icon}",
         "format-alt-click": "click-right",
         "format-icons": ["", "", "", "", ""],
         "interval": 10,