From 9325826ab135737d80e2f1404c99f5b377f153f9 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 26 Feb 2023 13:20:33 -0600 Subject: move old config to config and config-river --- waybar/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'waybar/config') diff --git a/waybar/config b/waybar/config index b271758..6be1ce2 100644 --- a/waybar/config +++ b/waybar/config @@ -2,21 +2,19 @@ "layer": "top", "position": "top", "height": 36, + "output": "%%DISPLAY%%", "spacing": 4, //"margin-top": 5, //"margin-bottom":5, // Choose the order of the modules - "modules-left":[ "river/tags", "custom/launcher"], + "modules-left":[ "custom/launcher"], "modules-center":[], "modules-right":[ "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"], // Modules configuration - "river/tags": { - "num-tags": 9, - }, "keyboard-state": { "numlock": true, "capslock": true, -- cgit v1.2.3