Changed Inter to Rubik for waybar and updated some icons.
This commit is contained in:
parent
1f376bf403
commit
4b17cf48e7
|
|
@ -30,7 +30,7 @@ rec {
|
|||
format-muted = "{volume}% 🔇 {format_source}";
|
||||
format-source = "{volume}% ";
|
||||
format-source-muted = "{volume}% ";
|
||||
format-icons = [ "" "" ];
|
||||
format-icons = [ "🔈" "🔊" ];
|
||||
on-click = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
on-click-right = "exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle";
|
||||
on-click-middle = "exec pavucontrol";
|
||||
|
|
@ -99,7 +99,7 @@ rec {
|
|||
}];
|
||||
style = ''
|
||||
* {
|
||||
font-family: Inter, "OpenMoji Black", sans-serif;
|
||||
font-family: Rubik, "OpenMoji Color", sans-serif;
|
||||
font-size: 12pt;
|
||||
min-height: 20pt;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue