From 0c3b4acd89aa82cf67f173fd256c5f1bec98521a Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 3 Mar 2024 11:13:21 -0500 Subject: [PATCH] use hyprland modules --- waybar/config.jsonc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index bc4a0c5..1783dac 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -7,13 +7,13 @@ "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules "modules-left": [ - "sway/workspaces", + "hyprland/workspaces", "sway/mode", "sway/scratchpad", "custom/media" ], "modules-center": [ - "sway/window" + "hyprland/window" ], "modules-right": [ //"mpd", @@ -25,9 +25,7 @@ "temperature", "backlight", "keyboard-state", - "sway/language", - "battery", - "battery#bat2", + "hyprland/language", "clock", "tray" ],