desktop: swap fonts to NotoSans NF and UbuntuSansMono Nerd Font

This commit is contained in:
Fabio Scotto di Santolo
2026-05-23 22:24:07 +02:00
parent 27e6541357
commit c34e9dccb9
5 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ height = (0, 120)
origin = top-right
offset = (20, 40)
font = LiterationMono Nerd Font 10
font = NotoSans NF 10
line_height = 2
padding = 12

View File

@@ -2,7 +2,7 @@ configuration {
modi: "drun,run,window";
show-icons: true;
icon-theme: "Yaru";
font: "LiterationMono Nerd Font 11";
font: "NotoSans NF 11";
}
* {

View File

@@ -2,7 +2,7 @@
set $mod Mod4
font pango:LiterationMono Nerd Font 10
font pango:NotoSans NF 10
# vim-like directions
set $left h

View File

@@ -1,5 +1,5 @@
* {
font-family: "LiterationMono Nerd Font", "Symbols Nerd Font Mono", monospace;
font-family: "NotoSans NF";
font-size: 10pt;
min-height: 0;
}

View File

@@ -7,10 +7,10 @@
(load-theme 'nordic-night t))
;; Setting default font
(set-frame-font "LiterationMono Nerd Font 14" nil t)
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
(add-to-list 'default-frame-alist
'(font . "FantasqueSansM Nerd Font-14"))
'(font . "UbuntuSansMono Nerd Font-14"))
;; Remove toolbar
(tool-bar-mode -1)