mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-16 03:54:11 -05:00
Fix invalid json in waybar config
This commit is contained in:
parent
93c8a0bfe2
commit
8e3e165e34
1 changed files with 3 additions and 3 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue