Merge pull request #4114 from orestisfl/i3bar-regression

Fix swapped cmd_bar_{mode,hidden_state}
This commit is contained in:
Orestis Floros 2020-05-31 12:15:20 +02:00 committed by GitHub
commit c9f8183841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,7 @@ state BAR_HIDDEN_STATE_ID:
bar_id = word
->
end
-> call cmd_bar_mode($bar_value, $bar_id)
-> call cmd_bar_hidden_state($bar_value, $bar_id)
state BAR_MODE:
bar_value = 'dock', 'hide', 'invisible', 'toggle'
@ -477,4 +477,4 @@ state BAR_MODE_ID:
bar_id = word
->
end
-> call cmd_bar_hidden_state($bar_value, $bar_id)
-> call cmd_bar_mode($bar_value, $bar_id)