Added a command to adjust volume that respects hyprpanel settings and made bar module settings for click events apply immediately. (#619)
This commit is contained in:
@@ -474,6 +474,8 @@ export const BarSettings = (): JSX.Element => {
|
||||
/>
|
||||
<Option opt={options.bar.media.rightClick} title="Right Click" type="string" />
|
||||
<Option opt={options.bar.media.middleClick} title="Middle Click" type="string" />
|
||||
<Option opt={options.bar.media.scrollUp} title="Scroll Up" type="string" />
|
||||
<Option opt={options.bar.media.scrollDown} title="Scroll Down" type="string" />
|
||||
|
||||
{/* Notifications Section */}
|
||||
<Header title="Notifications" />
|
||||
|
||||
Reference in New Issue
Block a user