Fix invalid json in waybar config

This commit is contained in:
TheWanderingCrow 2024-10-13 14:49:30 -04:00
parent 93c8a0bfe2
commit 8e3e165e34

View file

@ -8,10 +8,10 @@
"margin": 10, // float the bar off the edges of the screen
// Choose the order of the modules
"modules-left": [
"sway/workspaces",
"sway/workspaces"
],
"modules-center": [
"clock",
"clock"
],
"modules-right": [
"network",
@ -63,7 +63,7 @@
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["󰃞", "󰃟", "󰃠"],
"format-icons": ["󰃞", "󰃟", "󰃠"]
},
"battery": {
"states": {