Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background color #9

Open
v0idkr4ft opened this issue Apr 21, 2020 · 5 comments
Open

Background color #9

v0idkr4ft opened this issue Apr 21, 2020 · 5 comments

Comments

@v0idkr4ft
Copy link

v0idkr4ft commented Apr 21, 2020

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.

@mlopezgva
Copy link

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

@hiringManager
Copy link

hiringManager commented Jan 12, 2021

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.

@nothub
Copy link

nothub commented Jun 15, 2021

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

@noobishply
Copy link

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

@nothub
Copy link

nothub commented Nov 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants