Update some more symbols and spacing (waybar and starship)

This commit is contained in:
Evie Litherland-Smith 2024-03-02 15:00:09 +00:00
parent 8cca04b56b
commit 5260689aec
2 changed files with 33 additions and 64 deletions

View file

@ -3,7 +3,6 @@
enable = true; enable = true;
enableTransience = true; enableTransience = true;
settings = { settings = {
c = {symbol = " ";};
command_timeout = 1000; command_timeout = 1000;
container = {symbol = " ";}; container = {symbol = " ";};
add_newline = false; add_newline = false;
@ -14,50 +13,46 @@
directory = { directory = {
truncation_length = 2; truncation_length = 2;
fish_style_pwd_dir_length = 1; fish_style_pwd_dir_length = 1;
read_only = "󰉐 "; read_only = " ";
truncate_to_repo = false; truncate_to_repo = false;
}; };
line_break.disabled = false; line_break.disabled = false;
git_branch = { git_branch = {
symbol = " "; symbol = " ";
only_attached = true; only_attached = true;
ignore_branches = ["master" "main"]; ignore_branches = ["master" "main"];
}; };
git_commit = { git_commit = {
format = "[󰜘 $hash | $tag]($style) "; format = "[ $hash | $tag]($style) ";
tag_symbol = "󰓹 "; tag_symbol = " ";
tag_disabled = false; tag_disabled = false;
}; };
git_metrics.disabled = false; git_metrics.disabled = false;
git_status = { git_status = {
stashed = "󰁯 "; stashed = " ";
ahead = "󰁝 "; ahead = " ";
behind = "󰁅 "; behind = " ";
up_to_date = ""; up_to_date = "";
diverged = "󰹹 "; diverged = " ";
conflicted = "󰦎 "; conflicted = " ";
deleted = " "; deleted = " ";
renamed = " "; renamed = " ";
modified = " "; modified = " ";
staged = " "; staged = " ";
untracked = " "; untracked = " ";
typechanged = " "; typechanged = " ";
}; };
golang = {symbol = " ";};
guix_shell = {symbol = " ";};
haskell = {symbol = " ";};
hostname = { hostname = {
ssh_only = true; ssh_only = true;
ssh_symbol = "󰢹 "; ssh_symbol = " ";
}; };
java = {symbol = " ";};
localip = {disabled = false;}; localip = {disabled = false;};
lua = {symbol = " ";}; lua = {symbol = " ";};
memory_usage = { memory_usage = {
disabled = false; disabled = false;
symbol = "󰍛 "; symbol = " ";
}; };
nix_shell.symbol = "󱄅 "; nix_shell.symbol = " ";
os = { os = {
disabled = false; disabled = false;
format = "on [$symbol]($style) "; format = "on [$symbol]($style) ";
@ -76,7 +71,6 @@
Linux = " "; Linux = " ";
Macos = " "; Macos = " ";
Manjaro = " "; Manjaro = " ";
Mint = "󰣭 ";
NixOS = " "; NixOS = " ";
OpenBSD = " "; OpenBSD = " ";
openSUSE = " "; openSUSE = " ";
@ -91,31 +85,20 @@
Windows = " "; Windows = " ";
}; };
}; };
package = {symbol = "󰏗 ";}; package = {symbol = " ";};
python = { python = {
symbol = "󰌠 "; symbol = " ";
python_binary = "python3"; python_binary = "python3";
}; };
rust = {symbol = "󱘗 ";}; rust = {symbol = " ";};
shell = { shell = {
disabled = false; disabled = false;
format = "using [$indicator ]($style)"; format = "using [$indicator ]($style)";
nu_indicator = "ν"; nu_indicator = "ν";
}; };
status = {
disabled = false;
map_symbol = true;
pipestatus = true;
symbol = "󰙧 ";
success_symbol = "";
not_executable_symbol = "󰂭 ";
not_found_symbol = "󰍉 ";
sigint_symbol = "󰟾 ";
signal_symbol = "󱐋 ";
};
sudo = { sudo = {
disabled = false; disabled = false;
symbol = "󰪋 "; symbol = " ";
}; };
}; };
}; };

View file

@ -35,21 +35,10 @@
# Module config # Module config
"hyprland/window" = { "hyprland/window" = {
"format" = "{title}"; "format" = "{title}";
# TODO workspace rewrites
"rewrite" = { "rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]"; "(Alacritty.*)" = " $1";
"(Alacritty.*)" = " $1"; "(btm)" = "Resource Usage [$1]";
"(.*) - mpv" = " $1"; "(cava)" = "Music Visualiser [$1]";
"(btm)" = " Resource Usage [$1]";
"(cava)" = " Music Visualiser [$1]";
"(.*) - Thunar" = " $1";
"Nyxt - (.*)" = " $1";
"Mozilla Firefox" = " $1";
"(.*) Mozilla Firefox" = " $1";
"((?:.*)WebCord.*)" = " $1";
"(Signal.*)" = " $1";
"(WhatsApp for Linux.*)" = " $1";
"([Ss]team)" = " $1";
}; };
"separate-outputs" = true; "separate-outputs" = true;
}; };
@ -67,19 +56,16 @@
"4" = []; "4" = [];
"5" = []; "5" = [];
"6" = []; "6" = [];
"7" = [];
"8" = [];
"9" = [];
}; };
}; };
mpris = { mpris = {
"format" = "> {player_icon} {player}"; "format" = " {player}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}"; "tooltip-format" = "{player_icon} ({player}) {dynamic}";
"interval" = 1; "interval" = 1;
"dynamic-order" = ["album" "artist" "title" "position" "length"]; "dynamic-order" = ["album" "artist" "title" "position" "length"];
"player-icons" = {
"default" = " ";
"emms" = " ";
"firefox" = " ";
"mpv" = " ";
};
"status-icons" = { "status-icons" = {
"playing" = " "; "playing" = " ";
"paused" = " "; "paused" = " ";