From 8d75eeed6fa1e11e1e9251f134db5965c3b28f31 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 26 Oct 2024 20:06:50 +0300 Subject: font --- .config/dunst/dunstrc | 2 +- .config/rofi/gruvbox.rasi | 2 +- .config/waybar/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.config') 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 = "%s\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; -- cgit v1.2.3