feat(config): add some comments

This commit is contained in:
Alexis 2018-08-10 18:57:46 +02:00
parent c792871f6e
commit 95f1ab471a
1 changed files with 4 additions and 0 deletions

View File

@ -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": "{}% "
},