2024-03-28 19:30:14 -04:00
|
|
|
// __ __ _
|
|
|
|
// \ \ / /_ _ _ _| |__ __ _ _ __
|
|
|
|
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
|
|
|
// \ V V / (_| | |_| | |_) | (_| | |
|
|
|
|
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
|
|
|
// |___/
|
|
|
|
//
|
|
|
|
// by Stephan Raabe (2023)
|
|
|
|
// -----------------------------------------------------
|
|
|
|
//
|
2024-05-26 18:22:25 -04:00
|
|
|
[{
|
2024-03-28 19:30:14 -04:00
|
|
|
// General Settings
|
|
|
|
"layer": "top",
|
2024-05-28 15:12:43 -04:00
|
|
|
"output": ["eDP-1", "DP-1", "DP-2"],
|
2024-03-28 19:30:14 -04:00
|
|
|
"margin-top": 0,
|
|
|
|
"margin-bottom": 0,
|
|
|
|
"layer": "top",
|
|
|
|
"margin-left": 0,
|
2024-05-26 18:22:25 -04:00
|
|
|
"margin-right": 0,
|
2024-03-28 19:30:14 -04:00
|
|
|
"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-05-26 18:22:25 -04:00
|
|
|
"modules-center": [
|
|
|
|
"clock"
|
|
|
|
],
|
2024-03-28 19:30:14 -04:00
|
|
|
|
2024-05-26 18:22:25 -04:00
|
|
|
// Modules Right
|
2024-03-28 19:30:14 -04:00
|
|
|
"modules-right": [
|
|
|
|
"custom/updates",
|
2024-05-26 18:22:25 -04:00
|
|
|
"group/hardware",
|
|
|
|
"group/hardware2",
|
2024-04-04 04:44:25 -04:00
|
|
|
"battery",
|
2024-04-04 04:42:52 -04:00
|
|
|
"battery#charging",
|
2024-03-28 19:30:14 -04:00
|
|
|
"tray",
|
2024-05-26 18:22:25 -04:00
|
|
|
"custom/exit"
|
|
|
|
]
|
|
|
|
}, {
|
|
|
|
// General Settings
|
|
|
|
"layer": "top",
|
|
|
|
"output": ["HDMI-A-1"],
|
|
|
|
"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",
|
|
|
|
"wlr/taskbar",
|
|
|
|
"hyprland/window",
|
|
|
|
"custom/empty"
|
|
|
|
],
|
|
|
|
|
|
|
|
// Modules Center
|
|
|
|
// "modules-center": [
|
|
|
|
// "clock"
|
|
|
|
// ],
|
|
|
|
|
|
|
|
// Modules Right
|
|
|
|
"modules-right": [
|
2024-03-28 19:30:14 -04:00
|
|
|
"clock"
|
|
|
|
]
|
2024-05-26 18:22:25 -04:00
|
|
|
}]
|
|
|
|
|