#[SOLVED] I need help with some errors

47 messages · Page 1 of 1 (latest)

verbal pelicanBOT
#

why don't you tell us what errors you are getting

#

so we could help more

cerulean sparrow
sand sky
#

Needs to be a word instead of code. Try using common colors as a test.

cerulean sparrow
#

Let me try that

sand sky
#

Like Black, Red and such

cerulean sparrow
#

i tried both of these:

client.unfocused_border_color "black"
client.urgent_border_color "yellow"
client.placeholder_border_color "gray"```

```client.focused_border_color red
client.unfocused_border_color black
client.urgent_border_color yellow
client.placeholder_border_color gray```
#

and nor of them worked

sand sky
#

Try #Black or Black

cerulean sparrow
#

Let me try

verbal pelicanBOT
#

prepend a "set" to them

cerulean sparrow
verbal pelicanBOT
#

like

set client.focused_border_color red
cerulean sparrow
#

oh wait

#

you was right @vernal thunder

#

wait

#

nevermind that doesn't work either

sand sky
#

huh.

cerulean sparrow
#

literally all i'm trying to change is the window border colors

#

lol

sand sky
#

But for the format, Its gonna need the rest.

cerulean sparrow
#

theres something i noticed

#

for some reason

#

this works:

#
client.unfocused_border_color #00FF00  # Green
client.urgent_border_color #0000FF  # Blue
client.placeholder_border_color #FFFF00  # Yellow```
#

but

#

this don't:

#
client.focused_border_color #B0B0B0
client.unfocused_border_color #707070
client.urgent_border_color #FF0000
client.placeholder_border_color #FFFF00```
sand sky
#

2 values might be why.

cerulean sparrow
#

I think you're completely right

#

i removed the 2nd values and it caused an error

sand sky
#

Setup all of them though. The table in the docs are defaults.

cerulean sparrow
#

this works

#
client.focused_border_color #3C3C3C  # Dark Gray
client.unfocused_border_color #3C3C3C  # Dark Gray
client.urgent_border_color #3C3C3C    # Dark Gray
client.placeholder_border_color #3C3C3C  # Dark Gray```
#

okay i will

#
client.focused_inactive #3C3C3C #3C3C3C #3C3C3C #3C3C3C   #3C3C3C
client.unfocused        #3C3C3C #3C3C3C #3C3C3C #3C3C3C   #3C3C3C
client.urgent           #3C3C3C #3C3C3C #3C3C3C #3C3C3C   #3C3C3C
client.placeholder      #3C3C3C #3C3C3C #3C3C3C #3C3C3C   #3C3C3C```
#

this works

#

so

#

for summery

#

i wasn't doing anything wrong (as i suspected), the only problem was there is multiple variables that have to be identified

#

thanks @sand sky @vernal thunder

low wyvernBOT
#

deanec64, and Lesbianest Lesbian received a thank you cookie!

verbal pelicanBOT
#

welcome

sand sky
#

np and goodluck

cerulean sparrow