Martín Aguilar

Results 6 comments of Martín Aguilar

Any updates on this? Howl is one the best editors I've ever used but the lack of LSP support makes it really useless for software development these days with modern...

There's the `AppsUseLightTheme` registry key (located at `Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize`). By being accesible through the registry _i think_ it should work on previous versions too. Wish I could help with the implementation...

I've read through the code and it seems like the app already does [some form of dark mode detection](https://github.com/skyjake/lagrange/blob/593486a1bfb20e43953a896ba33e477532c47fd7/src/win32.c#L189), which is for the title bar only. Could it be possible...

I'm really curious. How will this exactly work? I'm not sure if there's a way to install and register Applications Menu plugins through flatpak. 😕 Only thing I could find...

The only safe and will-always-work way is building a plugin a then guiding users to install it through the terminal. I'll try to build something and let you know.

> How does Calculator do it anyway? Through a [builtin plugin](https://github.com/elementary/applications-menu/blob/master/src/synapse-plugins/calculator-plugin.vala). 😕 We can also copy the Obliviate desktop entry at `~/.local/share/applications` (with a new Exec field that launches the...