Hyprland-dotfiles/waybar/themes/ml4w-minimal/config

54 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-01-24 09:22:28 -05: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 09:28:16 -05:00
"include": ["~/dotfiles/waybar/modules.json"],
2024-01-24 09:22:28 -05:00
// Modules Left
"modules-left": [
2024-01-24 09:28:16 -05:00
"custom/appmenuicon",
2024-01-24 09:22:28 -05:00
"hyprland/workspaces",
2024-04-15 09:49:05 -04:00
"group/links",
2024-01-29 07:21:11 -05:00
"group/settings",
2024-01-24 09:22:28 -05:00
"group/quicklinks"
],
// Modules Center
"modules-center": [
2024-03-07 09:51:34 -05:00
"hyprland/window",
"custom/empty"
2024-01-24 09:22:28 -05:00
],
// Modules Right
"modules-right": [
"custom/updates",
"pulseaudio",
"bluetooth",
"battery",
"network",
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
2024-01-24 09:44:24 -05:00
"custom/exit",
"clock",
2024-01-24 09:22:28 -05:00
"tray",
"custom/ml4w-welcome"
]
}