Re: sound volume control for use in fluxbox?
Nable via Fluxbox-users <[email protected]> Sun, 30 Nov 2025 01:57:59 +0300
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Andrey, > First of all, I need sound volume control (or a mixer, but a simple volume control would be sufficient). Ideally, this program should sit in the toolbar at the bottom of the screen; when I click it, it should show a slider to set the volume by my mouse. > > Second, I need a small gui program to display my battery status. Well, I can say > acpi > at the command line, but it would be nice to have something sitting in the toolbar and showing the battery status all the time. > > These two things existed ti Lumina in its panel. Now, in the bare fluxbox, I need some separate X programs for these purposes. What programs do you use? I'm using "volumeicon" and "cbatticon" for this exact purpose (yep, I'm still using bare fluxbox on my main workstation). Btw, the third icon in my tray comes from "fbxkb", it indicates keyboard layout and allows to switch one on click. I've also disabled the built-in window switcher in fluxbox (commented corresponding lines in .fluxbox/keys) and replaced it with "alttab" (https://sagb.github.io/alttab) > The only Lumina utility I sometimes used is for taking screenshots. What X program would you recommend for this purpose? I'm using scrot + maim, here's a part of my .fluxbox/keys config: # PrintScreen None Print :ExecCommand scrot Control Print :ExecCommand maim -s | xclip -selection clipboard -t image/png Shift Print :ExecCommand maim -i (xdotool getactivewindow) | xclip -selection clipboard -t image/png I didn't have to compile anything, all these tools are available in Debian packages with the same names. I guess they should be available in your distro too. Cheers, Nable