From 1574553ca8a3437c44598262be78993d230dcd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Thu, 2 Jan 2025 08:51:11 +0100 Subject: [PATCH] waybar --- dot_config/waybar/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dot_config/waybar/config b/dot_config/waybar/config index ad61fc2..4515f61 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -5,18 +5,20 @@ // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["wlr/workspaces", "hyprland/window"], + "modules-left": ["hyprland/workspaces", "hyprland/window"], // "modules-center": [], "modules-right": [ - "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", + "network", "clock", + "upower", "tray" ], // Modules configuration + "hyprland-workspaces": {}, "keyboard-state": { "numlock": true, "capslock": true,