Use font-size to correctly determine the size of the bars and buttons.

This commit is contained in:
Axel Wagner
2010-07-27 02:16:49 +02:00
parent 3883ae2738
commit ff2ee04e0d
4 changed files with 56 additions and 17 deletions

View File

@ -14,6 +14,7 @@ void free_workspaces();
struct i3_ws_t {
int num;
char* name;
int name_width;
bool visible;
bool focused;
bool urgent;