asciiquarium icon indicating copy to clipboard operation
asciiquarium copied to clipboard

Background color

Open v0idkr4ft opened this issue 4 years ago • 5 comments

I can't seem to figure out where this is set in the code. would like to change it to use my terminals background color or make an argument -b to disable it.

v0idkr4ft avatar Apr 21 '20 13:04 v0idkr4ft

Yes, I would like to make it either deepblue sea or transparent (with a seabed pic as desktop background :-))

mlopezgva avatar Sep 10 '20 14:09 mlopezgva

mine is set along with xcolor so I can change it live with any xrdb/xcolor script. It should also follow your terminal color settings, but idk.

xterm -fg white -bg black

if you want it to be permanent --

type man xterm
create a file named(sensitive case) XTerm in your home directory with your specs

XTerm*Background: linen
XTerm*Foreground: black
XTerm*font: 9x15
XTerm*saveLines: 1000
XTerm*HiForeColor: white
XTerm*HiBackColor: #c06077
XTerm*geometry: +50+100

That being said, you won't be able to get a transparent background to my knowledge, but I have no idea how compositors will handle xterm bg being set to transparent.

hiringManager avatar Jan 12 '21 09:01 hiringManager

i uploaded a version with working transparency (using default background color) that uses a change made by @rwxrob here: https://gist.github.com/nothub/91ff81bd945eb8f1e6af08492a13ff75

nothub avatar Jun 15 '21 12:06 nothub

how do i install and use this version @nothub??

noobishply avatar Nov 21 '21 18:11 noobishply

the same way as you would use the original. if there are problems specific to my version, please comment on the gist.

nothub avatar Nov 23 '21 19:11 nothub