feat: use system fonts in dunst, rofi
This commit is contained in:
parent
e18ad83624
commit
ee5c436d4f
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
@import "themes/theme.rasi"
|
@import "themes/theme.rasi"
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
font: "Berkeley Mono 15";
|
font: "SF Pro Display 15";
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,6 @@ in
|
||||||
@import url("${config.xdg.configHome}/waybar/themes/theme.css");
|
@import url("${config.xdg.configHome}/waybar/themes/theme.css");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Berkeley Mono", monospace;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -187,7 +186,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
font = "Berkeley Mono 15";
|
font = "SF Pro Display 15";
|
||||||
frame_color = c.fgAlt;
|
frame_color = c.fgAlt;
|
||||||
separator_color = "frame";
|
separator_color = "frame";
|
||||||
background = c.bg;
|
background = c.bg;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue