AutoYADM commit: 2025-03-03 14:40:14

This commit is contained in:
Daniel Fichtinger 2025-03-03 14:40:14 -05:00
parent f3efc2f71b
commit e13ef22ffd
5 changed files with 187 additions and 15 deletions

View file

@ -8,28 +8,70 @@
"niri/window"
],
"modules-right": [
"cava",
"cpu",
"memory",
"pulseaudio",
"battery",
"custom/recorder",
"tray",
"clock"
],
"niri/window": {
"max-length": 50
"max-length": 50,
"separate-outputs": true
},
"custom/recorder": {
"exec": "~/dev/niri-recorder/recorder.py",
"return-type": "json",
"restart-interval": "never",
"on-click": "~/dev/niri-recorder/recorder.sh screen",
"on-click-right": "~/dev/niri-recorder/recorder.sh region"
},
"cava": {
"cava_config": "$XDG_CONFIG_HOME/cava/cava.conf",
// "framerate": 30,
// "autosens": 1,
// "sensitivity": 100,
// "bars": 14,
// "lower_cutoff_freq": 50,
// "higher_cutoff_freq": 10000,
// "method": "pulse",
// "source": "auto",
// "stereo": true,
// "reverse": false,
// "bar_delimiter": 0,
// "monstercat": false,
// "waves": false,
// "noise_reduction": 0.77,
// "input_delay": 2,
"format-icons": [
"▁",
"▂",
"▃",
"▄",
"▅",
"▆",
"▇",
"█"
],
"actions": {
"on-click-right": "mode"
}
},
"niri/workspaces": {
// "format": "{icon}",
// "format-icons": {
// // Named workspaces
// // (you need to configure them in niri)
// "browser": "",
// "discord": "",
// "chat": "<b></b>",
// // Icons by state
// "active": "",
// "default": ""
// }
"format": "{icon}",
"format-icons": {
// Named workspaces
// (you need to configure them in niri)
// "browser": "",
// "discord": "",
// "chat": "<b></b>",
// Icons by state
"music": "󰎇",
"active": "",
"default": ""
}
},
// "sway/workspaces": {
// "disable-scroll" : false,