#[SOLVED] I need help with some errors
47 messages · Page 1 of 1 (latest)
Needs to be a word instead of code. Try using common colors as a test.
Let me try that
Like Black, Red and such
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
Try #Black or Black
Let me try
prepend a "set" to them
like
set client.focused_border_color red
oh wait
you was right @vernal thunder
wait
nevermind that doesn't work either
huh.
https://i3wm.org/docs/userguide.html#client_colors Its expecting MORE then what we are giving it.
But for the format, Its gonna need the rest.
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```
2 values might be why.
I think you're completely right
i removed the 2nd values and it caused an error
Setup all of them though. The table in the docs are defaults.
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
deanec64, and Lesbianest Lesbian received a thank you cookie!
welcome
np and goodluck
appreciated