Move bar config into its own file

This commit is contained in:
Drew DeVault 2018-03-29 17:41:02 -04:00
parent bf7a4cd0eb
commit 569b2bfd5d
5 changed files with 151 additions and 148 deletions

View file

@ -186,7 +186,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
output_id[bufsize-1] = 0;
char *const cmd[] = {
"./swaybg/swaybg",
"swaybg",
output_id,
oc->background,
oc->background_option,