59 lines
1.3 KiB
Plaintext
59 lines
1.3 KiB
Plaintext
// __ __ _
|
|
// \ \ / /_ _ _ _| |__ __ _ _ __
|
|
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
|
// \ V V / (_| | |_| | |_) | (_| | |
|
|
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
|
// |___/
|
|
//
|
|
// by Stephan Raabe (2023)
|
|
// -----------------------------------------------------
|
|
//
|
|
{
|
|
// General Settings
|
|
"layer": "top",
|
|
"margin-top": 0,
|
|
"margin-bottom": 0,
|
|
"layer": "top",
|
|
"margin-left": 0,
|
|
"margin-right": 0,
|
|
"spacing": 0,
|
|
|
|
// Load Modules
|
|
"include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"],
|
|
|
|
// Modules Left
|
|
"modules-left": [
|
|
"custom/appmenuicon",
|
|
"hyprland/workspaces",
|
|
//"custom/appmenu",
|
|
//"group/settings",
|
|
"wlr/taskbar",
|
|
//"group/quicklinks",
|
|
"hyprland/window",
|
|
"custom/empty"
|
|
],
|
|
|
|
// Modules Center
|
|
//"modules-center": [
|
|
// "hyprland/workspaces"
|
|
//],
|
|
|
|
// Modules Right
|
|
"modules-right": [
|
|
"custom/updates",
|
|
"pulseaudio",
|
|
//"bluetooth",
|
|
//"battery",
|
|
"network",
|
|
"cpu",
|
|
"memory",
|
|
//"group/hardware",
|
|
//"custom/cliphist",
|
|
"idle_inhibitor",
|
|
"tray",
|
|
"custom/exit",
|
|
//"custom/ml4w-welcome",
|
|
"clock"
|
|
]
|
|
}
|