brunobmello

xmobarrc

Feb 21st, 2022 (edited)
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Config { font = "xft:Hack Nerd Font:pixelsize=16:weight=bold:antialias=true:hinting=true"
  2. , additionalFonts = []
  3. , borderColor = "black"
  4. , border = TopB
  5. , bgColor = "black"
  6. , fgColor = "grey"
  7. , alpha = 204
  8. , position = Top
  9. , textOffset = -1
  10. , iconOffset = -1
  11. , lowerOnStart = True
  12. , pickBroadest = False
  13. , persistent = False
  14. , hideOnStart = False
  15. , iconRoot = "."
  16. , allDesktops = True
  17. , overrideRedirect = True
  18. , commands = [
  19. -- Time and date
  20. Run Date "\xf133 %b %d %Y - (%H:%M)" "date" 50,
  21.  
  22. -- Network info
  23. Run Network "enp6s0" ["-t", "\xf0aa <rx>kb \xf0ab <tx>kb"] 20,
  24.  
  25. -- Workspaces
  26. Run UnsafeStdinReader
  27. ]
  28. , sepChar = "%"
  29. , alignSep = "}{"
  30. , template = " %UnsafeStdinReader% }{ <fc=#98be65>%enp6s0%</fc><fc=#666666> | </fc><fc=#01caff>%date%</fc> "
  31. }
  32.  
Add Comment
Please, Sign In to add comment