dotfiles/.config/hypr/waybar-alt-8/config.ini

41 lines
734 B
INI
Raw Normal View History

2025-02-13 10:25:15 -07:00
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
{
"include": "~/.config/hypr/waybar/modules",
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 2,
"fixed-center": true,
"ipc": true,
"margin-left": 6,
"margin-right": 6,
"margin-bottom": 2,
"modules-left": [
"custom/menu",
"custom/changewaybar",
"custom/changewaybarcss",
"temperature",
"memory",
"disk",
"cpu",
],
"modules-center": ["clock"],
"modules-right": [
//"network",
//"bluetooth",
//"custom/weather",
//"battery",
//"backlight",
//"pulseaudio",
//"wireplumber",
//"pulseaudio#microphone",
//"keyboard-state",
"tray",
"custom/power",
],
}