Flake's font is now respected by waybar

This commit is contained in:
Emmet 2023-09-23 14:11:33 -05:00
parent 7d4d0f7ca6
commit 67c96dc3bd

View file

@ -387,15 +387,24 @@
"wlr/workspaces" = {
"format" = "{icon}";
"format-icons" = {
"1" = "󱚌 ¹";
"2" = "󰈹 ²";
"3" = "󰈮 ³";
"4" = "󱍙 ";
"5" = "";
"6" = "󰄄 ";
"7" = "";
"8" = "";
"9" = "";
"1" = "notes¹";
"2" = "web²";
"3" = "dev³";
"4" = "music";
"5" = "art";
"6" = "rec";
"7" = "money";
"8" = "edu";
"9" = "games";
# "1" = "¹󱚌";
# "2" = "²󰈹";
# "3" = "³󰈮";
# "4" = "⁴󱍙";
# "5" = "⁵";
# "6" = "⁶󰄄";
# "7" = "⁷";
# "8" = "⁸";
# "9" = "⁹";
};
"persistent_workspaces" = {
"1" = [ ];
@ -477,7 +486,8 @@
style = ''
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Inconsolata;
font-family: FontAwesome, ''+font+'';
font-size: 20px;
}