Playing with deep reds and greys on Hyprland.

  • sneakyninjapants@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    Can you help me fill in the blanks on your waybar layout? from what I can tell (left to right):

    • logo/app launcher
    • workspace indicator
    • window title
    • clock
    • ??? - notifications?
    • system tray
    • ??? - maybe network connectivity/data transferred?
    • volume
    • mic ? - privacy indicator/mic muted?
    • picture ? - maybe change background?
    • power
    • jkmooney@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 months ago

      @sneakyninjapants
      The thing next to the clock is my own module that launches Gnome-Endeavour task manager on a click and Valent (implementation of KDE Connect) on a right click.

      Some of the other custom modules I originally got from JaKoolit but, I may have tweaked some of them a bit as I just kinda used him as a “startiing point”. (I’ve also completely hacked-up the way the clock module works).
      https://github.com/JaKooLit/Hyprland-v3

    • jkmooney@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 months ago

      @jol
      It’s borrows from "Matrial-Black-Cherry, Kora Grey Icons, and “Derp” for the Foot Terminal theme. Also, you can use hyprpicker to sample colors as needed from the wallpaper or wherever.

  • Victor@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    Stunning, actually. Love it.

    Would you mind sharing deez dots? I’m particularly interested in the bar setup once I transition from i3 to Hyprland.

    • jkmooney@kbin.socialOP
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      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”,
      ],
      }