diff options
Diffstat (limited to 'config/X/xmobar/scripts/winfo')
| -rwxr-xr-x | config/X/xmobar/scripts/winfo | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/config/X/xmobar/scripts/winfo b/config/X/xmobar/scripts/winfo index 033ab49..f60bd7f 100755 --- a/config/X/xmobar/scripts/winfo +++ b/config/X/xmobar/scripts/winfo @@ -45,9 +45,9 @@ GetCWD (){    echo -n "${PROCESS}" \      | sed \ -    -e "s;^zsh$;<fn=1></fn>&;g" \ -    -e "s;^htop$;<fn=1></fn> &;g" \ -    -e "s;^ranger$;<fn=1></fn> &;g" +    -e "s;^zsh$;&;g" \ +    -e "s;^htop$; &;g" \ +    -e "s;^ranger$; &;g"  }  # Get title of window / name of process  | 
