Hide the secondary codex window if it's not supplied
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"interval": 15,
|
||||
"return-type": "json",
|
||||
"exec": "$HOME/.config/waybar/scripts/openai-rate.py --window secondary",
|
||||
"exec-if": "test -r ~/.codex/auth.json",
|
||||
"exec-if": "test -r ~/.codex/auth.json && $HOME/.config/waybar/scripts/openai-rate.py --window secondary --check",
|
||||
"escape": false,
|
||||
"format": " {}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user