xmonad: use monospace font

This commit is contained in:
Timothy DeHerrera 2020-06-12 18:49:24 -06:00
parent 4f29413119
commit 861cb69fa1
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
-- function to call dzen2 and show volume in the middle of the screen
dzcall :: String
dzcall = "${dzvol}/bin/dzvol -fn 'DejaVu Sans Mono for Powerline-16:normal'"
dzcall = "${dzvol}/bin/dzvol -fn 'monospace'"
myAutostart :: X ()
myAutostart = do
@ -101,7 +101,7 @@
)
-- dmenu frontend for network manager
, ( ( myModKey , xK_n )
, spawn "networkmanager_dmenu -fn 'DejaVu Sans Mono for Powerline-16:normal'"
, spawn "networkmanager_dmenu -fn 'monospace'"
)
]
''

View File

@ -24,7 +24,7 @@ dzen2_dpms_state () {
new_dpms_state=$1
print "Power Management ${new_dpms_state}" \
| dzen2 -fn "DejaVu Sans Mono for Powerline-16:normal" -p 2 -tw ${WIDTH} -x ${XPOS} -y ${YPOS}
| dzen2 -fn "monospace" -p 2 -tw ${WIDTH} -x ${XPOS} -y ${YPOS}
}
case $dpms_state in