Explorar el Código

~/.config/taffybar: Remove superfluous spaces.

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
1c913c2764
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .config/taffybar/taffybar.hs

+ 1 - 1
.config/taffybar/taffybar.hs

@ -11,7 +11,7 @@ import Graphics.UI.Gtk (widgetShowAll)
11 11
12 12
cpuCallback = do
13 13
    (_, systemLoad, totalLoad) <- cpuLoad
14
    return [ totalLoad, systemLoad ]
14
    return [totalLoad, systemLoad]
15 15
16 16
formatMeminfo m = "Mem: " ++ memPercentage ++ "%"
17 17
    where memPercentage = show . truncate . ((*) 100) $ memoryUsedRatio m