Hyprland-dotfiles/waybar/themes/custom/config

70 lines
1.7 KiB
Plaintext
Raw Normal View History

2024-05-22 00:12:43 -04:00
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
2024-03-28 19:26:19 -04:00
2024-05-22 00:12:43 -04:00
// ### DEFAULT Top -Laptop ### //
{
"include": "~/dotfiles/waybar/themes/custom/modules.json",
2024-03-28 19:26:19 -04:00
"layer": "top",
2024-05-22 00:12:43 -04:00
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 3,
"margin-left": 8,
"margin-right": 8,
2024-03-28 19:26:19 -04:00
"modules-left": [
2024-05-22 00:12:43 -04:00
"hyprland/workspaces#pacman",
"custom/separator#dot-line",
"cpu",
"custom/separator#dot-line",
"temperature",
"custom/separator#dot-line",
"memory",
"custom/separator#dot-line",
"custom/weather",
"custom/separator#blank_3",
"custom/cava_mviz",
],
2024-03-28 19:26:19 -04:00
"modules-center": [
2024-05-22 00:12:43 -04:00
"custom/menu",
"custom/separator#dot-line",
"idle_inhibitor",
"custom/separator#dot-line",
"clock",
"custom/separator#dot-line",
"custom/light_dark",
"custom/separator#dot-line",
"custom/lock",
//],
"custom/separator#dot-line",
"custom/hint",
],
2024-03-28 19:26:19 -04:00
"modules-right": [
2024-05-22 00:12:43 -04:00
"network#speed",
"custom/separator#dot-line",
"custom/swaync",
2024-03-28 19:26:19 -04:00
"tray",
2024-05-22 00:12:43 -04:00
"mpris",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
"battery",
"custom/separator#dot-line",
"backlight",
"custom/separator#dot-line",
"pulseaudio",
"custom/separator#dot-line",
"pulseaudio#microphone",
"custom/separator#dot-line",
"keyboard-state",
"custom/separator#dot-line",
"custom/keyboard",
"custom/separator#dot-line",
"custom/power",
],
}