cmus: show bitrate
This commit is contained in:
parent
7a164a82ea
commit
21c45a3bb0
|
@ -4,6 +4,8 @@
|
|||
home-manager.users.${user}.programs.cmus = {
|
||||
enable = true;
|
||||
# TODO shades of purple theme here
|
||||
# extraConfig
|
||||
extraConfig = ''
|
||||
set show_current_bitrate = true
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
home-manager.users.${user}.programs.cmus = {
|
||||
enable = true;
|
||||
# TODO shades of purple theme here
|
||||
# extraConfig
|
||||
extraConfig = ''
|
||||
set show_current_bitrate = true
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue