Ellis Kenyő

Results 201 comments of Ellis Kenyő

> By the way, is oauth2 really necessary for google, or is App Password sufficient? I think it depends if you want bi-directional sync or not. In my case I...

> I finally figured out how to transition the active tab too! Here is my `userChrome.css`: > > ```css > #sidebar-box *, > #urlbar-background, > #navigator-toolbox { > transition: background-color...

Just reporting back that `--lwt-selected-tab-background-color` might not work on newer versions of Firefox; `--tab-selected-bgcolor` seems to still work though so the snippet should now be ```css #sidebar-box *, #urlbar-background, #navigator-toolbox...

This is [known](https://github.com/doomemacs/themes/pull/777) just needs Henrik to decide on the best fix. I'll poke him about it now :)

https://firefox-source-docs.mozilla.org/devtools-user/custom_formatters/index.html it's actually _out_ now :) ![image](https://github.com/binaryage/cljs-devtools/assets/2872862/6c4aee46-e687-4c35-bd0a-f993dbb60038) ![image](https://github.com/binaryage/cljs-devtools/assets/2872862/ba2e20ce-4ce7-44c0-9804-e3b90a844356)

Invoking C-c seems to mitigate this, so the prompt is using some function urxvt doesn't like. EDIT: Seems it's something in ``` function __promptline_last_exit_code { [[ $last_exit_code -gt 0 ]]...

Funny you mention that! I've just recently added `tab-bar-mode` into my config along with a segment for displaying current Harvest tasks with it [here](https://github.com/elken/.doom.d#tab-bar-mode) Which looks like: ![image](https://user-images.githubusercontent.com/2872862/162386381-7b13f642-4e85-423a-8fed-8e72465b7614.png) There will...

Everyone has blind spots :D Regular emacs is basically just a string that you append things to, `doom-modeline` is mostly the same just with fancier features like clickable buttons and...

Just a (late) update, I've finally gotten around to this, and I've trimmed my setup quite a bit [now](https://github.com/elken/doom#tab-bar-mode). I'm still planning to either PR a clean version here or...

> a bit heavy-handed? Not so much, it's a very minute impact and has the advantage of not blocking while ensuring that it's constantly up-to-date. > I would just let...