raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
3.2k stars 103 forks source link

[Linux] Color automation does not work #552

Open raelmax opened 2 weeks ago

raelmax commented 2 weeks ago

Hi, I just built Rio from the source code, and after configuring the navigation with a color-automation based on the path I could not make it work. There's something else that should be done to make it work?

My [navigation] section:

[navigation]
  mode = "BottomTab"
  clickable = false 
  use-current-path = false
  color-automation = [
    { path = "/full/path/to-my-dir/", color = "#14D64D" } 
  ]