xmonad: use monospace font
This commit is contained in:
parent
4f29413119
commit
861cb69fa1
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
-- function to call dzen2 and show volume in the middle of the screen
|
-- function to call dzen2 and show volume in the middle of the screen
|
||||||
dzcall :: String
|
dzcall :: String
|
||||||
dzcall = "${dzvol}/bin/dzvol -fn 'DejaVu Sans Mono for Powerline-16:normal'"
|
dzcall = "${dzvol}/bin/dzvol -fn 'monospace'"
|
||||||
|
|
||||||
myAutostart :: X ()
|
myAutostart :: X ()
|
||||||
myAutostart = do
|
myAutostart = do
|
||||||
@ -101,7 +101,7 @@
|
|||||||
)
|
)
|
||||||
-- dmenu frontend for network manager
|
-- dmenu frontend for network manager
|
||||||
, ( ( myModKey , xK_n )
|
, ( ( myModKey , xK_n )
|
||||||
, spawn "networkmanager_dmenu -fn 'DejaVu Sans Mono for Powerline-16:normal'"
|
, spawn "networkmanager_dmenu -fn 'monospace'"
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
''
|
''
|
||||||
|
@ -24,7 +24,7 @@ dzen2_dpms_state () {
|
|||||||
new_dpms_state=$1
|
new_dpms_state=$1
|
||||||
|
|
||||||
print "Power Management ${new_dpms_state}" \
|
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
|
case $dpms_state in
|
||||||
|
Loading…
Reference in New Issue
Block a user