Hyprland-dotfiles/waybar/themes/ml4w-blur-custom/config

59 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-03-28 19:30:14 -04:00
// __ __ _
// \ \ / /_ _ _ _| |__ __ _ _ __
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
// \ 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
2024-04-03 13:25:27 -04:00
"include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"],
2024-03-28 19:30:14 -04:00
// Modules Left
"modules-left": [
2024-04-03 13:25:27 -04:00
"custom/appmenuicon",
"hyprland/workspaces",
//"custom/appmenu",
2024-03-28 19:30:14 -04:00
//"group/settings",
"wlr/taskbar",
//"group/quicklinks",
"hyprland/window",
"custom/empty"
],
// Modules Center
2024-04-03 13:25:27 -04:00
//"modules-center": [
// "hyprland/workspaces"
//],
2024-03-28 19:30:14 -04:00
// Modules Right
"modules-right": [
"custom/updates",
"pulseaudio",
//"bluetooth",
//"battery",
"network",
2024-04-03 13:25:27 -04:00
"cpu",
"memory",
//"group/hardware",
2024-03-28 19:30:14 -04:00
//"custom/cliphist",
2024-04-03 13:25:27 -04:00
//"idle_inhibitor",
2024-03-28 19:30:14 -04:00
"tray",
"custom/exit",
//"custom/ml4w-welcome",
"clock"
]
}