Skip to content

Commit 20c682e

Browse files
Remove 'blank' arg from default configs (#1296)
From #1197, this seems to break on linux Thought is that on linux this is translating into some weird extra arg Since we can have a blank args list, I think this makes sense to keep it blank
1 parent d29d8b9 commit 20c682e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_sample_configs/sample_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ wtf:
66
focused: orange
77
normal: gray
88
checked: yellow
9-
highlight:
9+
highlight:
1010
fore: black
1111
back: gray
1212
rows:
@@ -158,7 +158,7 @@ wtf:
158158
refreshInterval: 1
159159
uptime:
160160
type: cmdrunner
161-
args: [""]
161+
args: []
162162
cmd: "uptime"
163163
enabled: true
164164
position:

_sample_configs/small_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ wtf:
66
mods:
77
uptime:
88
type: cmdrunner
9-
args: [""]
9+
args: []
1010
cmd: "uptime"
1111
enabled: true
1212
position:
1313
top: 0
1414
left: 0
1515
height: 1
1616
width: 1
17-
refreshInterval: 30
17+
refreshInterval: 30

0 commit comments

Comments
 (0)