add(fonts): modular fonts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{myConfig, ...}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
misc = {
|
||||
disable_hyprland_logo = true;
|
||||
@@ -43,7 +43,7 @@
|
||||
bar_color = "$surface_container_high";
|
||||
bar_text_color = "$on_surface";
|
||||
bar_text_size = 0;
|
||||
bar_text_font = "Sans";
|
||||
bar_text_font = myConfig.font.sans;
|
||||
bar_button_padding = 4;
|
||||
bar_padding = 8;
|
||||
bar_precedence_over_border = true;
|
||||
|
||||
Reference in New Issue
Block a user