home: wm: i3bar: use FontAwesome5 for icons
This commit is contained in:
parent
f4cc68a650
commit
8837c7c33c
|
@ -84,6 +84,11 @@ in
|
|||
text = "#fdf6e3";
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
names = [ "DejaVu Sans Mono" "FontAwesome5Free" ];
|
||||
size = 8.0;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ in
|
|||
home.packages = with pkgs; [
|
||||
alsaUtils # Used by `sound` block
|
||||
lm_sensors # Used by `temperature` block
|
||||
font-awesome # Icon font
|
||||
];
|
||||
|
||||
programs.i3status-rust = {
|
||||
|
@ -14,6 +15,8 @@ in
|
|||
|
||||
bars = {
|
||||
top = {
|
||||
icons = "awesome5";
|
||||
|
||||
blocks = builtins.filter (attr: attr != { }) [
|
||||
{
|
||||
block = "music";
|
||||
|
|
Loading…
Reference in a new issue