-
-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waybar tip is broken for me recently #2870
Comments
[
{
"backlight": {
"format": "nit {percent}",
"on-scroll-down": "/nix/store/c0xk815ibsbz09q9cf0kdnaa6cayk9m5-brightnessctl-0.5.1/bin/brightnessctl set 2%-",
"on-scroll-up": "/nix/store/c0xk815ibsbz09q9cf0kdnaa6cayk9m5-brightnessctl-0.5.1/bin/brightnessctl set 2%+"
},
"battery": {
"format": "bat {}",
"states": {
"critical": 15,
"warning": 25
}
},
"clock": {
"format": "{:%b-%d %H:%M}"
},
"cpu": {
"format": "cpu {usage}",
"interval": 2
},
"custom/ppp": {
"exec": "/nix/store/x97klsl0km7nfr18080sgr2fv9n6h1zb-waybar-ppp.sh",
"interval": 10,
"return-type": "json"
},
"custom/rog": {
"exec": "/nix/store/spdfmzf631ca547k1mq77vxqhlyl2cls-waybar-rog.sh",
"interval": 10,
"return-type": "json"
},
"idle_inhibitor": {
"format": "iil {icon}",
"format-icons": {
"activated": "[x]",
"deactivated": "[ ]"
}
},
"layer": "top",
"memory": {
"format": "mem {}"
},
"modules-center": [
"wlr/workspaces"
],
"modules-left": [
"sway/mode",
"sway/workspaces"
],
"modules-right": [
"pulseaudio",
"backlight",
"tray",
"custom/ppp",
"custom/rog",
"cpu",
"memory",
"network",
"temperature",
"battery",
"clock"
],
"network": {
"format-ethernet": "eth",
"format-wifi": "net {signalStrength}"
},
"pulseaudio": {
"format": "vol {volume}",
"on-click-middle": "/nix/store/h4bkx908ihvfaszgi3s3kwsh4wd23p5z-sway-+c8676fa/bin/swaymsg exec \"/nix/store/inj6ly5g2siq1632lh3mq9xszw8yvgjw-pavucontrol-5.0/bin/pavucontrol\""
},
"sway/mode": {
"tooltip": false
},
"sway/workspaces": {
"all-outputs": true,
"disable-scroll-wraparound": true
},
"temperature": {
"format": "tmp {temperatureC}"
},
"tray": {
"spacing": 10
},
"wlr/taskbar": {}
}
]
|
i too have been experiencing this, it seems too be related too the outer braces |
I confirm, same bug, same workaround, but this still looks like an issue/regression 👍🏻 |
Same here since this commit, configuration of multiple outputs fails |
Same error here. |
Actually the faulty commit is 20fa578 which introduces the following code: if (config.getConfig()["reload_style_on_change"].asBool()) {
m_cssReloadHelper->monitorChanges();
} The The ideal solution would be for the config format to be changed so that there is a possibility for global config instead of just per-bar config, i.e.
This would also help pave the way for defining modules globally so they can be shared between bars. |
Should be fixed with #2874 |
I don't think I changed anything here related to waybar config, just updates to tip as usual.
Suddenly I can't start
waybar
:The text was updated successfully, but these errors were encountered: