Simple system information plugin #1285
nokklair
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One thing I love about the GNOME on Linux is the Vitals extension which shows system information on top bar. The only reason I was using YASB on Windows is it was easily doable. Now I couldn't managed to find a way to do that on Seelen UI itself, I found another way to serve it. Here is a simple Python application that serves your CPU usage, memory usage, download speed, and upload speed, as a server:
Only thing you need to do with this (except the venv you have to create and the modules you need to download) making it a task with Task Scheduler and make run it after you login. Another part is making this data readable from Seelen UI.
CPU Widget:
Memory Widget:
Download Widget:
Upload Widget:
and put them to Seelen UI plugins folder. I use NotoSans NFP for primary emoji font, and NotoSerif NFP for backup emoji font. Segoe UI is there for the system fonts in case something wrong happens with the fonts I downloaded. If you can't see the emojis even after installing the necessary fonts you can search them by their codes:
CPU Hex: U+F4BC
Memory Hex: U+EFC5
Download Hex: U+F063
Upload Hex: U+F062
CPU UTF-16: \uf4bc
Memory UTF-16: \uefc5
Download UTF-16: \uf063
Upload UTF-16: \uf062
I recommend using Character Map UWP app from Microsoft Store for finding emojis.
Beta Was this translation helpful? Give feedback.
All reactions