1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(i3status-rust): add github block

This commit is contained in:
2022-08-22 10:28:48 +02:00
parent 5930340a05
commit eed0d0b2af
2 changed files with 6 additions and 1 deletions

View File

@@ -71,6 +71,11 @@ in {
print("{} {} {}{}".format(sun["sunrise"].strftime("%R"), sun["sunset"].strftime("%R"), "" if current_phase < 14 else "", round(current_phase, 1)))
'';
}
{
block = "github";
info = ["total"];
warning = ["mention" "review_requested"];
}
{
block = "custom";
interval = 10;