add shub39 waybar and other settings into hyprland

This commit is contained in:
tonizz_m1pro
2024-05-11 13:26:43 -07:00
parent f96529c150
commit 706d19c1a5
21 changed files with 1121 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"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"
]
}