Historical fencer, bike packer, friend of the Fae, it’s gets complicated…

  • 17 Posts
  • 120 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle





  • Well, here’s the Waybar config (some things are commented out as I’m endlessly tweaking it…)

    {
    //
    // Reminder: The last statement in a module block cannot
    // be commented out or waybar won’t launch.
    //
    “include”: “~/.config/hypr/waybar/modules”,
    “layer”: “top”,
    //“mode”: “dock”,
    “exclusive”: true,
    “passthrough”: false,
    “position”: “top”,
    “spacing”: 3,
    “fixed-center”: true,
    “ipc”: true,
    “margin-left”: 0,
    “margin-right”: 0,

    “modules-left”: [
    “custom/menu”,
    “hyprland/workspaces”,
    “hyprland/window”,
    ],

    “modules-center”: [
    “clock”,
    //“custom/weather”,
    “custom/task-phone”,
    ],

    “modules-right”: [
    “tray”,
    //“network”,
    “memory”,
    //“pulseaudio”,
    “wireplumber”,
    “pulseaudio#microphone”,
    “custom/cycle_wall”,
    //“custom/task-phone”,
    “custom/power”,
    ],
    }