-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Vitals
with TopHat
#245
Conversation
I like that idea. Can you post a screenshot of what it looks like when it's just showing the default download speed? |
@dhh This is the freshly installed default version of the extension. This is the version with only the network monitor, without icons and other resources monitor. Unfortunately it is not possible to show ONLY the download speed. |
I have installed using the script in my old laptop and is working flawless. |
Hi, I love this idea to use TopHat. In my own setup, I’ve already implemented something similar where the TopHat metrics colour adjusts dynamically based on the active Gnome theme. Here’s how I’ve integrated it in the
This is how it now looks like |
Can you add a migration script so folks will get this installed and vitals removed on the next upgrade? |
Nice touch @LorenzoMugnai, was not aware that can be done. |
Thank you! I'm glad you found it helpful. This project has been a great learning experience for me as well. For my setup, I primarily use numeric mode, so I've disabled the charts using the following commands:
However, it's good to know that if I decide to enable the charts, they integrate nicely with the system. Additionally, I've disabled the animations with:
Now you have all my settings in case you'd like to integrate them into your setup. I hope it helps! |
@LorenzoMugnai I took this opportunity to also add extensions theming to Omakub, maybe in the future it will be useful to have it ready, and then I added Anyway, by default metrics are disabled. @dhh |
Here it is!
|
@Kasui92 Can you save that snippet into the migrations folder like the existing ones? |
ccc6bc2
to
0581eba
Compare
@gregmolnar Done! |
fix reviews
@dhh
I included them in the installation process, but I didn't pay attention to them during the migration. This should be added before the TopHat installation process, in the file:
I have the commit on this branch, but the PR is closed. Shall I open a new one? |
Ah yes. Please do open another PR 👍 |
(Worked after installing the dependency 👍) |
Since
Vitals
installation has been disabled for Intel processors, I thinkTopHat
can be a great replacement as a monitoring extension.I searched for
TopHat
issues to see if anyone reported any malfunctions with Intel processors, similar to the one highlighted, but found nothing.I made
TopHat
as similar as possible to the defaultVitals
configuration.