iA


Transparent Console for Windows

by Vijay Kiran

console: Transparent consoleIf you have used gnome-terminal, you would have noticed that you can set the transparency options for the same. I have to use terminal window most of the times, infact I prefer to use the terminal window for most of my tasks. But I'm really annoyed by the way the windows cmd.exe looks. So I was searching for a Transparent Console for Windows, and found this nice little program called console on sourceforge. It has plenty of options for colors, height, task-bar or tray icon, click-to-drag, etc. Little buggy but extremely useful for your command line console needs. As in the readme I set the size to be max but it was not working. But otherwise a cool utility Cool


  • VijayKiran

    You can change the color and other settings by editing the settings XML file. Create a new settings.xml file in your console root directory. And copy paste the content of any of the provided xml file. Then modify the font tag to have the color line (This changes the font color to red):

     

     <font>
          <size>8</size>
          <bold>false</bold>
          <italic>false</italic>
          <name>Lucida Console</name>
          <color r="255" g="0" b="0"/>
       </font>

     

    And the background color can be controlled using:

      <background>
             <color r="0" g="0" b="0" />
      </background>

    For other customization options you can read the README included in the console.zip

  • Gauri Shankar

    hi vijay… how u doin?? its good to see ur blog… can u please help me out in knowing tht how can i change the text color in this console utility?? Actually i did try a lot but coudn't find a way… Thanks, Gauri