custom weather notifier
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mako = {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = ''
|
||||
{
|
||||
anchor = "top-center"
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
anchor = "top-center";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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