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