diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 2 | ||||
-rw-r--r-- | .config/rofi/gruvbox.rasi | 2 | ||||
-rw-r--r-- | .config/waybar/style.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index dc84c02..ee34c67 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -7,7 +7,7 @@ padding = 2 horizontal_padding = 2 transparency = 25 - font = LiterationMono Nerd Font 14 + font = DejaVuSansM Nerd Font 14 format = "<b>%s</b>\n%b" [urgency_low] diff --git a/.config/rofi/gruvbox.rasi b/.config/rofi/gruvbox.rasi index 3285ac0..63890a9 100644 --- a/.config/rofi/gruvbox.rasi +++ b/.config/rofi/gruvbox.rasi @@ -9,7 +9,7 @@ grey: #a89984; width: 600; - font: "LiterationMono Nerd Font 12"; + font: "DejaVuSansM Nerd Font 12"; } element-text, element-icon , mode-switcher { diff --git a/.config/waybar/style.css b/.config/waybar/style.css index e6048ff..7937759 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: LiterationMono Nerd Font Propo; + font-family: DejaVuSansM Nerd Font Propo; font-weight: normal; font-size: 14px; min-height: 0; |