From af1333c9a1963f14079b8cb1ff4157414428b674 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 30 Jan 2024 23:33:49 -0700 Subject: Fix the XMobar actions to use Super istead of Hyper --- src/Rahm/Desktop/XMobarLog.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Rahm') diff --git a/src/Rahm/Desktop/XMobarLog.hs b/src/Rahm/Desktop/XMobarLog.hs index 9e6b5dd..21464e9 100644 --- a/src/Rahm/Desktop/XMobarLog.hs +++ b/src/Rahm/Desktop/XMobarLog.hs @@ -127,20 +127,20 @@ xMobarLogHook = do | isAsciiUpper ch || isAsciiLower ch || isDigit ch = - printf "%s" [ch] [ch] [ch] + printf "%s" [ch] [ch] [ch] toAction ch = ch toTheaterAction [ch] | isAsciiUpper ch || isAsciiLower ch || isDigit ch = - printf "%s" [ch] [ch] + printf "%s" [ch] [ch] toTheaterAction ch = ch toChangeLayoutAction :: String -> String toChangeLayoutAction = printf - "\ + "\ \%s" logLevelToXMobar Trace = "[Trace] " -- cgit