diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-26 10:16:45 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-26 10:18:35 +0200 |
| commit | 35559da0ccb4205865a5f61c54922253f743b469 (patch) | |
| tree | 402450bea7fba011509cdce9d4631a2e23345fdc /artix/template | |
| parent | e1541e4e9bad1c56cf6ed0143f1e514c5186e141 (diff) | |
change font with make
Diffstat (limited to 'artix/template')
| -rw-r--r-- | artix/template/alacritty/alacritty.toml | 2 | ||||
| -rw-r--r-- | artix/template/dunst/dunstrc | 2 | ||||
| -rw-r--r-- | artix/template/waybar/style.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/artix/template/alacritty/alacritty.toml b/artix/template/alacritty/alacritty.toml index af10885..0b0f612 100644 --- a/artix/template/alacritty/alacritty.toml +++ b/artix/template/alacritty/alacritty.toml @@ -3,7 +3,7 @@ padding = { x = 10, y = 10 } opacity = 0.73 [font] -normal = { family = "monospace", style = "Regular" } +normal = { family = "$FONT", style = "Regular" } size = 17 [colors.primary] diff --git a/artix/template/dunst/dunstrc b/artix/template/dunst/dunstrc index 72383c5..226017c 100644 --- a/artix/template/dunst/dunstrc +++ b/artix/template/dunst/dunstrc @@ -8,7 +8,7 @@ enable_recursive_icon_lookup = true padding = 5 horizontal_padding = 5 - font = 0xProto Nerd font 15 + font = $FONT 15 corner_radius = 0 separator_height = 5 [urgency_low] diff --git a/artix/template/waybar/style.css b/artix/template/waybar/style.css index fca6b96..c093460 100644 --- a/artix/template/waybar/style.css +++ b/artix/template/waybar/style.css @@ -1,5 +1,5 @@ * { - font-family: "monospace"; + font-family: "$FONT"; font-weight: bold; } |
