Update .config/waybar/config.jsonc

This commit is contained in:
Lewis Wynne 2025-11-01 15:41:50 +00:00
parent 342143f6fb
commit 85f030ce36

View file

@ -55,9 +55,6 @@
"interval": 3,
"spacing": 1
},
"disk": {
"format": "DSK {percentage_used}"
},
"battery": {
"format": "{icon}",
"format-discharging": "{icon}",
@ -121,18 +118,5 @@
"=========="
]
}
},
"bluetooth": {
"format": "BLU",
"tooltip-format": "Devices connected: {num_connections}",
"on-click": "blueberry"
},
"tray": {
"icon-size": 14,
"spacing": 12,
"show-passive-items": false,
"icons": {
"Input Method": "bluetooth"
}
}
}