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