home: wm: i3bar: use FontAwesome5 for icons
This commit is contained in:
parent
5930fc0d3b
commit
0c8eea0fb4
2 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue