Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 4.86 KB | None | 0 0
  1. [color]
  2.  
  3. trans = #00000000
  4. white = #FFFFFF
  5. black = #000000
  6.  
  7. bg = #1F1F1F
  8. fg = #fbf1c7
  9. fg-alt = #ebdbb2
  10.  
  11. acolor = #757575
  12. curgent = #e53935
  13. coccupied = #1e88e5
  14.  
  15. ## Material Colors
  16.  
  17. red = #e53935
  18. pink = #d81b60
  19. purple = #8e24aa
  20. deep-purple = #5e35b1
  21. indigo = #3949ab
  22. blue = #1e88e5
  23. light-blue = #039be5
  24. cyan = #00acc1
  25. teal = #00897b
  26. green = #43a047
  27. light-green = #7cb342
  28. lime = #c0ca33
  29. yellow = #fdd835
  30. amber = #ffb300
  31. orange = #fb8c00
  32. deep-orange = #f4511e
  33. brown = #6d4c41
  34. grey = #757575
  35. blue-gray = #546e7a
  36.  
  37. ;==========================================================
  38. [settings]
  39. screenchange-reload = true
  40.  
  41. [bar/dmake]
  42. width = 100%
  43. height = 20
  44. top = true
  45. fixed-center = true
  46. line-size = 0
  47.  
  48. background = ${color.bg}
  49. foreground = ${color.fg}
  50.  
  51. border-size = 3
  52. border-color = ${color.bg}
  53.  
  54. padding-left = 1
  55. padding-right = 1
  56.  
  57. module-margin-left = 1
  58. module-margin-right = 1
  59.  
  60. ;==========================================================
  61.  
  62. font-0 = "Fantasque Sans Mono:pixelsize=12;2"
  63. font-1 = "Material Icons:size=13;4"
  64.  
  65. ;==========================================================
  66.  
  67. cursor-click = pointer
  68. cursor-scroll = ns-resize
  69.  
  70. ;tray-position = right
  71. ;tray-padding = 0
  72. ;tray-maxsize = 16
  73.  
  74. scroll-up = i3wm-wsnext
  75. scroll-down = i3wm-wsprev
  76.  
  77. ;== Module Location ========================================================
  78.  
  79. modules-left = term files browser mail rss
  80. modules-center = date
  81. modules-right = cmus-name cmus-timer volume keyboard battery powermenu
  82.  
  83. ;== Modules ========================================================
  84.  
  85.  
  86. [module/term]
  87. type = custom/text
  88. content = 
  89. content-foreground = ${color.fg-alt}
  90. click-left = xfce4-terminal &
  91. click-middle = urxvt &
  92. click-right = xfce4-terminal &
  93.  
  94. [module/files]
  95. type = custom/text
  96. content = 
  97. content-padding = 1
  98. content-foreground = ${color.fg-alt}
  99. click-left = xfce4-terminal --maximize --command=vifm &
  100. click-right = thunar &
  101.  
  102. [module/browser]
  103. type = custom/text
  104. content = 
  105. content-padding = 1
  106. content-foreground = ${color.fg-alt}
  107. click-left = brave &
  108. click-right = brave &
  109.  
  110. [module/mail]
  111. type = custom/text
  112. content = 
  113. content-padding = 1
  114. content-foreground = ${color.fg-alt}
  115. click-left = xfce4-terminal --maximize --command=mutt &
  116. click-right = xfce4-terminal --maximize --command=mutt &
  117.  
  118. [module/rss]
  119. type = custom/text
  120. content = 
  121. content-padding = 1
  122. content-foreground = ${color.fg-alt}
  123. click-left = xfce4-terminal --maximize --command=newsboat &
  124. click-right = xfce4-terminal --maximize --command=newsboat &
  125.  
  126. ;==========================================================
  127.  
  128. [module/cmus-name]
  129. type = custom/script
  130. exec = ~/.config/polybar/player-cmus-name.sh
  131. exec-if = cmus-remote -Q
  132. interval = 0.5
  133. click-left = cmus-remote -u
  134. label-maxlen = 31
  135.  
  136.  
  137. [module/cmus-timer]
  138. type = custom/script
  139. exec = ~/.config/polybar/player-cmus-timer.sh
  140. exec-if = cmus-remote -Q
  141. interval = 0.5
  142. click-left = cmus-remote -u
  143.  
  144.  
  145. ;==========================================================
  146.  
  147. [module/keyboard]
  148. type = internal/xkeyboard
  149.  
  150. ; List of indicators to ignore
  151. blacklist-0 = num lock
  152. blacklist-1 = scroll lock
  153. blacklist-2 = caps lock
  154.  
  155. [module/battery]
  156. type = internal/battery
  157. full-at = 101
  158. time-format = %H:%M
  159. battery = BAT1
  160. adapter = ADP1
  161. format-charging = <animation-charging> <label-charging>
  162. ;label-charging = %percentage%% (%time%)
  163. label-charging = %percentage%%
  164. format-discharging = <ramp-capacity> <label-discharging>
  165.  
  166. ;label-discharging = %percentage%% (%time%)
  167. label-discharging = %percentage%%
  168. format-full = <label-full>
  169.  
  170. format-full-prefix = " "
  171. ramp-capacity-0 = 
  172. ramp-capacity-1 = 
  173. ramp-capacity-2 = 
  174. ramp-capacity-3 = 
  175. ramp-capacity-4 = 
  176.  
  177. ramp-capacity-0-foreground = ${color.red}
  178. ramp-capacity-foreground   = ${color.fg}
  179. bar-capacity-width = 10
  180.  
  181. animation-charging-0 = ""
  182. animation-charging-1 = ""
  183. animation-charging-2 = ""
  184. animation-charging-3 = ""
  185. animation-charging-4 = ""
  186.  
  187. animation-charging-framerate = 750
  188.  
  189. [module/volume]
  190. type = internal/alsa
  191. ;speaker-mixer = Speaker
  192. ;headphone-mixer = Headphone
  193. ;headphone-id = 16
  194. ;mapped = true
  195. format-volume = <ramp-volume> <label-volume>
  196. label-volume = %percentage%%
  197. format-muted-prefix = " "
  198. label-muted = MUTE
  199.  
  200. ramp-volume-0 = 
  201. ramp-volume-1 = 
  202. ramp-volume-2 = 
  203. ramp-volume-3 = 
  204. ramp-volume-4 = 
  205. ramp-volume-5 = 
  206. ramp-volume-6 = 
  207.  
  208. [module/network]
  209. type = custom/script
  210. exec = check-network
  211. click-left = networkmanager_dmenu &
  212. click-right = networkmanager_dmenu &
  213. tail = true
  214.  
  215. [module/date]
  216. type = internal/date
  217. interval = 30
  218. label =  %time%
  219. time =  %H:%M %p
  220. time-alt =  %Y-%m-%d
  221.  
  222. [module/powermenu]
  223. type = custom/text
  224. content = 
  225. content-foreground = ${color.fg}
  226. content-padding-right = 2
  227.  
  228. click-left = xfce4-session-logout
  229. ;== EOF ========================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement