mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Change the default font to Roboto Mono
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user