From 6217a703550097a6bd496e50a45f94c64f39f9a2 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Mon, 1 Jun 2026 19:16:54 +0200 Subject: [PATCH] =?UTF-8?q?[waybar]=C2=A0bascule=20sur=20la=20version=20hy?= =?UTF-8?q?prland=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/config | 10 ++-------- .config/waybar/{config.hyprland => config.sway} | 10 ++++++++-- 2 files changed, 10 insertions(+), 10 deletions(-) rename .config/waybar/{config.hyprland => config.sway} (88%) diff --git a/.config/waybar/config b/.config/waybar/config index f8baf48..dbeb534 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,16 +1,10 @@ { + "font-familly": "FiraCode Nerd Font", "height": 30, // Waybar height (to be removed for auto height) "spacing": 1, // Gaps between modules (4px) - "modules-left": ["sway/workspaces"], + "modules-left": ["hyprland/workspaces"], "modules-center": ["clock"], "modules-right": ["tray", "pulseaudio", "battery"], - "sway/scratchpad": { - "format": "{icon} {count}", - "show-empty": false, - "format-icons": ["", ""], - "tooltip": true, - "tooltip-format": "{app}: {title}" - }, "tray": { "icon-size": 16, "spacing": 4 diff --git a/.config/waybar/config.hyprland b/.config/waybar/config.sway similarity index 88% rename from .config/waybar/config.hyprland rename to .config/waybar/config.sway index dbeb534..f8baf48 100644 --- a/.config/waybar/config.hyprland +++ b/.config/waybar/config.sway @@ -1,10 +1,16 @@ { - "font-familly": "FiraCode Nerd Font", "height": 30, // Waybar height (to be removed for auto height) "spacing": 1, // Gaps between modules (4px) - "modules-left": ["hyprland/workspaces"], + "modules-left": ["sway/workspaces"], "modules-center": ["clock"], "modules-right": ["tray", "pulseaudio", "battery"], + "sway/scratchpad": { + "format": "{icon} {count}", + "show-empty": false, + "format-icons": ["", ""], + "tooltip": true, + "tooltip-format": "{app}: {title}" + }, "tray": { "icon-size": 16, "spacing": 4