From bf962aa998b7cebe52ea94141690475f4fdc1fe0 Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 1 Jan 2025 21:33:20 +0500 Subject: initial commit --- scripts/status-bar/sb-cpu | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/status-bar/sb-cpu (limited to 'scripts/status-bar/sb-cpu') diff --git a/scripts/status-bar/sb-cpu b/scripts/status-bar/sb-cpu new file mode 100755 index 0000000..a83b541 --- /dev/null +++ b/scripts/status-bar/sb-cpu @@ -0,0 +1,7 @@ +#!/bin/sh + +case "$BLOCK_BUTTON" in + 1) setsid --fork cpupower-gui ;; +esac + +echo " $(cat /sys/class/thermal/thermal_zone0/temp | cut -b 1,2)󰔄" -- cgit v1.2.3