This commit is contained in:
iFargle 2024-01-19 13:30:49 +09:00
parent 0c8076424e
commit a8af52a594

View file

@ -12,10 +12,9 @@ in
format = lib.concatStrings [
"[](${whiteColor})"
"$time"
"[](${whiteColor})"
"[](${whiteColor}) "
"[](${orangeColor})"
"$time"
"$username"
"$hostname"
"[](bg:${yellowColor} fg:${orangeColor})"
@ -104,7 +103,7 @@ in
time = {
disabled = false;
time_format = "%R"; # Hour:Minute Format
style = "bg:${whiteColor}";
style = "fg:${blackColor} bg:${whiteColor}";
format = "[ $time]($style)";
};
};