This commit is contained in:
2024-10-18 19:16:54 +02:00
parent 9d32549a1c
commit 7f1ef8885c
8 changed files with 102 additions and 78 deletions
+8
View File
@@ -10,6 +10,10 @@
# type = "kitty";
width = 18;
height = 9;
color = {
"1" = "white";
"2" = "magenta";
};
padding = {
top = 2;
left = 1;
@@ -18,12 +22,16 @@
};
display = {
separator = " -> ";
color = {
keys = "magenta";
};
};
modules = [
"title"
{
type = "custom";
format = " Env ";
color = "magenta";
}
{
type = "os";