added custom temperature widget

This commit is contained in:
2021-06-24 09:48:30 +02:00
parent 3eaa426c5c
commit e3fd87259a
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -166,7 +166,7 @@ myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
-- go into sleep then hibernate
, ((modMask .|. shiftMask .|. controlMask, xK_0),
spawn "systemctl suspend")
spawn "systemctl suspend-then-hibernate")
-- Spawn the launcher using command specified by myLauncher.
-- Use this to launch programs without a key binding.
@@ -234,7 +234,7 @@ myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
spawn "light -U 5")
, ((modMask, xF86XK_MonBrightnessDown),
spawn "light -S 0.001")
spawn "light -S 0.2")
--------------------------------------------------------------------
-- "Standard" xmonad key bindings
--