Skip to content

Commit

Permalink
Break json to test jq command
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Apr 14, 2024
1 parent 226e5c6 commit 7de9556
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", ""]
},
"scroll-step": 1,
"on-click": "pavucontrol",
"ignored-sinks": ["Easy Effects Sink"]
},
"battery": {
"format": "{capacity}% {icon}",
"format-icons": [
"",
"",
"",
"",
""
]
},
// "portable": "",
// "car": "",
// "default": ["", ""]
// },
// "scroll-step": 1,
// "on-click": "pavucontrol",
// "ignored-sinks": ["Easy Effects Sink"]
// },
// "battery": {
// "format": "{capacity}% {icon}",
// "format-icons": [
// "",
// "",
// "",
// "",
// ""
// ]
// },
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
}
Expand Down

0 comments on commit 7de9556

Please sign in to comment.