Also, I thought Neofetch just always interpreted River as Sway, but I’ve now seen people’s Neofetch screenshots saying River. How do I get Neofetch to tell I’m using River not Sway?

  • communismOP
    arrow-up
    2
    arrow-down
    0
    ·
    7 months ago
    link
    fedilink

    For the border it’s just css. In your style.css:

    window#waybar {
      background-color: @background;
      color: @foreground;
      opacity: 1;
      border: 1px solid @accent;
    }
    

    (where those are variables representing my waybar colours, you can ofc use literal values instead)

    • DictatorGator
      arrow-up
      1
      arrow-down
      0
      ·
      7 months ago
      link
      fedilink

      Many thanks. I did some experimenting yesterday and found out about it. Thank you nonetheless.