diff --git a/home/x/i3.nix b/home/x/i3.nix index 780e3c7..265d029 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -46,7 +46,7 @@ in { statusCommand = "i3status-rs ${barConfigPath}"; position = "top"; - fonts = [ "DejaVu Sans Mono 9" ]; + fonts = [ "DejaVuSansMono" "FontAwesome5Free 9" ]; colors = { background = colorBg; diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index b604b41..cf678e2 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -8,7 +8,7 @@ in home.packages = with pkgs; [ iw # Used by `net` block lm_sensors # Used by `temperature` block - font-awesome-ttf + font-awesome ]; programs.i3status-rust = {