2024-06-16 16:56:18 +05:00
|
|
|
// __ __ _
|
|
|
|
// \ \ / /_ _ _ _| |__ __ _ _ __
|
|
|
|
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
|
|
|
// \ V V / (_| | |_| | |_) | (_| | |
|
|
|
|
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
|
|
|
// |___/
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// -----------------------------------------------------
|
|
|
|
//
|
|
|
|
{
|
|
|
|
// General Settings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Load Modules
|
|
|
|
"include": ["~/.config/waybar/modules.jsonc"],
|
|
|
|
|
|
|
|
// Modules Left
|
|
|
|
"modules-left": [
|
|
|
|
"custom/arch",
|
|
|
|
"hyprland/workspaces",
|
|
|
|
"wlr/taskbar",
|
|
|
|
"hyprland/window"
|
|
|
|
],
|
|
|
|
|
|
|
|
// Modules Center
|
|
|
|
"modules-center": [
|
|
|
|
"clock"
|
|
|
|
],
|
|
|
|
|
|
|
|
// Modules Right
|
|
|
|
"modules-right": [
|
|
|
|
"custom/updates",
|
|
|
|
"hyprland/language",
|
|
|
|
"keyboard-state",
|
|
|
|
"pulseaudio",
|
|
|
|
"battery",
|
2024-09-30 10:39:14 +05:00
|
|
|
"network"
|
2024-06-16 16:56:18 +05:00
|
|
|
]
|
|
|
|
}
|