From 95f1ab471a4d241d970daaa877d9b1ac9eb50c6d Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 10 Aug 2018 18:57:46 +0200 Subject: [PATCH] feat(config): add some comments --- resources/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/config b/resources/config index ec17cf72..47681af6 100644 --- a/resources/config +++ b/resources/config @@ -1,6 +1,10 @@ { + // "layer": "top", // Waybar at top layer + // "position": "bottom", // Waybar at the bottom of your screen + // Choose the order of the modules "modules-left": ["workspaces", "custom/spotify"], "modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "clock"], + // Modules configuration "cpu": { "format": "{}% " },