custom weather notifier
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"river/tags"
|
||||
];
|
||||
modules-center = [
|
||||
"custom/currents"
|
||||
"river/window"
|
||||
];
|
||||
modules-right = [
|
||||
@@ -153,6 +154,13 @@
|
||||
on-click = "pavucontrol";
|
||||
};
|
||||
};
|
||||
|
||||
"custom/currents"= {
|
||||
interval= 30;
|
||||
exec= "currents --waybar";
|
||||
return-type= "json";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user