Results 26 comments of Ofek

> personally, I was slowly replacing the icons in my own config with icons from [Nerdfont](https://www.nerdfonts.com/) and [Weathericons](https://erikflowers.github.io/weather-icons/) with some form [Remix icons](https://remixicon.com/). buy you can of course use which...

I tried switching over to nerdfont, but the issue with that is since they have icons from many different sets I need to manually set a different size for each...

@Nooo37 I think something similar to this could work? ``` local _ruled_status, ruled = pcall(function() return require("ruled") end) if not _ruled_status or not ruledthen -- 4.3 code else -- 4.4...

@JavaCafe01 I think the issue here is he's not using awesome-git. I'm not sure how to do it in 4.3?

Yeah it's because awesome 4.3 didn't have those methods available, and I think the only way to do so in 4.3 is to set the entire global keys table?

@JavaCafe01 @Nooo37 I think it's ready for review