From cccf226f85b33d7f709588d1220ba93b87b5cbf8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 12 Jul 2018 21:02:27 +0200 Subject: Add thermal info keybinding to XMonad Candidate for host-specific configuration. --- gui/conf/xmonad.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index cc23718..9c5b192 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -125,6 +125,7 @@ customKeybindings = -- system information , ("M-i t" , spawn "notify-send \"`date +%T`\" \"`date +\"%Y-%m-%d\"`\"") , ("M-i b" , spawn "notify-send Battery \"`acpi | cut -c 10-`\"") + , ("M-i c" , spawn "notify-send \"`acpi --thermal | awk '{print $4}'`°C\" \"`cat /proc/acpi/ibm/fan | awk '/speed/{print $2}'` RPM\"") -- system control , ("M-c " , spawn "amixer sset Master 10%+") , ("M-c " , spawn "amixer sset Master 10%-") -- cgit v1.2.3