diff options
author | jao <jao@gnu.org> | 2024-03-03 23:26:25 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-03 23:26:25 +0000 |
commit | dfb16b5cf60194999c7441adbdaad2f9ff14673c (patch) | |
tree | 1b104a0a1b8eb942f798177f6c3898f91f580cd6 /src | |
parent | 66255477a734272b571b1fab4597749ce81f2401 (diff) | |
download | xmobar-config-dfb16b5cf60194999c7441adbdaad2f9ff14673c.tar.gz xmobar-config-dfb16b5cf60194999c7441adbdaad2f9ff14673c.tar.bz2 |
little tweaks
Diffstat (limited to 'src')
-rw-r--r-- | src/Emacs.hs | 2 | ||||
-rw-r--r-- | src/Single.hs | 4 | ||||
-rw-r--r-- | src/Sway.hs | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/src/Emacs.hs b/src/Emacs.hs index 315c29e..7ef2d0b 100644 --- a/src/Emacs.hs +++ b/src/Emacs.hs @@ -100,7 +100,7 @@ config p = (baseConfig p) { ++ " |default:Master| 🎙️ |default:Capture|" ++ " |EGPH|" ++ " |elog|" - ++ "{}" + ++ "{*}" ++ "|kbd|" ++ " |cpufreq|" ++ " |multicpu|" diff --git a/src/Single.hs b/src/Single.hs index 166ceec..891380b 100644 --- a/src/Single.hs +++ b/src/Single.hs @@ -60,11 +60,11 @@ config p = (baseConfig p) { ++ "</action>" ++ " |EGPH|" ++ mail - ++ " |kbd|" + ++ " |kbd| " ++ eLog p ++ "{" ++ "}" - ++ "|multicpu|" + -- ++ "|multicpu|" ++ " |cpufreq|" ++ " |multicoretemp|" ++ " |top| " diff --git a/src/Sway.hs b/src/Sway.hs index 737c591..2eb2b4c 100644 --- a/src/Sway.hs +++ b/src/Sway.hs @@ -11,10 +11,10 @@ topProcL p = TopProc (p <~> args) 15 diskIOS p = DiskIO [("/", "<total>"), ("/home", "<total>")] (diskArgs p) 10 -mpd a p i = MPDX [ "-W", "12", "-t", "<statei> <remaining>" - , "--", "-p", p, "-P", "\xf144", "-Z", fni i, "-S", fni i] 20 a +-- mpd a p i = MPDX [ "-W", "12", "-t", "<statei> <remaining>" +-- , "--", "-p", p, "-P", "\xf144", "-Z", fni i, "-S", fni i] 20 a -mpdMon = mpd "mpd" "6600" "🎶" +-- mpdMon = mpd "mpd" "6600" "🎶" mprisx client width = Mpris2 client ["-t" , " <title> " @@ -31,7 +31,7 @@ config p = (baseConfig p) { , border = FullB , commands = [ Run (topProcL p) , Run (iconBatt p) - , Run mpdMon + -- , Run mpdMon , Run (cpu p) , Run memoratio , Run (diskU p) @@ -63,7 +63,7 @@ config p = (baseConfig p) { ++ " |default:Master| " ++ fn 7 "\xf130" ++ " |default:Capture|" ++ "</action> " - ++ "|mpd|" + -- ++ "|mpd|" ++ "<hspace=3/>" ++ " |EGPH| " ++ " {} <hspace=3/>" |