From 8fb0abd24d1a26fc947f44828d998e3c4767e996 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Mon, 18 Aug 2025 21:25:55 +0300 Subject: [PATCH] refactor: waybar --- waybar/config.jsonc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 651b255..4f95084 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -9,18 +9,18 @@ // Choose the order of the modules "modules-left": [ "hyprland/workspaces", - "idle_inhibitor" + "idle_inhibitor", + "power-profiles-daemon", + "pulseaudio" ], "modules-center": [ "mpd" ], "modules-right": [ - "power-profiles-daemon", - "pulseaudio", "network", "cpu", "memory", - "temperature", + //"temperature", //"backlight", //"hyprland/language", "battery",