make toggl notification brighter

This commit is contained in:
Rasmus Moorats 2024-04-04 14:21:32 +03:00
parent 5664b0e83d
commit aa09649944
Signed by: xx
GPG key ID: FE14255A6AE7241C

View file

@ -84,7 +84,7 @@ func get_current_toggl_project() string {
}
if string(body) == "null" {
return "<span foreground=\"red\">TOGGL NOT TRACKING</span>"
return "<span foreground=\"white\" background=\"red\"> TOGGL NOT TRACKING </span>"
}
var currentJson togglCurrentResponse