diff --git a/.config/waybar/config b/.config/waybar/config
index fb79dd183c3221cdde04631487314404f638ea8a..001f069de5b5962837abafd2ba47f445f294ea53 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -6,9 +6,28 @@
 
 	// Choose the order of the modules
 	"modules-left": ["sway/workspaces", "sway/mode"],
-	// "modules-center": ["sway/window"],
-	"modules-right": ["custom/arch_update", "custom/disk_home", "custom/disk_root","temperature", "cpu", "memory", "custom/mail", "network", "backlight", "pulseaudio", "clock", "battery", "idle_inhibitor", "tray"],
+	//"modules-center": ["sway/window"],
+	"modules-center": ["clock"],
+	"modules-right": ["custom/arch_update", "custom/disk_home", "custom/disk_root","temperature", "cpu", "memory", "custom/mail", "network", "backlight", "pulseaudio", "battery", "idle_inhibitor", "tray"],
 
+    // Modules configuration
+    "sway/workspaces": {
+         "disable-scroll": true,
+         "all-outputs": false,
+         "numeric-first": true,
+         //"format": "{name}: {icon}",
+         "format": "{index}",
+         //"format-icons": {
+             //"1": "",
+             //"2": "",
+             //"3": "",
+             //"4": "",
+             //"5": "",
+             //"urgent": "",
+             //"focused": "",
+             //"default": ""
+         //}
+     },
 	// Modules configuration
 	// "sway/workspaces": {
 	// 	"disable-scroll": true,
@@ -64,9 +83,10 @@
 		"exec": "notmuch count tag:flagged OR tag:inbox AND NOT tag:killed"
 	},
 	"network": {
-		"family": "ipv6",
+		"family": "ipv4",
 		// "interface": "wlp2*", // (Optional) To force the use of this interface
-		"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span> {bandwidthUpBits}/{bandwidthDownBits}",
+		"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span>",
+		//"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span> {bandwidthUpBits}/{bandwidthDownBits}",
 		"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
 		"format-linked": "{ifname} (No IP) ",
 		"format-disconnected": "Disconnected ⚠",
@@ -102,9 +122,9 @@
 	},
 	"clock": {
 		"interval": 1,
-		"format": "⏰ {:%H:%M:%S}",
-		"tooltip-format": "{:%Y-%m-%d | %H:%M:%S}"
-		// "format-alt": "{:%Y-%m-%d}"
+		"format": "⏰ {:%H:%M:%S 🗓️ %Y-%m-%d 📆 %W}",
+		"tooltip-format": "{:%Y-%m-%d | %H:%M:%S}",
+		"format-alt": "{:%Y-%m-%d}"
 	},
 	"battery": {
 		"states": {