Advertisement
Dobbie03

config

Nov 25th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1.  
  2. color15_i3wmthemer = ${xrdb:color15}
  3. color14_i3wmthemer = ${xrdb:color14}
  4. color13_i3wmthemer = ${xrdb:color13}
  5. color12_i3wmthemer = ${xrdb:color12}
  6. color11_i3wmthemer = ${xrdb:color11}
  7. color10_i3wmthemer = ${xrdb:color10}
  8. color09_i3wmthemer = ${xrdb:color9}
  9. color08_i3wmthemer = ${xrdb:color8}
  10. color07_i3wmthemer = ${xrdb:color7}
  11. color06_i3wmthemer = ${xrdb:color6}
  12. color05_i3wmthemer = ${xrdb:color5}
  13. color04_i3wmthemer = ${xrdb:color4}
  14. color03_i3wmthemer = ${xrdb:color3}
  15. color02_i3wmthemer = ${xrdb:color2}
  16. color01_i3wmthemer = ${xrdb:color1}
  17. color00_i3wmthemer = ${xrdb:color0}
  18. foreground_i3wmthemer = ${xrdb:foreground}
  19. background_i3wmthemer = ${xrdb:background}
  20.  
  21. ;=====================================================
  22. ; Includes
  23. ;=====================================================
  24.  
  25. [section/base]
  26. include-file = /home/dobbie/.config/polybar/master.conf
  27. include-file = /home/dobbie/.config/polybar/modules.conf
  28.  
  29.  
  30. ;=====================================================
  31. ; i3 Bars
  32. ;=====================================================
  33.  
  34. [bar/i3-bar]
  35. inherit = bar/master
  36.  
  37. ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
  38. monitor = ${env:MONITOR:HDMI-A-0}
  39.  
  40. modules-left = menu window_switch play pause workspaces
  41. modules-center = weather music2
  42. modules-right = pkg redshift memory temp cpu eth volume1 time rofi
  43.  
  44. ; All available modules (some require configuration in modules.conf)
  45. ; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar
  46. ; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
  47.  
  48.  
  49. ;;;;;; Tray is commented out ;;;;;;;;
  50. ;tray-position = center
  51. ;tray-padding = 10
  52. ;tray-background = ${colors.background}
  53. ;tray-offset-x = 20%
  54.  
  55.  
  56. ;=====================================================
  57. ; Openbox Bars
  58. ;=====================================================
  59.  
  60. [bar/ob-bar]
  61. inherit = bar/master
  62.  
  63. ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
  64. monitor = ${env:MONITOR:HDMI-A-0}
  65.  
  66. modules-left = menu window_switch play pause workspaces
  67. modules-center = weather music2
  68. modules-right = pkg redshift memory temp cpu eth volume1 time rofi
  69.  
  70. ; All available modules (some require configuration in modules.conf)
  71. ; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar
  72. ; menu pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch music2 previous play pause next
  73. ; music2 jgmenu
  74.  
  75. ;;;;;; Tray is commented out ;;;;;;;;
  76. ;tray-position = center
  77. ;tray-padding = 10
  78. ;tray-background = ${colors.background}
  79. ;tray-offset-x = 20%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement