Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // __ __ _
- // \ \ / /_ _ _ _| |__ __ _ _ __
- // \ \ /\ / / _` | | | | '_ \ / _` | '__|
- // \ V V / (_| | |_| | |_) | (_| | |
- // \_/\_/ \__,_|\__, |_.__/ \__,_|_|
- // |___/
- //
- // by icon_bishopxxiii (2024)
- // -----------------------------------------------------
- //
- {
- // General Settings
- // Position TOP
- "layer": "top",
- "margin-top": 7,
- "margin-bottom": 0,
- // Position BOTTOM
- // "position": "bottom",
- // "margin-top": 0,
- // "margin-bottom": 14,
- "layer": "top",
- "margin-left": 0,
- "margin-right": 0,
- "spacing": 0,
- // Load Modules
- "include": ["~/.config/waybar/modules.json"],
- // Modules Left
- "modules-left": [
- "hyprland/workspaces",
- "hyprland/window",
- ],
- // Modules Right
- "modules-right": [
- "pulseaudio",
- // START NETWORK TOOGLE
- "network",
- // END NETWORK TOOGLE
- "cpu",
- "memory",
- "backlight",
- "battery",
- "custom/updates",
- "clock",
- "custom/weather",
- "tray",
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement