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?

  • DictatorGator@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Is that waybar ? I saw the video from Isaac Freund on youtube I really liked the bar that he had on his setup, I wanted to emulate that on my setup.

      • DictatorGator@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        Could you maybe share the configuration files ? I was trying to emulate the box type of waybar for my river setup. I wanted to know how you got that border outline in that color.

        • communism@lemmy.mlOP
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          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)