mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
mcbrides crazy baraction.sh overflows the bar so make it bigger
This commit is contained in:
parent
76ccafd502
commit
762accdc02
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ int font_adjusted = 0;
|
|||
/* dialog windows */
|
||||
double dialog_ratio = .6;
|
||||
/* status bar */
|
||||
#define SWM_BAR_MAX (128)
|
||||
#define SWM_BAR_MAX (256)
|
||||
char *bar_argv[] = { NULL, NULL };
|
||||
int bar_pipe[2];
|
||||
char bar_ext[SWM_BAR_MAX];
|
||||
|
|
Loading…
Add table
Reference in a new issue