to my shame i did not know how to customize the nmtui default colors (for the sake of my own health and mental stability). after reading a bit, i found out it uses the so-called newt backend with the whiptail app.

long story short… turns out it reads some of the env variables for that backend to setup the colors (if you’re interested, here’s where this happens in the code).

so you can simply set these env variables before calling nmtui. here’s a combination i came up with:

NEWT_COLORS='root=black,black;window=black,black;border=white,black;listbox=white,black;label=blue,black;checkbox=red,black;title=green,black;button=white,red;actsellistbox=white,red;actlistbox=white,gray;compactbutton=white,gray;actcheckbox=white,blue;entry=lightgray,black;textbox=blue,black' nmtui

enjoy and keep your eyes healthy!

    • xavier666@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      It’s very useful for people who don’t use a desktop environment, such as TWM (tiling window manager) users. I use nmtui all the time.

      • JubilantJaguar@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Agreed. But for such a simple tool I find it so ugly and unintuitive that I ended up rolling my own 3-line script using nmcli and fzf that does exactly the same thing more logically and in less keystrokes.

        • xavier666@lemm.ee
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          I would be interested in seeing the script. I really need to learn fzf now.

          • JubilantJaguar@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Sure.

            wn=$(nmcli dev wifi list | fzf)
            ssid="$(echo $wn | awk '{print $2}')"
            read -e -p "Password: " pw
            nmcli dev wifi connect "$ssid" password $pw
            
  • Cowbee [he/they]@lemmy.ml
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    1 year ago

    Please don’t use “rape” as a casual negative verb, there are better, more accurate words to use that don’t needlessly reference SA.

    • hayk@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      i really apologize if the use of that word was perceived as offensive, that was obviously not my intent. i’m usually quite straightforward in picking words (i come from a completely different culture, where sexual assaults are extremely uncommon).

      PS. for the context of others reading this comment, the original title of this post was: “nmtui that does not rape your eyes.”

      • uzay@infosec.pub
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        (i come from a completely different culture, where sexual assaults are extremely uncommon).

        It is more likely that you are just not aware of it.