diff --git a/_desktop/dunst/dunstrc b/_desktop/dunst/dunstrc index 846f392..69a7cae 100644 --- a/_desktop/dunst/dunstrc +++ b/_desktop/dunst/dunstrc @@ -106,7 +106,7 @@ ### Text ### - font = JetBrainsMono Nerd Font Mono 10 + #font = JetBrainsMono Nerd Font Mono 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. diff --git a/_suckless/dmenu/config.h b/_suckless/dmenu/config.h index 0b7320c..837ea5f 100644 --- a/_suckless/dmenu/config.h +++ b/_suckless/dmenu/config.h @@ -6,7 +6,7 @@ static int centered = 0; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrainsMono Nerd Font Mono:style=Medium:size=12", + "RobotoMono Nerd Font:style=Medium:size=12", "Noto Color Emoji:style=Regular:size=14", }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index a26bd79..11146be 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -13,7 +13,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "JetBrainsMono Nerd Font Mono:style=Medium:size=10", "Material Icons:size=12" }; +static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size=10", "Material Icons:size=12" }; static const char normfgcolor[] = "#bbbbbb"; static const char col_fg[] = "#161616"; static const char col_bg[] = "#c7c7c7"; @@ -38,7 +38,7 @@ static Sp scratchpads[] = { }; /* tagging */ -static const char *tags[] = {"\ue9ef", "\ue894", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "7", "\ue8af", "\ue943", "\uea67"}; +static const char *tags[] = {"\ue9ef", "\ue80b", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "7", "\ue8af", "\ue943", "\ue894"}; static const Rule rules[] = { /* xprop(1): diff --git a/_suckless/st/config.h b/_suckless/st/config.h index e377666..a4077f1 100644 --- a/_suckless/st/config.h +++ b/_suckless/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono Nerd Font Mono:style=Medium:pixelsize=14"; +static char *font = "RobotoMono Nerd Font:style=Medium:pixelsize=14"; static char *font2[] = { "Noto Color Emoji:pixelsize=12" }; static int borderpx = 5;