Skip to content

Commit

Permalink
✨ Added Cava (audio visualizer) module to waybar
Browse files Browse the repository at this point in the history
Requires waybar-cava from the AUR; potentially look into replacing this with a script-based module.
  • Loading branch information
ambertia committed Oct 19, 2024
1 parent b130fe0 commit 585e70a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

"modules-center": [
"mpris",
"cava", // TODO waybar-cava (AUR) required for this, or replace with custom script-based module.
],

"modules-right": [
Expand Down
22 changes: 22 additions & 0 deletions .config/waybar/modules-common.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,28 @@
"interval": 15
},

"cava": {
"framerate": 30,
"autosens": 1,
//"sensitivity": 100,
"bars": 20,
"lower_cutoff_freq": 10,
"higher_cutoff_freq": 20000,
"method": "pulse",
"source": "auto",
"stereo": false,
"reverse": false,
"bar_delimiter": 0,
"monstercat": true,
"waves": false,
"noise_reduction": 0.5,
"input_delay": 1,
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
"actions": {
"on-click-right": "mode"
}
},

"clock": {
// "timezone": "America/New_York",
"format": "{:%H:%M}",
Expand Down

0 comments on commit 585e70a

Please sign in to comment.