dotfiles/dot_config/waybar/config

11 lines
186 B
Text
Raw Normal View History

2020-05-06 22:01:14 +00:00
// https://github.com/Alexays/Waybar/wiki/Configuration
{
"layer": "top",
"position": "bottom",
"modules-left": ["sway/workspaces", "sway/mode"]
}
// vim: set ft=json5 tabstop=4 :