1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-15 07:21:49 +08:00
dotfiles/.config/waybar/config.jsonc

42 lines
679 B
Plaintext
Raw Normal View History

[
{
"layer": "top",
"name": "main",
// "output": "!XMI Redmi 27 NU 3948622WH08F4",
"modules-left": [
"sway/workspaces"
],
"fixed-center": false,
"modules-center": [
"sway/window"
],
"modules-right": [
"tray",
"custom/notification",
"custom/player",
"cpu",
"memory",
"network",
"battery",
"clock"
],
"include": [
2024-03-09 11:28:02 +08:00
"~/.config/waybar/sway-modules.jsonc"
2024-01-14 17:53:01 +08:00
]
}
// {
// // "layer": "top",
// "name": "alt",
// "output": "XMI Redmi 27 NU 3948622WH08F4",
// "modules-left": [
// "sway/workspaces"
// ],
// "modules-right": [
// "sway/window"
// ],
// "sway/window": {
// "max-length": 128
// }
// }
]