diff --git a/home-profiles/desktop/.config/qbar/blocks/temperature b/home-profiles/desktop/.config/qbar/blocks/temperature index 4bb10ed6f0f420630f91582cc9999ca6b8ffe0f1..a7ab7e6e758bd269c8deeaddc00d6f208f748969 100755 --- a/home-profiles/desktop/.config/qbar/blocks/temperature +++ b/home-profiles/desktop/.config/qbar/blocks/temperature @@ -2,5 +2,5 @@ echo -n "🔥 " -sensors -j | jq --join-output '."coretemp-isa-0000"."Package id 0".temp1_input' +sensors -j "coretemp-isa-0000" | jq --join-output '."coretemp-isa-0000"."Package id 0".temp1_input' echo °C