new wezterm width; fix starship character
This commit is contained in:
parent
a3fba249cf
commit
86f059915f
2 changed files with 4 additions and 4 deletions
|
|
@ -121,8 +121,8 @@
|
||||||
style = "fg:bg bg:text";
|
style = "fg:bg bg:text";
|
||||||
};
|
};
|
||||||
character = {
|
character = {
|
||||||
error_symbol = "[✗](bold red) ";
|
error_symbol = "[✗](bold red)";
|
||||||
success_symbol = "[](bold green) ";
|
success_symbol = "[](bold green)";
|
||||||
};
|
};
|
||||||
palettes.night = {
|
palettes.night = {
|
||||||
bg = "#1E1E2E";
|
bg = "#1E1E2E";
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,9 @@ in {
|
||||||
local function get_initial_cols_by_hostname()
|
local function get_initial_cols_by_hostname()
|
||||||
local hostname = wezterm.hostname()
|
local hostname = wezterm.hostname()
|
||||||
if hostname == "rotterdam" then
|
if hostname == "rotterdam" then
|
||||||
return 110
|
return 116
|
||||||
elseif hostname == "io" then
|
elseif hostname == "io" then
|
||||||
return 89
|
return 93
|
||||||
else
|
else
|
||||||
return 110
|
return 110
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue