feat(qutebrowser): refactor theme loading

This commit is contained in:
Artur Manuel 2025-01-08 10:26:51 +00:00
commit b42ad17d4d
4 changed files with 133 additions and 304 deletions

View file

@ -56,6 +56,7 @@
ocaml = {symbol = "ml ";};
opa = {symbol = "opa ";};
os = {
disabled = false;
symbols = {
AIX = "aix ";
AlmaLinux = "alma ";
@ -126,6 +127,14 @@
terraform = {symbol = "terraform ";};
typst = {symbol = "typst ";};
zig = {symbol = "zig ";};
username = {
show_always = true;
format = "[$user]($style)@";
};
hostname = {
ssh_only = false;
format = "[$ssh_symbol$hostname]($style) |> ";
};
};
in
symlinkJoin {