Post Your dwm Bar - Printable Version +- nixers (https://nixers.net) +-- Forum: Desktop Customization, Efficiency, and Aesthetics (https://nixers.net/Forum-Desktop-Customization-Efficiency-and-Aesthetics) +--- Forum: Desktop Customization & Workflow (https://nixers.net/Forum-Desktop-Customization-Workflow) +--- Thread: Post Your dwm Bar (/Thread-Post-Your-dwm-Bar) |
Post Your dwm Bar - ZdenoCharest - 01-08-2013 After a quick visit to IRC, it seems that a lot of people here use dwm. Here's what I use instead of conky under Arch Linux. Code: ### DWM Adding the following two line to the buttons array in dwm's config.h file will allow you to change the volume using the mousewheel while hovering over the status bar. Very handy. Code: { ClkStatusText, 0, Button4, spawn, SHCMD("amixer -q set Master 2dB+ unmute") }, RE: Post Your dwm Bar - kirby - 01-08-2013 Thinking of switching to dwm, this looks like it could be useful, thanks. |