{ "position": "bottom", "layer": "top", "height": 34, "spacing": 3, "modules-left": ["hyprland/workspaces", "hyprland/submap"], "modules-center": ["hyprland/window"], "modules-right": [ "pulseaudio", "pulseaudio#microphone", "network", "cpu", "memory", "temperature", "backlight", "battery", "clock", "tray", "custom/power" ], "pulseaudio": { "format": "{icon} {volume}%", "format-muted": "", "format-icons": { "default": ["", "", ""] }, "on-click": "pavucontrol" }, "pulseaudio#microphone": { "format": "{format_source}", "format-source": " {volume}%", "format-source-muted": "", "on-click": "pamixer --default-source -t" }, "network": { "interval": 10, "format-wifi": "{icon} {essid} {signalStrength}%", "format-icons": ["󰤯", "󰤟", "󰤢", "󰤥", "󰤨"], "format-ethernet": "󰈁 {ifname}", "format-disconnected": "󰈂 Disconnected", // Clic gauche : Bascule l'affichage vers l'IP (format-alt) // Pas de commande nécessaire, c'est le comportement natif de Waybar au clic "format-alt": "{ipaddr}/{cidr}", // Clic droit : Ouvre le menu de NetworkManager "on-click-right": "networkmanager_dmenu" }, "cpu": { "interval": 5, "format": " {usage}%", "tooltip": false }, "memory": { "interval": 5, "format": " {percentage}%", // Vérifiez bien l'espace entre l'icône et le texte }, "temperature": { "interval": 5, "hwmon-path": "/sys/class/hwmon/hwmon7/temp1_input", "critical-threshold": 80, "format-critical": "{icon} {temperatureC}°C", "format": "{icon} {temperatureC}°C", "format-icons": ["", "", "", "", ""], "tooltip": true }, "backlight": { "format": "{icon} {percent}%", "format-icons": ["", ""] }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-icons": ["", "", "", "", ""] }, "clock": { "format": " {:%H:%M}", "format-alt": " {:%d/%m/%Y}", "tooltip-format": "{:%Y %B}\n{calendar}", "calendar": { "mode" : "month", "mode-mon-col" : 3, "on-scroll" : 1, "format": { "months": "{}", "days": "{}", "weekdays": "{}", "today": "{}" } } }, "custom/power": { "format": "⏻", "on-click": "wlogout" } }