Results 12 comments of

@nihalanisumit This is really interesting, but for some reason the toast is displaying incorrectly for me (I made some small modifications so it looked like I needed, but the strange...

> Hello, I've looked into it but its simply not possible or very hard to do. Because there are multiple desktop environments (gnome,kde etc.) you'd have to implement some kind...

> The BD Installer is a GUI so it won't allow installation from the terminal even if you add it to Homebrew. > > As mentioned, you can clone the...

just redefine the function like so ```lua local core = require "core" function core.compose_window_title(--[[ args here ]]) -- code here end ```

![20230518_022933](https://github.com/awesomeWM/awesome/assets/64544951/35828bfe-da3b-4ad7-aa48-cf9f04768c4d) ![20230518_022941](https://github.com/awesomeWM/awesome/assets/64544951/a91ac506-79ff-495b-9fed-7aeb92edd9ff) `cover` only really works if you set it on both vertical and horizontal policies

> > cover only really works if you set it on both vertical and horizontal policies > > In that case, there's probably some interaction with `valign` and `halign`. It...

![image](https://github.com/awesomeWM/awesome/assets/64544951/374e5616-224d-4d8b-a274-c37778b5b5f9) is this good?

any updates on this?

```rs // lib.rs use mlua::prelude::*; fn error_nested() -> LuaResult { Err(LuaError::external("Error from rust")) } fn error(_: &Lua, (): ()) -> LuaResult { Ok(error_nested()?) } #[mlua::lua_module] fn libexample(lua: &Lua) -> LuaResult...

will it limit the fonts to sans in kanban mode? (sidenote: why is it even restricted in kanban mode? it doesn't make much sense to me)