From e904a03948719de27d39adb7d2f6950104c1e8e3 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 14 May 2019 22:39:27 -0400 Subject: [PATCH] Added back idle mode. --- waybar/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.json b/waybar/config.json index ce2b476..617f7e2 100644 --- a/waybar/config.json +++ b/waybar/config.json @@ -5,7 +5,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "custom/media"], "modules-center": ["sway/window"], - "modules-right": ["pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "battery#bat2", "clock", "tray"], + "modules-right": ["pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "battery#bat2", "clock", "tray", "idle_inhibitor"], // Modules configuration // "sway/workspaces": { // "disable-scroll": true,