HikariKnight / material-awesome

Material and Mouse driven config for AwesomeWM 4.3
MIT License
126 stars 52 forks source link

how to change window gap size and selected icon border color? #2

Closed InvisibleRasta closed 3 years ago

InvisibleRasta commented 4 years ago

hello, i ahve been going trought the config for over 2 hours.. i cant figure out how to change the two things i described in the title. maybe you can help me? thank you

XeoSpheric commented 4 years ago

theme/PapyElGringo-theme/init.lua then find theme.accent = mat_colors. This is what worked for me at least. The gap I am looking for as well. I forked the project and this is what I have for the changes theme wise.

image

linuxdotexe commented 3 years ago

window gap size is in awesome/configuration/tags/init.lua under awful.screen.connect_for_each_screen function. edit the value "gap".

HikariKnight commented 3 years ago

seems like this has been answered now, my bad for not noticing this earlier