From 55e1a680e4dd188af853a9c930660785d74ba2ac Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Sat, 1 Aug 2026 10:03:24 -0400 Subject: [PATCH] Update --- .config/waybar/config.jsonc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index f37cd78..144924b 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -4,7 +4,7 @@ "position": "left", // Waybar position (top|bottom|left|right) "width": 44, // Waybar width // Choose the order of the modules - "modules-left": ["pulseaudio", "clock"], + "modules-left": ["clock", "pulseaudio"], "modules-center": ["sway/workspaces"], "modules-right": ["tray", "battery", "custom/power"], "sway/workspaces": { @@ -41,9 +41,9 @@ "warning": 30, "critical": 15 }, - "format": "🔋{capacity}%", - "format-charging": "⚡{capacity}%", - "format-plugged": "🔌{capacity}%", + "format": "🔋\n{capacity}", + "format-charging": "⚡\n{capacity}", + "format-plugged": "🔌\n{capacity}", "format-alt": "{icon}", "format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""] }, @@ -60,7 +60,7 @@ }, "pulseaudio": { // "scroll-step": 1, // %, can be a float - "format": "{icon}\n{volume}%", + "format": "{icon}\n{volume}", "format-muted": "", "format-icons": { "default": ["", "", " "] @@ -73,6 +73,7 @@ "layer": "top", "position": "top", "height": 44, + "modules-right": ["clock"], "modules-center": ["sway/workspaces"], "sway/workspaces": { "persistent-workspaces": { @@ -88,5 +89,10 @@ "default": "", "focused": "", }, + }, + "clock": { + "timezone": "America/Montreal", + "tooltip-format": "{:%Y %B}\n{calendar}", + "format": "🕐 {:%H:%M 📅 %d/%m/%y}" } }]