54 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-01-24 15:22:28 +01:00
// __ __ _
// \ \ / /_ _ _ _| |__ __ _ _ __
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
// \ V V / (_| | |_| | |_) | (_| | |
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
// |___/
//
// by Stephan Raabe (2023)
// -----------------------------------------------------
//
{
// General Settings
"layer": "top",
"margin-bottom": 0,
"layer": "top",
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
// Load Modules
2024-01-24 15:28:16 +01:00
"include": ["~/dotfiles/waybar/modules.json"],
2024-01-24 15:22:28 +01:00
// Modules Left
"modules-left": [
2024-01-24 15:28:16 +01:00
"custom/appmenuicon",
2024-01-24 15:22:28 +01:00
"hyprland/workspaces",
2024-01-29 13:21:11 +01:00
"group/settings",
2024-01-24 15:22:28 +01:00
"group/quicklinks"
],
// Modules Center
"modules-center": [
2024-03-07 15:51:34 +01:00
"hyprland/window",
"custom/empty"
2024-01-24 15:22:28 +01:00
],
// Modules Right
"modules-right": [
"custom/updates",
"pulseaudio",
"bluetooth",
"battery",
"network",
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
2024-01-24 15:44:24 +01:00
"custom/exit",
"clock",
2024-01-24 15:22:28 +01:00
"tray",
2024-04-11 21:08:12 +02:00
"custom/ml4w-hyprland-settings",
2024-01-24 15:22:28 +01:00
"custom/ml4w-welcome"
]
}