.dotfiles/.config/waybar/config

26 lines
352 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": [
2024-08-21 14:34:57 +00:00
"hyprland/workspaces",
"sway/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",
"clock",
"tray"
],
2024-02-23 01:49:39 +00:00
"include": [
"~/.config/waybar/default-modules.json",
],
2023-06-30 18:47:01 +00:00
}