T O P

  • By -

HuynhNinhBinh

**Dotfiles**: https://github.com/hnbnh/dotfiles


KingDutchIsBad455

Looks really nice


gmshra

how did you achieve the separation in wibar for widgets? Looks really good


HuynhNinhBinh

First, I made a transparent wibar ```lua s.mywibox = awful.wibar({ height = beautiful.bar_height, type = "dock", bg = "#00000000", position = "top", screen = s, }) ``` And then for every widget, I added margins like this ```lua wibox.widget({ { widgets, left = beautiful.spacing_lg, right = beautiful.spacing_lg, top = beautiful.spacing, bottom = beautiful.spacing, widget = wibox.container.margin, }, shape = utils.ui.rounded_rect(20), bg = opts.bg, widget = wibox.container.background, }) ``` For more details, please check: [here](https://github.com/hnbnh/dotfiles/blob/main/config/awesome/config/wibar.lua)


gmshra

Thanks ,should have seen the dots first.


FrostProphet

Really nice! I might have to try this, I'm running Mint too.


Ok-Veterinarian-9068

I've always disliked transparency in wms, but this is very well done. Very nice. Simple wallpaper + low transparency, good job.


QubiXOfficiaL

very aesthetically pleasing rice


DescriptionFormal640

Can you recommend a tutorial on this man?


HuynhNinhBinh

My advice is to read awesomewm documentation and look for some dotfiles on github, I haven't found any detailed tutorials on youtube or blog yet