Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 KB | None | 0 0
  1. ;==========================================================
  2. ;
  3. ;
  4. ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
  5. ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
  6. ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
  7. ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
  8. ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
  9. ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  10. ;
  11. ;
  12. ;==========================================================
  13.  
  14. [colors]
  15. background = ${xrdb:color0:#222}
  16. ;background = ${xrdb:background}
  17. ;background = #f5e7de
  18. background-alt = #0c050e
  19. ;foreground = ${xrdb:color7:#222}
  20. foreground = #e0d8f2
  21. ;foreground = #34302d
  22. foreground-alt = #555
  23. primary = #ffb52a
  24. secondary = #e60053
  25. alert = #bd2c40
  26.  
  27. [bar/example]
  28. ;monitor = ${env:MONITOR:HDMI-1}
  29. width = 100%
  30. height = 18
  31. ;offset-x = 0%
  32. ;offset-y = 0%
  33. radius = 0.0
  34. fixed-center = false
  35.  
  36. background = ${colors.background}
  37. foreground = ${colors.foreground}
  38.  
  39. line-size = 3
  40. line-color = #f00
  41.  
  42. border-size = 0
  43. border-color = #00000000
  44.  
  45. padding-left = 0
  46. padding-right = 2
  47.  
  48. module-margin-left = 1
  49. module-margin-right = 2
  50.  
  51. font-0 = monospace:weight=bold:pixelsize=10;1
  52. font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
  53. font-2 = siji:pixelsize=10;1
  54.  
  55. modules-left = bspwm
  56. modules-center = xwindow
  57. modules-right = alsa mpd wlan xkeyboard battery date
  58.  
  59. tray-position = right
  60. tray-padding = 2
  61. ;tray-transparent = true
  62. ;tray-background = #0063ff
  63.  
  64. wm-restack = bspwm
  65.  
  66. ;override-redirect = true
  67.  
  68. scroll-up = bspwm-desknext
  69. scroll-down = bspwm-deskprev
  70.  
  71. cursor-click = pointer
  72. cursor-scroll = ns-resize
  73.  
  74. [module/xwindow]
  75. type = internal/xwindow
  76. label = %title:0:30:...%
  77.  
  78. [module/xkeyboard]
  79. type = internal/xkeyboard
  80. blacklist-0 = num lock
  81. blacklist-1 = caps lock
  82.  
  83. format-prefix = " "
  84. format-prefix-foreground = ${colors.foreground-alt}
  85. ;format-prefix-underline = ${colors.secondary}
  86.  
  87. label-layout = %layout%
  88. ;label-layout-underline = ${colors.secondary}
  89.  
  90. label-indicator-padding = 2
  91. label-indicator-margin = 1
  92. label-indicator-background = ${colors.secondary}
  93. ;label-indicator-underline = ${colors.secondary}
  94.  
  95. [module/filesystem]
  96. type = internal/fs
  97. interval = 25
  98.  
  99. mount-0 = /
  100.  
  101. label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
  102. label-unmounted = %mountpoint% not mounted
  103. label-unmounted-foreground = ${colors.foreground-alt}
  104.  
  105. [module/bspwm]
  106. type = internal/bspwm
  107.  
  108. label-focused = %icon%
  109. ;label-focused-background = #2c86ba
  110. label-focused-background = #777
  111. ;label-focused-overline= ${colors.primary}
  112. label-focused-padding = 2
  113.  
  114. label-occupied = %icon%
  115. label-occupied-padding = 2
  116.  
  117. label-urgent = %index%!
  118. label-urgent-background = ${colors.alert}
  119. label-urgent-padding = 2
  120.  
  121. label-empty = %icon%
  122. label-empty-foreground = ${colors.foreground-alt}
  123. label-empty-padding = 2
  124.  
  125. ; Separator in between workspaces
  126. ; label-separator = |
  127. ws-icon-0 = I;I
  128. ws-icon-1 = II;II
  129. ws-icon-2 = III;III
  130. ws-icon-3 = IV;IV
  131. ws-icon-4 = V;V
  132. ws-icon-5 = VI;VI
  133. ws-icon-6 = VII;VII
  134. ws-icon-7 = VIII;VIII
  135. ws-icon-8 = IX;IX
  136. ws-icon-9 = X;X
  137.  
  138. [module/mpd]
  139. type = internal/mpd
  140. format-online = <label-song>
  141.  
  142. icon-prev = 
  143. icon-stop = 
  144. icon-play = 
  145. icon-pause = 
  146. icon-next = 
  147.  
  148. label-song-maxlen = 25
  149. label-song-ellipsis = true
  150.  
  151. [module/xbacklight]
  152. type = internal/xbacklight
  153.  
  154. format = <label> <bar>
  155. label = BL
  156.  
  157. bar-width = 10
  158. bar-indicator = |
  159. bar-indicator-foreground = #fff
  160. bar-indicator-font = 2
  161. bar-fill = ─
  162. bar-fill-font = 2
  163. bar-fill-foreground = #9f78e1
  164. bar-empty = ─
  165. bar-empty-font = 2
  166. bar-empty-foreground = ${colors.foreground-alt}
  167.  
  168. [module/backlight-acpi]
  169. inherit = module/xbacklight
  170. type = internal/backlight
  171. card = intel_backlight
  172.  
  173. [module/cpu]
  174. type = internal/cpu
  175. interval = 2
  176. format-prefix = "Proc: "
  177. format-prefix-foreground = ${colors.foreground-alt}
  178. ;format-underline = #f90000
  179. label = %percentage:2%%
  180.  
  181. [module/memory]
  182. type = internal/memory
  183. interval = 2
  184. format-prefix = "Ram: "
  185. format-prefix-foreground = ${colors.foreground-alt}
  186. format-underline = #4bffdc
  187. label = %percentage_used%%
  188.  
  189. [module/wlan]
  190. type = internal/network
  191. interface = wlo1
  192. interval = 3.0
  193.  
  194. format-connected = <ramp-signal> <label-connected>
  195. ;format-connected-underline = #9f78e1
  196. label-connected = %essid%
  197.  
  198. format-disconnected =
  199. ;format-disconnected = <label-disconnected>
  200. ;format-disconnected-underline = ${self.format-connected-underline}
  201. ;label-disconnected = %ifname% disconnected
  202. ;label-disconnected-foreground = ${colors.foreground-alt}
  203.  
  204. ramp-signal-0 = 
  205. ramp-signal-1 = 
  206. ramp-signal-2 = 
  207. ramp-signal-3 = 
  208. ramp-signal-4 = 
  209. ramp-signal-foreground = ${colors.foreground-alt}
  210.  
  211. [module/eth]
  212. type = internal/network
  213. interface =
  214. interval = 3.0
  215.  
  216. ;format-connected-underline = #55aa55
  217. format-connected-prefix = " "
  218. format-connected-prefix-foreground = ${colors.foreground-alt}
  219. label-connected = %local_ip%
  220.  
  221. format-disconnected =
  222. ;format-disconnected = <label-disconnected>
  223. ;format-disconnected-underline = ${self.format-connected-underline}
  224. ;label-disconnected = %ifname% disconnected
  225. ;label-disconnected-foreground = ${colors.foreground-alt}
  226.  
  227. [module/date]
  228. type = internal/date
  229. interval = 1
  230.  
  231. date =
  232. date-alt = " %Y-%m-%d"
  233.  
  234. time = %d %b %I:%M %p
  235. time-alt = %I:%M %p
  236.  
  237. format-prefix = ""
  238. format-prefix-foreground = ${colors.foreground-alt}
  239. ;format-underline = #0a6cf5
  240.  
  241. label = %date% %time%
  242.  
  243. [module/pulseaudio]
  244. type = internal/pulseaudio
  245.  
  246. format-volume = <label-volume> <bar-volume>
  247. label-volume = VOL %percentage%%
  248. label-volume-foreground = ${root.foreground}
  249.  
  250. label-muted = 🔇 muted
  251. label-muted-foreground = #666
  252.  
  253. bar-volume-width = 10
  254. bar-volume-foreground-0 = #55aa55
  255. bar-volume-foreground-1 = #55aa55
  256. bar-volume-foreground-2 = #55aa55
  257. bar-volume-foreground-3 = #55aa55
  258. bar-volume-foreground-4 = #55aa55
  259. bar-volume-foreground-5 = #f5a70a
  260. bar-volume-foreground-6 = #ff5555
  261. bar-volume-gradient = false
  262. bar-volume-indicator = |
  263. bar-volume-indicator-font = 2
  264. bar-volume-fill = ─
  265. bar-volume-fill-font = 2
  266. bar-volume-empty = ─
  267. bar-volume-empty-font = 2
  268. bar-volume-empty-foreground = ${colors.foreground-alt}
  269.  
  270. [module/alsa]
  271. type = internal/alsa
  272.  
  273. format-volume = <label-volume> <bar-volume>
  274. label-volume = VOL
  275. label-volume-foreground = ${root.foreground}
  276.  
  277. format-muted-prefix = "Mute "
  278. format-muted-foreground = ${colors.foreground-alt}
  279. label-muted = sound muted
  280.  
  281. bar-volume-width = 10
  282. bar-volume-foreground-0 = #55aa55
  283. bar-volume-foreground-1 = #55aa55
  284. bar-volume-foreground-2 = #55aa55
  285. bar-volume-foreground-3 = #55aa55
  286. bar-volume-foreground-4 = #55aa55
  287. bar-volume-foreground-5 = #f5a70a
  288. bar-volume-foreground-6 = #ff5555
  289. bar-volume-gradient = false
  290. bar-volume-indicator = |
  291. bar-volume-indicator-font = 2
  292. bar-volume-fill = ─
  293. bar-volume-fill-font = 2
  294. bar-volume-empty = ─
  295. bar-volume-empty-font = 2
  296. bar-volume-empty-foreground = ${colors.foreground-alt}
  297.  
  298. [module/battery]
  299. type = internal/battery
  300. battery = BAT1
  301. adapter = ACAD
  302. full-at = 98
  303.  
  304. format-charging = <animation-charging> <label-charging>
  305. ;format-charging-underline = #ffb52a
  306.  
  307. format-discharging = <animation-discharging> <label-discharging>
  308. ;format-discharging-underline = ${self.format-charging-underline}
  309.  
  310. format-full-prefix = ""
  311. format-full-prefix-foreground = ${colors.foreground-alt}
  312. ;format-full-underline = ${self.format-charging-underline}
  313.  
  314. ramp-capacity-0 = 
  315. ramp-capacity-1 = 
  316. ramp-capacity-2 = 
  317. ramp-capacity-foreground = ${colors.foreground-alt}
  318.  
  319. animation-charging-0 = 
  320. animation-charging-1 = 
  321. animation-charging-2 = 
  322. animation-charging-foreground = ${colors.foreground-alt}
  323. animation-charging-framerate = 750
  324.  
  325. animation-discharging-0 = 
  326. animation-discharging-1 = 
  327. animation-discharging-2 = 
  328. animation-discharging-foreground = ${colors.foreground-alt}
  329. animation-discharging-framerate = 750
  330.  
  331. [module/temperature]
  332. type = internal/temperature
  333. thermal-zone = 0
  334. warn-temperature = 60
  335.  
  336. format = <ramp> <label>
  337. ;format-underline = #f50a4d
  338. format-warn = <ramp> <label-warn>
  339. ;format-warn-underline = ${self.format-underline}
  340.  
  341. label = %temperature-c%
  342. label-warn = %temperature-c%
  343. label-warn-foreground = ${colors.secondary}
  344.  
  345. ramp-0 = 
  346. ramp-1 = 
  347. ramp-2 = 
  348. ramp-foreground = ${colors.foreground-alt}
  349.  
  350. [settings]
  351. screenchange-reload = true
  352. ;compositing-background = xor
  353. ;compositing-background = screen
  354. ;compositing-foreground = source
  355. ;compositing-border = over
  356.  
  357. [global/wm]
  358. margin-top = 0
  359. margin-bottom = 0
  360.  
  361. ; vim:ft=dosini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement