Explorar o código

bin/tau: slight change in tasks styling

Dastan-glitch %!s(int64=4) %!d(string=hai) anos
pai
achega
08e79bbea1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      bin/tau/tau-cli/src/view.rs

+ 2 - 2
bin/tau/tau-cli/src/view.rs

@@ -50,9 +50,9 @@ pub fn print_task_list(tasks: Vec<TaskInfo>, filters: Vec<String>) -> Result<()>
         let state = task.events.last().unwrap_or(&TaskEvent::default()).action.clone();
 
         let (max_style, min_style, mid_style, gen_style) = if state == "start" {
-            ("Fc", "Fc", "Fc", "Fc")
+            ("bFg", "Fc", "Fg", "Fg")
         } else if state == "pause" {
-            ("Fy", "Fy", "Fy", "Fy")
+            ("iFYBd", "iFYBd", "iFYBd", "iFYBd")
         } else {
             ("", "", "", "")
         };