// __ __ _ // \ \ / /_ _ _ _| |__ __ _ _ __ // \ \ /\ / / _` | | | | '_ \ / _` | '__| // \ V V / (_| | |_| | |_) | (_| | | // \_/\_/ \__,_|\__, |_.__/ \__,_|_| // |___/ // // by Stephan Raabe (2023) // ----------------------------------------------------- // [{ // General Settings "layer": "top", "output": "eDP-1", "margin-bottom": 0, "margin-left": 0, "margin-right": 0, "spacing": 0, // Load Modules "include": ["~/dotfiles/waybar/modules.json"], // Modules Left "modules-left": [ "custom/appmenuicon", "hyprland/workspaces", "group/settings", "group/quicklinks" ], // Modules Center "modules-center": [ "hyprland/window", "custom/empty" ], // Modules Right "modules-right": [ "custom/ml4w-welcome", "custom/updates", "backlight", "battery", //"network", //"group/hardware", "custom/cliphist", "idle_inhibitor", "pulseaudio", //"bluetooth", "tray", "clock", "custom/exit" ] }, { // General Settings "layer": "top", "output": "HDMI-A-1", "margin-bottom": 0, "margin-left": 0, "margin-right": 0, "spacing": 0, // Load Modules "include": ["~/dotfiles/waybar/modules.json"], // Modules Left "modules-left": [ "custom/appmenuicon", "hyprland/workspaces", "group/settings", "group/quicklinks" ], // Modules Center "modules-center": [ "hyprland/window", "custom/empty" ], // Modules Right "modules-right": [ "custom/ml4w-welcome", "custom/updates", "custom/ddcutil", "battery", //"network", //"group/hardware", "custom/cliphist", "idle_inhibitor", "pulseaudio", //"bluetooth", "tray", "clock", "custom/exit" ] }]