diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config
index 8fc54b2..e722427 100644
--- a/waybar/.config/waybar/config
+++ b/waybar/.config/waybar/config
@@ -2,7 +2,7 @@
"layer": "top",
"height": 25,
"modules-left": ["sway/workspaces" ],
- "modules-center": ["custom/org-pomodoro", "clock", "custom/cgm-value"],
+ "modules-center": ["custom/org-pomodoro", "clock"],
"modules-right": ["mpd", "network", "pulseaudio", "battery" ],
"mpd": {
"format": "{stateIcon} {title}",
@@ -64,16 +64,5 @@
"format": " {}",
"exec": "$HOME/.local/share/scripts/org-clock-status",
"interval": 60
- },
- "custom/cgm-value": {
- "format": " {}{icon} ",
- "exec": "$HOME/.local/share/scripts/cgm-value",
- "interval": 300,
- "return-type":"json",
- "format-icons": {
- "up": "",
- "down": "",
- "flat": "",
- }
}
}