forked from pub-solar/os
Compare commits
3 commits
33163b61a3
...
7b2d36e4fe
Author | SHA1 | Date | |
---|---|---|---|
teutat3s | 7b2d36e4fe | ||
teutat3s | 2779b0db0e | ||
teutat3s | 00dd25c874 |
|
@ -8,7 +8,7 @@
|
|||
|
||||
set $main_screen HDMI-A-1
|
||||
|
||||
output $main_screen scale 2
|
||||
output $main_screen scale 1.25
|
||||
|
||||
#bindswitch lid:on output $main_screen disable
|
||||
#bindswitch lid:off output $main_screen enable
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
{ # nachtigall.pub.solar
|
||||
publicKey = "qzNywKY9RvqTnDO8eLik75/SHveaSk9OObilDzv+xkk=";
|
||||
allowedIPs = [ "10.7.6.1/32" "fd00:fae:fae:fae:fae:1::/96" ];
|
||||
#endpoint = "138.201.80.102:51820";
|
||||
endpoint = "[2a01:4f8:172:1c25::1]:51820";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
|
@ -70,6 +71,20 @@
|
|||
endpoint = "80.71.153.210:51820";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
{ # metronom.pub.solar
|
||||
publicKey = "zOSYGO7MfnOOUnzaTcWiKRQM0qqxR3JQrwx/gtEtHmo=";
|
||||
allowedIPs = [ "10.7.6.3/32" "fd00:fae:fae:fae:fae:3::/96" ];
|
||||
endpoint = "49.13.236.167:51820";
|
||||
#endpoint = "[2a01:4f8:c2c:7082::]:51820";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
{ # tankstelle.pub.solar
|
||||
publicKey = "iRTlY1lB7nPXf2eXzX8ZZDkfMmXyGjff5/joccbP8Cg=";
|
||||
allowedIPs = [ "10.7.6.4/32" "fd00:fae:fae:fae:fae:4::/96" ];
|
||||
#endpoint = "80.244.242.5:51820";
|
||||
endpoint = "[2001:4d88:1ffa:26::5]:51820";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
];
|
||||
};
|
||||
#wg1 = {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
format = "$username$hostname$directory($git_branch$git_commit$git_state$git_status)($c$deno$golang$haskell$nodejs$php$python$ruby$rust$terraform[](fg:#F85E84 bg:#000000))($docker_context[](fg:#06969A))($container)$fill(\${custom.triton})$nix_shell$status[ |](fg:#F85E84)$line_break$character";
|
||||
format = "$username$hostname$directory($git_branch$git_commit$git_state$git_status) ($c$deno$golang$haskell$nodejs$php$python$ruby$rust$terraform) ($docker_context) ($container)$fill(\${custom.triton})$nix_shell$status[ |](fg:#F85E84)$line_break$character";
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false;
|
||||
|
@ -29,7 +29,6 @@
|
|||
|
||||
fill = {
|
||||
symbol = "-";
|
||||
#style = "bold green";
|
||||
style = "black";
|
||||
};
|
||||
|
||||
|
@ -58,7 +57,6 @@
|
|||
|
||||
c = {
|
||||
symbol = " ";
|
||||
style = "bg:#86BBD8";
|
||||
format = ''[ $symbol ($version) ]($style)'';
|
||||
};
|
||||
|
||||
|
@ -75,11 +73,10 @@
|
|||
|
||||
docker_context = {
|
||||
symbol = " ";
|
||||
style = "bg:#06969A";
|
||||
format = ''[ $symbol $context ]($style) $path'';
|
||||
};
|
||||
|
||||
#deno = {};
|
||||
deno = { };
|
||||
|
||||
git_branch = {
|
||||
style = "#E5C463";
|
||||
|
@ -119,13 +116,11 @@
|
|||
|
||||
golang = {
|
||||
symbol = " ";
|
||||
style = "bg:#86BBD8";
|
||||
format = ''[ $symbol ($version) ]($style)'';
|
||||
};
|
||||
|
||||
haskell = {
|
||||
symbol = " ";
|
||||
style = "bg:#86BBD8";
|
||||
format = ''[ $symbol ($version) ]($style)'';
|
||||
};
|
||||
|
||||
|
@ -136,7 +131,6 @@
|
|||
|
||||
nodejs = {
|
||||
symbol = "";
|
||||
style = "bg:#86BBD8";
|
||||
format = ''[ $symbol ($version) ]($style)'';
|
||||
};
|
||||
|
||||
|
@ -154,16 +148,8 @@
|
|||
|
||||
rust = {
|
||||
symbol = "";
|
||||
style = "bg:#86BBD8";
|
||||
format = ''[ $symbol ($version) ]($style)'';
|
||||
};
|
||||
|
||||
#terraform = {};
|
||||
|
||||
time = {
|
||||
disabled = false;
|
||||
time_format = "%R"; # Hour:Minute Format
|
||||
style = "bg:#33658A";
|
||||
format = ''[ ♥ $time ]($style)'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue