feat(config): add some comments
This commit is contained in:
parent
c792871f6e
commit
95f1ab471a
|
@ -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": "{}% "
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue