test
This commit is contained in:
parent
51c2bcd774
commit
5b097aefdf
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ in
|
||||||
"$docker_context"
|
"$docker_context"
|
||||||
"$status"
|
"$status"
|
||||||
# "[](fg:#06969A bg:#33658A)"
|
# "[](fg:#06969A bg:#33658A)"
|
||||||
# d"$time"
|
# "$time"
|
||||||
# "[ ](fg:#33658A)"
|
# "[ ](fg:#33658A)"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ in
|
||||||
disabled = false;
|
disabled = false;
|
||||||
time_format = "%R"; # Hour:Minute Format
|
time_format = "%R"; # Hour:Minute Format
|
||||||
style = "fg:${blackColor} bg:${whiteColor}";
|
style = "fg:${blackColor} bg:${whiteColor}";
|
||||||
format = "[⏲ $time]($style)";
|
format = "[ $time]($style)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue