diff --git a/modules/home/fastfetch/default.nix b/modules/home/fastfetch/default.nix index 6d30ecd..84a8ac3 100644 --- a/modules/home/fastfetch/default.nix +++ b/modules/home/fastfetch/default.nix @@ -78,7 +78,7 @@ } { type = "os"; - key = "│  OS"; + key = "│  OS"; keyColor = "31"; } { diff --git a/modules/home/rofi/rofi.nix b/modules/home/rofi/rofi.nix index e5ce4e3..2b779f6 100644 --- a/modules/home/rofi/rofi.nix +++ b/modules/home/rofi/rofi.nix @@ -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"; }; diff --git a/modules/home/starship.nix b/modules/home/starship.nix index f4fa55d..aaee7d2 100644 --- a/modules/home/starship.nix +++ b/modules/home/starship.nix @@ -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 = ""; }; diff --git a/modules/home/waybar/waybar-ddubs-2.nix b/modules/home/waybar/waybar-ddubs-2.nix index f2353c4..028269b 100644 --- a/modules/home/waybar/waybar-ddubs-2.nix +++ b/modules/home/waybar/waybar-ddubs-2.nix @@ -130,7 +130,7 @@ with lib; }; "custom/startmenu" = { tooltip = false; - format = " "; + format = " "; # exec = "rofi -show drun"; on-click = "rofi -show drun"; }; diff --git a/modules/home/waybar/waybar-jerry.nix b/modules/home/waybar/waybar-jerry.nix index bfe4f8a..faf1a14 100644 --- a/modules/home/waybar/waybar-jerry.nix +++ b/modules/home/waybar/waybar-jerry.nix @@ -136,7 +136,7 @@ with lib; }; "custom/startmenu" = { tooltip = false; - format = " "; + format = " "; # exec = "rofi -show drun"; on-click = "rofi -show drun"; };