mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Flake's font is now respected by waybar
This commit is contained in:
parent
7d4d0f7ca6
commit
67c96dc3bd
|
@ -387,15 +387,24 @@
|
||||||
"wlr/workspaces" = {
|
"wlr/workspaces" = {
|
||||||
"format" = "{icon}";
|
"format" = "{icon}";
|
||||||
"format-icons" = {
|
"format-icons" = {
|
||||||
"1" = " ¹";
|
"1" = "notes¹";
|
||||||
"2" = " ²";
|
"2" = "web²";
|
||||||
"3" = " ³";
|
"3" = "dev³";
|
||||||
"4" = " ⁴";
|
"4" = "music⁴";
|
||||||
"5" = "⁵";
|
"5" = "art⁵";
|
||||||
"6" = " ⁶";
|
"6" = "rec⁶";
|
||||||
"7" = "⁷";
|
"7" = "money⁷";
|
||||||
"8" = "⁸";
|
"8" = "edu⁸";
|
||||||
"9" = "⁹";
|
"9" = "games⁹";
|
||||||
|
# "1" = "¹";
|
||||||
|
# "2" = "²";
|
||||||
|
# "3" = "³";
|
||||||
|
# "4" = "⁴";
|
||||||
|
# "5" = "⁵";
|
||||||
|
# "6" = "⁶";
|
||||||
|
# "7" = "⁷";
|
||||||
|
# "8" = "⁸";
|
||||||
|
# "9" = "⁹";
|
||||||
};
|
};
|
||||||
"persistent_workspaces" = {
|
"persistent_workspaces" = {
|
||||||
"1" = [ ];
|
"1" = [ ];
|
||||||
|
@ -477,7 +486,8 @@
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: FontAwesome, Inconsolata;
|
font-family: FontAwesome, ''+font+'';
|
||||||
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue