sisyphus/config/waybar/config

46 lines
771 B
Text
Raw Normal View History

2022-06-04 21:44:29 +02:00
//
// ~/.config/waybar/config
//
[{
"name": "toggle",
"mode": "hide",
"ipc": true,
"position": "top",
"height": 25,
"spacing": 4,
"margin": "-25px 0 0 0", // Show this bar on top of the other one, seemingly the "same" one.
"custom/sep": {
"format": "\uf142"
},
"include": [
// Import modules (!)
"~/.config/waybar/modules.json",
// "~/.config/waybar/default.json"
2022-06-04 21:44:29 +02:00
"~/.config/waybar/left.json"
],
2022-06-04 21:44:29 +02:00
},
{
"name": "keep",
"position": "top",
"height": 25,
"modules-left": ["sway/mode", "custom/browser"],
2022-06-04 21:44:29 +02:00
"modules-center": ["sway/window"],
"modules-right": ["clock"],
"include": [
// Import modules (!)
"~/.config/waybar/modules.json"
],
2022-06-04 21:44:29 +02:00
}]