Rahil Prakash
Rahil Prakash
I think this should be a discussion, and yes, please do this. Hyde is currently the single worst part of Hyprdots (No offense) and it's also kinda hard to give...
Oh wait, I figured it out. The BAT_THEME variable takes priority over that of dark = true, and the GitHub theme, which appears dark in bat, seems to be light...
This still seems to be the case for local binaries. ```cpp #include using namespace std; int main () { for (int i {0}; i < 100; i++) { if (i...
My neovim version is ``` ➜ nvim -v NVIM v0.10.1 Build type: Release LuaJIT 2.1.1720049189 Run "nvim -V1 -v" for more info ```
Upon further inspection, it seems it is appearing, just not all the way.  Configuring notify to use static does fix the problem for the first screen, but subsequent screens...
```export HYDE_LOCALE_SHORT_FORMAT="%H:%M" # 24-hour format``` Wouldn't using this to set time on waybar cause it to be frozen? A Hyde command might be better for this