From ea599a6889ae1e090894d57d84f671da692abb48 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 10 Sep 2023 19:08:14 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20:=20hyprland/workspaces?= =?UTF-8?q?=20=C3=A0=20la=20place=20de=20wlr/workspaces=20dans=20la=20conf?= =?UTF-8?q?iguration=20de=20la=20Waybar=20d'Hyprland?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/waybar-hyprland/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar-hyprland/config b/config/waybar-hyprland/config index c863cff..9f6e342 100644 --- a/config/waybar-hyprland/config +++ b/config/waybar-hyprland/config @@ -4,10 +4,10 @@ "margin-bottom": 10, "margin-left": 10, "margin-right": 10, - "modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "hyprland/window"], + "modules-left": ["hyprland/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "hyprland/window"], "modules-center": ["tray", "custom/notifications", "clock"], "modules-right": ["network", "pulseaudio#output", "pulseaudio#input", "temperature", "cpu", "memory"], - "wlr/workspaces": { + "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "format": "{icon} {name}",