You are not logged in.

#1 2020-06-08 16:07:28

darkeve
Member
Registered: 2020-04-11
Posts: 49

[Awesome] Applying border colours to termite whilst unfocused

Hi Everyone, So I am in the process of learning awesome and one of the things I am trying to change is having a border colour around termite. This is the code I have in my rc.lua file. Issue is it only seems to keep the border colour when a termite window is in floating. My goal is to have border colour on regardless of termite is the focused window or not.

On a similar topic would it be correct in stating the theme.lua file is where I can change the colour and width values of things like the border colour itself? Thanks.

 
awful.rules.rules = {
rules = {
              class = {'termite'}
        },
              properties = {
              border_color = beautiful.border_normal,
     },
}

full rc.lua config.

pastebin.com/N1S9YrPN

Offline

Board footer

Powered by FluxBB