added sturfff
This commit is contained in:
parent
0b8167a31d
commit
a37f81751e
7 changed files with 122 additions and 20 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
palettes = {
|
||||
latte = {
|
||||
|
|
@ -73,10 +78,41 @@ with lib;
|
|||
"fetch_status" = false;
|
||||
"fetch_upstream_icon" = false;
|
||||
};
|
||||
"template" = "{{ .HEAD }} ";
|
||||
"template" = "{{ .HEAD }}";
|
||||
"style" = "plain";
|
||||
"type" = "git";
|
||||
}
|
||||
{
|
||||
"type" = "terraform";
|
||||
"style" = "plain";
|
||||
"foreground" = "p:peach";
|
||||
"properties" = {
|
||||
"command" = "tofu";
|
||||
};
|
||||
"template" = " {{.WorkspaceName}}";
|
||||
}
|
||||
{
|
||||
"type" = "kubectl";
|
||||
"style" = "plain";
|
||||
"foreground" = "p:lavender";
|
||||
"template" = " {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}";
|
||||
"options" = {
|
||||
"context_aliases" = {
|
||||
"prd-mmo" = "prd-mmo";
|
||||
"test-mmo" = "test-mmo";
|
||||
};
|
||||
"cluster_aliases" = {
|
||||
"prd-mmo" = "prd-mmo";
|
||||
"test-mmo" = "test-mmo";
|
||||
};
|
||||
};
|
||||
}
|
||||
# {
|
||||
# "type" = "argocd";
|
||||
# "style" = "plain";
|
||||
# "foreground" = "p:blue";
|
||||
# "template" = " {{ .Server }}";
|
||||
# }
|
||||
{
|
||||
"style" = "plain";
|
||||
"foreground" = "p:closer";
|
||||
|
|
@ -85,7 +121,7 @@ with lib;
|
|||
{
|
||||
"foreground" = "p:mauve";
|
||||
"style" = "plain";
|
||||
"template" = "{{ .UserName }}@";
|
||||
"template" = " {{ .UserName }}@";
|
||||
"type" = "session";
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue