From cbd8e2f3bd8eafc295911c41fcc871118d7058a4 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Thu, 31 Dec 2015 00:28:24 +1100 Subject: [PATCH] Update readme --- Readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Readme.md b/Readme.md index 7792b957..d8f3dfdc 100644 --- a/Readme.md +++ b/Readme.md @@ -100,9 +100,6 @@ Here's what's on my todo list - Find a reliable way to set the text padding dynamically. I can get this to
work based on font width but there's no reliable way of getting
fontwidth for every terminal afaik. -- Find a quick and reliable way to get the current window manager. I had a -
solution that used an array of processes and pgrep but it doubled the -
startup time for the script. If you've got any ideas on how to solve these problems, let me know!