Problems with xmobar

This page summarizes the projects mentioned and recommended in the original post on /r/xmonad

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. xmobar

    Discontinued A minimalistic status bar

    I tried this example config from xmobar.org. And it works. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , additionalFonts = [] , borderColor = "black" , border = TopB , bgColor = "black" , fgColor = "grey" , alpha = 255 , position = Top , textOffset = -1 , iconOffset = -1 , lowerOnStart = True , pickBroadest = False , persistent = False , hideOnStart = False , iconRoot = "." , allDesktops = True , overrideRedirect = True , commands = [ Run Weather "EGPF" ["-t",": C", "-L","18","-H","25", "--normal","green", "--high","red", "--low","lightblue"] 36000 , Run Network "eth0" ["-L","0","-H","32", "--normal","green","--high","red"] 10 , Run Network "eth1" ["-L","0","-H","32", "--normal","green","--high","red"] 10 , Run Cpu ["-L","3","-H","50", "--normal","green","--high","red"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Swap [] 10 , Run Com "uname" ["-s","-r"] "" 36000 , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 ] , sepChar = "%" , alignSep = "}{" , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% }\ \{ %date%| %EGPF% | %uname%" }

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. dotfiles

    You can use a Haskell configuration file on XMobar. This is the way to go if you want to create your own module. If you want to see an example here is my configuration file. https://github.com/Thiago4532/dotfiles/blob/master/.config/xmobar/xmobar.hs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Liman Çekirdek 2.2 Duyuruldu

    2 projects | dev.to | 15 Apr 2025
  • Learn how to design large-scale systems. Includes Anki flashcards

    1 project | news.ycombinator.com | 12 Apr 2025
  • Fedora 42 Beta now available

    3 projects | news.ycombinator.com | 18 Mar 2025
  • 5 Cool Websites Every Engineer Should Know About 🚀

    1 project | dev.to | 15 Mar 2025
  • System font stack CSS organized by typeface classification for every modern OS

    1 project | news.ycombinator.com | 3 Feb 2025

Did you know that Haskell is
the 25th most popular programming language
based on number of references?