Advertisement
mrneilypops

ArchLabs-07-2018-polybar-config

Jul 28th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ;=====================================================
  2. ; File Includes
  3. ;=====================================================
  4.  
  5. [section/base]
  6. include-file = /home/mrneilypops/.config/polybar/master.conf
  7. include-file = /home/mrneilypops/.config/polybar/modules.conf
  8.  
  9.  
  10. ;=====================================================
  11. ; Openbox Bars
  12. ;=====================================================
  13.  
  14. [bar/openbox-bar]
  15. inherit = bar/master
  16.  
  17. ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
  18. monitor =
  19.  
  20. modules-left = jgmenu workspaces
  21. modules-center = window_switch clock
  22. modules-right = mpd coreuse memory kernel pkg network volume
  23.  
  24.  
  25. ;=====================================================
  26. ; i3 Bars
  27. ;=====================================================
  28.  
  29. [bar/i3-bar]
  30. inherit = bar/master
  31.  
  32. ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
  33. monitor =
  34.  
  35. modules-left = jgmenu i3 menu
  36. modules-center = clock
  37. modules-right = mpd coreuse memory pkg network volume
  38.  
  39.  
  40. ;=====================================================
  41. ; Bspwm Bars
  42. ;=====================================================
  43.  
  44. [bar/bspwm-bar]
  45. inherit = bar/master
  46.  
  47. ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
  48. monitor =
  49.  
  50. modules-left = bspwm menu
  51. modules-center = clock
  52. modules-right = coreuse temperature memory pkg network volume
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement