replaced powerline with oh-my-posh, new deps and alias fixes

This commit is contained in:
2024-06-11 22:59:12 +02:00
parent ec10ac7281
commit a715528931
15 changed files with 113 additions and 35 deletions

View File

@@ -6,11 +6,14 @@ configuration {
ssh-command: "{terminal} -e "{ssh-client} {host}"";
show-icons: true;
display-drun: "";
display-run: "";
display-ssh: "";
display-filebrowser: "";
display-window: "";
display-drun: " ";
display-run: " ";
display-ssh: " ";
display-clipboard: "";
display-emoji: "";
display-calc: " ";
display-filebrowser: " ";
display-window: " ";
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";
window-format: "{w} · {c} · {t}";
}