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" = {
|
||||
"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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue