feat(qutebrowser): refactor theme loading
This commit is contained in:
parent
b132ba2447
commit
b42ad17d4d
4 changed files with 133 additions and 304 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue