AutoYADM commit: 2025-03-07 19:45:03
This commit is contained in:
parent
e5b9d55371
commit
7a736d0e8b
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"cava"
|
"cava",
|
||||||
|
"custom/colcount"
|
||||||
// "niri/workspaces"
|
// "niri/workspaces"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
|
@ -28,6 +29,11 @@
|
||||||
"max-length": 50,
|
"max-length": 50,
|
||||||
"separate-outputs": true
|
"separate-outputs": true
|
||||||
},
|
},
|
||||||
|
"custom/colcount": {
|
||||||
|
"exec": "~/dev/niri-windows/niri-windows.py",
|
||||||
|
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue