Change the default font to Roboto Mono

This commit is contained in:
cizordj
2021-01-15 13:55:07 -03:00
parent 6bc7d5b6fd
commit ee17041940
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
function dunstConfig(){
cat << EOF
[global]
font = Source Code Pro Semibold 12
font = Roboto Mono Semibold 12
markup = yes
plain_text = no
format = "<b>%s</b>\n%b"
+1 -1
View File
@@ -24,7 +24,7 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1
bindsym $mod+n border normal
font xft:Source Code Pro 11
font xft:Roboto Mono 11
floating_modifier $mod
+2 -2
View File
@@ -22,7 +22,7 @@ cat << XRESOURCES
*color7: ${xresources['color7']}
*color15: ${xresources['color15']}
URxvt.font: xft:Source Code Pro:size=11
URxvt.font: xft:Roboto Mono:size=11
URxvt.depth: 32
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
@@ -40,7 +40,7 @@ rofi.color-urgent: ${xresources['rofi.color-urgent']}
rofi.separator-style: solid
rofi.sidebar-mode: false
rofi.lines: 5
rofi.font: Source Code Pro Bold 10.5
rofi.font: Roboto Mono Bold 10.5
rofi.bw: 1
rofi.columns: 2
rofi.padding: 5