mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
conf/waybar/config.json: pretty-format-json
This commit is contained in:
parent
cf75cc27c2
commit
66015780cb
@ -1,7 +1,10 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "left",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-right": [
|
||||
"gamemode",
|
||||
"cpu",
|
||||
@ -31,7 +34,10 @@
|
||||
"pulseaudio": {
|
||||
"format": "VOL {volume}%",
|
||||
"format-bluetooth": "BT VOL {volume}%",
|
||||
"ignored-sinks": ["Easy Effects Sink", "Easy Effects Source"]
|
||||
"ignored-sinks": [
|
||||
"Easy Effects Sink",
|
||||
"Easy Effects Source"
|
||||
]
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
@ -45,7 +51,6 @@
|
||||
"on-click": "swaymsg input type:keyboard xkb_switch_layout next"
|
||||
},
|
||||
"network": {
|
||||
//"interface": "wlan0",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{frequency}G {signalStrength}% {essid}",
|
||||
"format-ethernet": "{ifname} up",
|
||||
|
Loading…
Reference in New Issue
Block a user