Skip to content

Commit

Permalink
battery: Increase strings maximum size
Browse files Browse the repository at this point in the history
Allows e.g. putting pango markup inside status strings.

Fixes #516
  • Loading branch information
christophgysin authored and orestisfl committed Aug 1, 2024
1 parent 200fef9 commit a07d3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/print_battery_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "i3status.h"

#define STRING_SIZE 10
#define STRING_SIZE 128

#if defined(__linux__)
#include <errno.h>
Expand Down

0 comments on commit a07d3df

Please sign in to comment.