forked from Shinonome/dots-hyprland
sidebar: ai: clearer statusbar tooltips
This commit is contained in:
@@ -237,13 +237,13 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
|
|||||||
StatusItem {
|
StatusItem {
|
||||||
icon: Ai.currentModelHasApiKey ? "key" : "key_off"
|
icon: Ai.currentModelHasApiKey ? "key" : "key_off"
|
||||||
statusText: ""
|
statusText: ""
|
||||||
description: Ai.currentModelHasApiKey ? Translation.tr("API key is set") : Translation.tr("No API key\nSet it with /key YOUR_API_KEY")
|
description: Ai.currentModelHasApiKey ? Translation.tr("API key is set\nChange with /key YOUR_API_KEY") : Translation.tr("No API key\nSet it with /key YOUR_API_KEY")
|
||||||
}
|
}
|
||||||
StatusSeparator {}
|
StatusSeparator {}
|
||||||
StatusItem {
|
StatusItem {
|
||||||
icon: "device_thermostat"
|
icon: "device_thermostat"
|
||||||
statusText: Ai.temperature.toFixed(1)
|
statusText: Ai.temperature.toFixed(1)
|
||||||
description: Translation.tr("Temperature")
|
description: Translation.tr("Temperature\nChange with /temp VALUE")
|
||||||
}
|
}
|
||||||
StatusSeparator {
|
StatusSeparator {
|
||||||
visible: Ai.tokenCount.total > 0
|
visible: Ai.tokenCount.total > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user