You are not logged in.
Hi, I have been using #! for a few years and I love how nice it is. I switched to bunsen this week and started playing with my desktop. My network information is displayed in my conky so I don't want to use the nm-applet. I've been using nmtui, but the BSOD look is killing me. I've searched for how to change the default ncurses colors, but all I can find is how to do it if I'm writing a new script. Is there any way to change the default colors that a ncurses dialog uses?
Last edited by eltoroterco (2015-12-06 06:23:28)
Offline
if you mean dialog:
$HOME/.dialogrc
$ cd
$ dialog --create-rc .dialogrc
and start tweaking!
Offline
Thanks for the suggestion! It wasn't dialog, but it got me thinking about other methods. I was able to change the colors by changing the color palette for the terminal in terminalrc
Offline