feat: use system fonts in dunst, rofi

This commit is contained in:
Barrett Ruth 2026-02-13 15:58:06 -05:00
parent e18ad83624
commit ee5c436d4f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
@import "themes/theme.rasi"
configuration {
font: "Berkeley Mono 15";
font: "SF Pro Display 15";
}
listview {

View file

@ -153,7 +153,6 @@ in
@import url("${config.xdg.configHome}/waybar/themes/theme.css");
* {
font-family: "Berkeley Mono", monospace;
font-size: 15px;
}
@ -187,7 +186,7 @@ in
enable = true;
settings = {
global = {
font = "Berkeley Mono 15";
font = "SF Pro Display 15";
frame_color = c.fgAlt;
separator_color = "frame";
background = c.bg;