-
Notifications
You must be signed in to change notification settings - Fork 20
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
Hide audio slider, add microphone slider, add system tray, scroll through workspaces and AMD GPU #5
Comments
In regards to the amd gpu:
That should be possible. Unfortunately, I'm currently quite busy, so it could be a while(~1 Month) until I can get around to implement such a major feature.
That is intended behaviour, but I probably can add a config option for that.
Should be possible. Since I don't have a microphone ready, I probably need some feedback if it works.
Should also be possible |
And again. Thx for the work. i love it |
Am I right to conclude, that you have 2GiB VRAM? (So I know in which unit the VRAM is measured. I assume, it is in bytes) |
Yeah, ive got 2gb |
Partially implements #5 The spammy logs will remain, until it is confirmed, that it works.
I've just added a first implementation of the AMD GPU status. Since I can't test it, I would appreciate it, if you can test it: Completely remove all build files and rebuild
Everything except the temperature should work. If it doesn't (e.g. crash), please attach the log. I also need some more information about the temperature:
Thanks! |
one last thing: can you |
That should be it for the AMD GPU part of #5
AMD should work now, just like Nvidia |
Let me rebuild & perfect!! Is working without problems! |
This adds an option to hide the audio slider behind a revealer, which works similar to the sensors. For the ping: #5
Just added that. To enable it, just add |
Let me try! Edit: Nice it work perfect! |
Scrolling the workspace widgets now scroll through the workspaces. The exact behaviour is governed by 'WorkspaceScrollOnMonitor'(either 'm[+/-]1' or 'e[+/-]1'). The direction can be inverted with 'WorkspaceScrollInvert'. For the ping: #5
Just implemented the workspace scroll. By default it calls now m+1 and m-1, but that can be changed by setting |
Oh, you need to either set the name of your network adapter in the config ("NetworkAdapter") or disable it by setting NetworkWidget to false in the config. |
It should work now on the latest commit, even without changing the config
By the way, you probably want to run |
Oh. I forgot to tell you yes. Everything works perfect! Just to update the checklist. would be missing:
And I find a small issue with the volume slider. I prefer that the volume % would be configurable. For example, if I want it to go up or down by 5% that can be configured. Since the percentage currently seems irrational. The first step is 15% (controlled with pavucontrol). |
There seems to be a floating point error somewhere though, since sometimes it goes up by AudioScrollSpeed - 1 instead of AudioScrollSpeed... For the ping #5
Glad to hear that!
What do you mean by hover effect? Like reveal on hover or with flyin-support?
Now done, configurable via |
It's working fine. But even from 0 to 15% is fine. From 15% it goes to 19%, from 19 to 24%, from 24 to 29%, 29% to 33%, from 33 to 38%. But it isn't a real problem. Thx for fix everything! |
This commit adds a new widget for the bar: A Microphone widget. It is disabled by default and can can be enabled with AudioInput: true. Implements a flyin as well. #5 for the ping
Now done. Note that you need to set |
I use the 'Material Design' Icons from Nerd Font for the volume icons. Since version 2.3.0 the old locations were deprecated in favor of new locations. I use the new ones. So you probably need to update the version of the Nerd Font (Or use a more up to date nerd font just for those icons using css, while using your old font for the rest). |
Implements a rough outline of the SNI (StatusNotifierItem) d-bus protocol for tray icons. Note: This is currently *very* WIP Full implementation will close #5
I finally got around to implementing something. Tested for discord, telegram and steam. With the current implementation there should be icons appearing on the bar out-of-the-box (Even though they are all over the place). Note that the implementation is by no means complete. Bugs/Issues regarding this feature should be posted on the PR I opened, since progress tracking happens there. |
Is it necessary to add something in the config file to show the telegram and discord icons? They don't show up... |
|
Implements a rough outline of the SNI (StatusNotifierItem) d-bus protocol for tray icons. Note: This is currently *very* WIP Full implementation will close #5
Implements a rough outline of the SNI (StatusNotifierItem) d-bus protocol for tray icons. Note: This is currently *very* WIP Full implementation will close #5
Implementation for SNI (StatusNotifierItem) d-bus protocol for tray icons. Implements #5
SNI support has been merged. You can see the updated FAQ for some common issues. Note that you may need to run |
Totally unrelated, but how did you make those screenshots? |
The bar really consumes very little, I loved it. Even less than waybar, in my case.
I think you could add a systray. Since I can see the telegram and discord icons.
You could also add that the volume icon opens the slider with a hover and not that it is always open.
Mic slider with hover effect to open the slider too.
Switch Workspaces with scroll (hyprctl dispatch workspace e+1 & hyprctl dispatch workspace e-1)
(an another little things, i've got amd gpu. If you can add this too i will love you a lot <3)
The text was updated successfully, but these errors were encountered: