Test 2
All checks were successful
Deploy Vault / deploy (push) Successful in 1m31s

This commit is contained in:
2026-07-17 23:12:06 +02:00
parent f4e6cc6ad5
commit c444e8c79b
78 changed files with 53524 additions and 988 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-statusbar-pomo",
"name": "Status Bar Pomodoro Timer",
"version": "0.1.15",
"minAppVersion": "0.9.12",
"description": "Adds a pomodoro timer to your status bar.",
"author": "kzhovn",
"authorUrl": "",
"isDesktopOnly": true
}

View File

@@ -0,0 +1,7 @@
.statusbar-pomo {
font-variant-numeric: tabular-nums;
}
.statusbar-pomo-logging:hover {
cursor: pointer;
}