You are not logged in.

#1 2026-06-07 20:40:53

Sukhoi
Member
Registered: 2026-06-07
Posts: 1

Qtile border colors

Hello. So i recently switched to qtile as my wm and while configuring it Ive been struggling to change the color of the borders of the windows  I open. By default they are a red border, so I went to the config file of qtile and put the following code in the layout.Columns section:

layout.Columns(
    border_focus="#efd3d7",
    border_normal="#00ffff",
    border_focus_stack="efd3d7",
    border_focus_normal="#00ffff",
    border_width=3,
)

even though technically i already changed the border color,  they still red and blue respectively. How can
I change that?

Offline

Board footer

Powered by FluxBB