From 861cb69fa17c3eb278bf717f5ddb81e4052ce9d3 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 12 Jun 2020 18:49:24 -0600 Subject: [PATCH] xmonad: use monospace font --- profiles/graphical/xmonad/_xmonad.nix | 4 ++-- profiles/graphical/xmonad/scripts/stoggle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/graphical/xmonad/_xmonad.nix b/profiles/graphical/xmonad/_xmonad.nix index d64a49a..20ee86c 100644 --- a/profiles/graphical/xmonad/_xmonad.nix +++ b/profiles/graphical/xmonad/_xmonad.nix @@ -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'" ) ] '' diff --git a/profiles/graphical/xmonad/scripts/stoggle b/profiles/graphical/xmonad/scripts/stoggle index bdb9c37..b08934c 100644 --- a/profiles/graphical/xmonad/scripts/stoggle +++ b/profiles/graphical/xmonad/scripts/stoggle @@ -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