dotfiles/private_dot_config/waybar/config.jsonc
Yarne Coppens 85e93e497c Update .config/waybar/config.jsonc
Update .config/waybar/style.css
2026-02-05 15:51:36 +01:00

70 lines
No EOL
1.8 KiB
Text

// -*- mode: jsonc -*-
[
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
//"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-right": [
"sway/scratchpad",
"sway/workspaces",
"tray",
"custom/power"
],
"modules-center": [
"mpris"
],
"modules-left": [
"clock",
"pulseaudio",
"bluetooth",
"cpu",
"memory",
"disk",
"privacy"
],
"include": [
"~/.config/waybar/modules.jsonc"
]
},
{
"name":"overlay",
"layer":"bottom",
"position":"top",
"passtrough":true,
"margin-top":-30,
"width":300,
"exclusive":false,
"modules-center":["cava"],
"cava": {
"framerate": 144,
"autosens": 1,
"sensitivity": 2,
"bars": 24,
"lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000,
"hide_on_silence": false,
"format_silent": "quiet",
"method": "pulse",
"source": "auto",
"stereo": true,
"reverse": false,
"bar_delimiter": 0,
"monstercat": false,
"waves": false,
"noise_reduction": 0.77,
"input_delay": 2,
"bar_width": 2,
"bar_spacing": 10,
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
"actions": {
"on-click-right": "mode"
},
"cava_config": "/home/yarne/.config/cava/config"
}
}
]