2024-12-29 19:39 : id 48

This commit is contained in:
deadvey 2024-12-29 19:39:33 +00:00
parent 6bae7f13d2
commit 427dbf0c63

View File

@ -610,6 +610,11 @@ in
format-ethernet = "{ifname}: {ipaddr} "; format-ethernet = "{ifname}: {ipaddr} ";
format-disconnected = "No Connection... "; format-disconnected = "No Connection... ";
}; };
"custom/fuzzy-time" = {
exec = "bash $HOME/scripts/fuzzy-time.sh";
format = "{}";
interval = 30;
};
"custom/uptime" = { "custom/uptime" = {
exec = "uptime"; exec = "uptime";
format = "{}"; format = "{}";