Tweak icons and formatting in various config files

This commit is contained in:
2025-10-03 15:20:08 +02:00
parent 41d0fd2075
commit 121fccf135
5 changed files with 12 additions and 11 deletions

View File

@@ -78,7 +78,7 @@
} }
{ {
type = "os"; type = "os";
key = " OS"; key = " OS";
keyColor = "31"; keyColor = "31";
} }
{ {

View File

@@ -14,7 +14,7 @@
icon-theme = "Papirus"; icon-theme = "Papirus";
font = "JetBrainsMono Nerd Font Mono 12"; font = "JetBrainsMono Nerd Font Mono 12";
drun-display-format = "{icon} {name}"; drun-display-format = "{icon} {name}";
display-drun = " Apps"; display-drun = " Apps";
display-run = " Run"; display-run = " Run";
display-filebrowser = " File"; display-filebrowser = " File";
}; };

View File

@@ -40,7 +40,8 @@ in
"Music" = " "; "Music" = " ";
"Pictures" = " "; "Pictures" = " ";
"Projects" = " "; "Projects" = " ";
"nix" = ""; "nix" = " ";
"nixos" = " ";
}; };
}; };
@@ -51,7 +52,7 @@ in
nix_shell = { nix_shell = {
format = "[$symbol]($style) "; format = "[$symbol]($style) ";
symbol = " "; symbol = " ";
style = ""; style = "";
}; };

View File

@@ -130,7 +130,7 @@ with lib;
}; };
"custom/startmenu" = { "custom/startmenu" = {
tooltip = false; tooltip = false;
format = " "; format = " ";
# exec = "rofi -show drun"; # exec = "rofi -show drun";
on-click = "rofi -show drun"; on-click = "rofi -show drun";
}; };

View File

@@ -136,7 +136,7 @@ with lib;
}; };
"custom/startmenu" = { "custom/startmenu" = {
tooltip = false; tooltip = false;
format = " "; format = " ";
# exec = "rofi -show drun"; # exec = "rofi -show drun";
on-click = "rofi -show drun"; on-click = "rofi -show drun";
}; };