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