.dotfiles/.config/waybar/config

27 lines
370 B
Text
Raw Normal View History

2023-06-30 18:47:01 +00:00
{
"layer": "top",
"position": "bottom",
2024-03-04 14:32:07 +00:00
"height": 28,
2023-07-01 11:05:41 +00:00
"spacing": 6,
2023-06-30 18:47:01 +00:00
"modules-left": [
"hyprland/workspaces"
2023-06-30 18:47:01 +00:00
],
"modules-center": [
2024-03-04 14:32:07 +00:00
"mpris"
2023-06-30 18:47:01 +00:00
],
"modules-right": [
"network",
"temperature",
2023-07-01 11:05:41 +00:00
"cpu",
2023-06-30 18:47:01 +00:00
"memory",
"custom/pacman",
2024-01-30 19:03:07 +00:00
"custom/status",
2023-06-30 18:47:01 +00:00
"custom/weather",
"clock",
"tray"
],
2024-02-23 01:49:39 +00:00
"include": [
"~/.config/waybar/default-modules.json",
],
2023-06-30 18:47:01 +00:00
}