add MacBook Air 7,2 waybar config

This commit is contained in:
toniiz
2024-06-21 23:32:26 -07:00
parent e51c34abc1
commit 45f6f760d0
70 changed files with 159 additions and 0 deletions

View File

@@ -1,34 +0,0 @@
{
"include": "~/.config/dotfiles/waybar/modules",
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
"margin-bottom": 0,
"modules-left": [
"hyprland/workspaces",
"clock",
"custom/cava",
"mpris"
],
"modules-center": [
"hyprland/window"
],
"modules-right": [
"wlr/taskbar",
"cpu",
"temperature",
"memory",
"custom/swaync",
"pulseaudio"
]
}