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:
Jas Singh
2024-12-24 14:46:37 -08:00
committed by GitHub
parent 1b31f04ba9
commit 38bbcf96ef
18 changed files with 495 additions and 261 deletions

View File

@@ -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" />