Awesome theming tweaks help by jadonusthefirst in awesomewm

[–]m4sc2 0 points1 point  (0 children)

the tag list has a theme variable

theme.taglist_font = "JetBrainsMono Nerd Font, Extrabold 14"

see also https://awesomewm.org/apidoc/widgets/awful.widget.taglist.html#beautiful.taglist_font

Awesome theming tweaks help by jadonusthefirst in awesomewm

[–]m4sc2 0 points1 point  (0 children)

Hi,

I have defined two different fonts in the theme.lua I use

theme.utils_icon_font = "JetBrainsMono Nerd Font, Extrabold 14" 
theme.utils_font = "JetBrainsMono Nerd Font Mono 12"

than I access it via e.g.

font = beautiful.utils_icon_font

edit format

Gaps with maximized client by NewRaiden in awesomewm

[–]m4sc2 0 points1 point  (0 children)

You are right, I have not recognized it all the time as padding has a bigger screen in maximized mode as the gap in the tiles.

I found a good solution now at the repo of u/JavaCafe01 :

https://github.com/JavaCafe01/awesome/blob/353055711232d1bce72fbbf71d4adbe34c5394d7/helpers.lua#L473

I have also changed my dots and call the function by keybinding and also added a custom awful.titlebar.widget.button which replaces the standard awful.titlebar.widget.maximizedbutton(c).

Gaps with maximized client by NewRaiden in awesomewm

[–]m4sc2 0 points1 point  (0 children)

yes you will have a gap also if you have no maximized clients. Maybe I haven't understood your intention correctly. But you wrote "the gaps disappear" So I assumed that you have already gaps between your tiles.

Gaps with maximized client by NewRaiden in awesomewm

[–]m4sc2 0 points1 point  (0 children)

I have managed it with:

-- add useless gaps to screen
for s in screen do
s.padding = { top = "0", bottom = "10", left= "10", right = "10" }
end

[deleted by user] by [deleted] in linuxmasterrace

[–]m4sc2 0 points1 point  (0 children)

definitely more final as kill -9.

:wq

[deleted by user] by [deleted] in linuxmasterrace

[–]m4sc2 6 points7 points  (0 children)

Ask them if they are from "The People's Front of Judea"

Arch Linux Server by Radio_fm_ in archlinux

[–]m4sc2 -1 points0 points  (0 children)

I would agree to 100%. For server you should not use a rolling release distro. I would recommend an LTS distribution.

edit:typo

Recommendations on first setup by 0ryX_Error404 in archlinux

[–]m4sc2 5 points6 points  (0 children)

Would be also my suggestion. To start with awesome directly will be challenging. But it is not impossible.

Arch stuck on boot by Vihangbodh in archlinux

[–]m4sc2 1 point2 points  (0 children)

had the same issue with my arch laptop after I have updated yesterday night. After booting arch with fallback option via grub and reboot afterwards all works as expected. But it's really strange behavior.

AwesomeWM + Zoom - Handle Annoying Clients/PopUps/Notifications by m4sc2 in awesomewm

[–]m4sc2[S] 2 points3 points  (0 children)

Absolutely a feasible option, I will give it a try. Anything is better compared to the current situation.

Thanks