AutoYADM commit: 2025-03-15 17:00:06

This commit is contained in:
Daniel Fichtinger 2025-03-15 17:00:06 -04:00
parent 72dc344adc
commit 23763dae8d

View file

@ -12,6 +12,7 @@
"niri/window" "niri/window"
], ],
"modules-right": [ "modules-right": [
"custom/mail",
"cpu", "cpu",
"custom/delim", "custom/delim",
"memory", "memory",
@ -35,6 +36,11 @@
"restart-interval": "never", "restart-interval": "never",
"format": "{} " "format": "{} "
}, },
"custom/mail": {
"exec": "~/.config/mail/mail-indicator.sh",
"restart-interval": "never",
"format": "{}"
},
"custom/recorder": { "custom/recorder": {
"exec": "~/dev/niri-recorder/recorder.py", "exec": "~/dev/niri-recorder/recorder.py",
"return-type": "json", "return-type": "json",