make toggl notification brighter
This commit is contained in:
parent
5664b0e83d
commit
aa09649944
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue