Style tooltips and drop the Dictate tile

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 14:29:21 -04:00
parent e9616a67c9
commit b2221e7cf9
3 changed files with 17 additions and 13 deletions
-12
View File
@@ -57,11 +57,6 @@ const [stayAwake, setStayAwake] = pollBool(
2000,
)
const [dictating] = pollBool(
"omarchy-voxtype-status 2>/dev/null | grep -q recording && echo on || echo off",
2000,
)
const [recording] = pollBool(
"pgrep -f '^gpu-screen-recorder' >/dev/null && echo on || echo off",
2000,
@@ -214,13 +209,6 @@ function Toggles() {
sh("omarchy-toggle-idle toggle")
}}
/>
<Tile
icon={"󰍬"}
label="Dictate"
active={dictating}
tooltip={dictating.as((on: boolean) => (on ? "Stop dictation" : "Start voxtype dictation"))}
onClicked={() => sh("voxtype record toggle")}
/>
<Tile icon={""} label="Pick Color" onClicked={() => { closePanel(); sh("hyprpicker -a") }} />
<Tile
icon={""}