Tweak icons and formatting in various config files
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
}
|
||||
{
|
||||
type = "os";
|
||||
key = "│ OS";
|
||||
key = "│ OS";
|
||||
keyColor = "31";
|
||||
}
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
icon-theme = "Papirus";
|
||||
font = "JetBrainsMono Nerd Font Mono 12";
|
||||
drun-display-format = "{icon} {name}";
|
||||
display-drun = " Apps";
|
||||
display-drun = " Apps";
|
||||
display-run = " Run";
|
||||
display-filebrowser = " File";
|
||||
};
|
||||
|
||||
@@ -35,12 +35,13 @@ in
|
||||
truncation_symbol = "…/";
|
||||
truncate_to_repo = false;
|
||||
substitutions = {
|
||||
"Documents" = "";
|
||||
"Downloads" = "";
|
||||
"Music" = "";
|
||||
"Pictures" = "";
|
||||
"Projects" = "";
|
||||
"nix" = "";
|
||||
"Documents" = " ";
|
||||
"Downloads" = " ";
|
||||
"Music" = " ";
|
||||
"Pictures" = " ";
|
||||
"Projects" = " ";
|
||||
"nix" = " ";
|
||||
"nixos" = " ";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -51,7 +52,7 @@ in
|
||||
|
||||
nix_shell = {
|
||||
format = "[$symbol]($style) ";
|
||||
symbol = " ";
|
||||
symbol = " ";
|
||||
style = "";
|
||||
};
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ with lib;
|
||||
};
|
||||
"custom/startmenu" = {
|
||||
tooltip = false;
|
||||
format = " ";
|
||||
format = " ";
|
||||
# exec = "rofi -show drun";
|
||||
on-click = "rofi -show drun";
|
||||
};
|
||||
|
||||
@@ -136,7 +136,7 @@ with lib;
|
||||
};
|
||||
"custom/startmenu" = {
|
||||
tooltip = false;
|
||||
format = " ";
|
||||
format = " ";
|
||||
# exec = "rofi -show drun";
|
||||
on-click = "rofi -show drun";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user