Advertisement
Guest User

Untitled

a guest
Jun 14th, 2024
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. [colors]
  2. bar_background = #242424
  3. bar_foreground = #ebebeb
  4. wrkspc_active_background = #ebebeb
  5. wrkspc_active_foreground = #242424
  6. wrkspc_unactive_background = #242424
  7. wrkspc_unactive_foreground = #ebebeb
  8. primary = #ebebeb
  9. secondary = #ffffff
  10. alert = #ffffff
  11. disabled = #ffffff
  12.  
  13. # MULTI-CENTER
  14. [bar/multi-center]
  15. monitor = DP-3-1
  16. bottom = true
  17. width = 100%
  18. height = 24pt
  19. radius = 0
  20.  
  21. background = ${colors.bar_background}
  22. foreground = ${colors.bar_foreground}
  23.  
  24. line-size = 0 pt
  25.  
  26. border-size = 0 pt
  27. border-color = #ebebeb
  28.  
  29. padding-left = 0
  30. padding-right = 0
  31.  
  32. module-margin = 1
  33.  
  34. separator = |
  35. separator-foreground = ${colors.disabled}
  36.  
  37. font-0 = monospace;2
  38.  
  39. modules-left =
  40. modules-center = i3
  41. modules-right =
  42.  
  43. cursor-click = pointer
  44. cursor-scroll = ns-resize
  45.  
  46. enable-ipc = true
  47.  
  48. ; wm-restack = generic
  49. ; wm-restack = bspwm
  50. wm-restack = i3
  51.  
  52. ;override-redirect = true
  53.  
  54. # MULTI-LEFT
  55. [bar/multi-left]
  56. monitor = DP-3-3-1
  57. bottom = true
  58. width = 100%
  59. height = 24pt
  60. radius = 0
  61.  
  62. background = ${colors.bar_background}
  63. foreground = ${colors.bar_foreground}
  64.  
  65. line-size = 0 pt
  66.  
  67. border-size = 0 pt
  68. border-color = #ebebeb
  69.  
  70. padding-left = 0
  71. padding-right = 0
  72.  
  73. module-margin = 1
  74.  
  75. separator = |
  76. separator-foreground = ${colors.disabled}
  77.  
  78. font-0 = monospace;2
  79.  
  80. modules-left = filesystem
  81. modules-center = i3
  82. modules-right = memory cpu
  83.  
  84. cursor-click = pointer
  85. cursor-scroll = ns-resize
  86.  
  87. enable-ipc = true
  88.  
  89. ; wm-restack = generic
  90. ; wm-restack = bspwm
  91. wm-restack = i3
  92.  
  93. ;override-redirect = true
  94.  
  95. # MULTI-RIGHT
  96. [bar/multi-right]
  97. monitor = DP-3-2-1
  98. bottom = true
  99. width = 100%
  100. height = 24pt
  101. radius = 0
  102.  
  103. background = ${colors.bar_background}
  104. foreground = ${colors.bar_foreground}
  105.  
  106. line-size = 0 pt
  107.  
  108. border-size = 0 pt
  109. border-color = #ebebeb
  110.  
  111. padding-left = 0
  112. padding-right = 0
  113.  
  114. module-margin = 1
  115.  
  116. separator = |
  117. separator-foreground = ${colors.disabled}
  118.  
  119. font-0 = monospace;2
  120.  
  121. modules-left = date
  122. modules-center = i3
  123. modules-right = pulseaudio tray
  124.  
  125. cursor-click = pointer
  126. cursor-scroll = ns-resize
  127.  
  128. enable-ipc = true
  129.  
  130. ; wm-restack = generic
  131. ; wm-restack = bspwm
  132. wm-restack = i3
  133.  
  134. ;override-redirect = true
  135.  
  136. # SINGLE
  137. [bar/single]
  138. bottom = false
  139. width = 100%
  140. height = 24pt
  141. radius = 0
  142.  
  143. background = ${colors.bar_background}
  144. foreground = ${colors.bar_foreground}
  145.  
  146. line-size = 0 pt
  147.  
  148. border-size = 0 pt
  149. border-color = ebebeb
  150.  
  151. padding-left = 0
  152. padding-right = 0
  153.  
  154. module-margin = 1
  155.  
  156. separator = |
  157. separator-foreground = ${colors.disabled}
  158.  
  159. font-0 = monospace;2
  160.  
  161. modules-left = i3
  162. modules-center = date
  163. modules-right = filesystem memory cpu wlan eth pulseaudio tray
  164.  
  165. cursor-click = pointer
  166. cursor-scroll = ns-resize
  167.  
  168. enable-ipc = true
  169.  
  170. ; wm-restack = generic
  171. ; wm-restack = bspwm
  172. ; wm-restack = i3
  173.  
  174. ; override-redirect = true
  175.  
  176. [module/tray]
  177. type = internal/tray
  178.  
  179. format-margin = 0 px
  180. tray-spacing = 0 px
  181.  
  182. [module/i3]
  183. type = internal/i3
  184.  
  185. pin-workspaces = true
  186. index-sort = true
  187. strip-wsnumbers = true
  188.  
  189. label-focused = %name%
  190. label-focused-background = ${colors.wrkspc_active_background}
  191. label-focused-foreground = ${colors.wrkspc_active_foreground}
  192. label-focused-underline= ${colors.primary}
  193. label-focused-padding = 3 px
  194.  
  195. label-unfocused = %name%
  196. label-unfocused-background = ${colors.wrkspc_unactive_background}
  197. label-unfocused-foreground = ${colors.wrkspc_unactive_foreground}
  198. label-unfocused-underline= ${colors.primary}
  199. label-unfocused-padding = 3 px
  200.  
  201. label-occupied = %name%
  202. label-occupied-padding = 3 px
  203.  
  204. label-urgent = %name%
  205. label-urgent-background = ${colors.alert}
  206. label-urgent-padding = 3 px
  207.  
  208. label-empty = %name%
  209. label-empty-foreground = ${colors.disabled}
  210. label-empty-padding = 3 px
  211.  
  212. [module/xwindow]
  213. type = internal/xwindow
  214. label = %title:0:60:...%
  215.  
  216. [module/filesystem]
  217. type = internal/fs
  218. interval = 25
  219.  
  220. mount-0 = /
  221.  
  222. label-mounted = %{F#ececec}%mountpoint%%{F-} %percentage_used%%
  223.  
  224. label-unmounted = %mountpoint% not mounted
  225. label-unmounted-foreground = ${colors.disabled}
  226.  
  227. [module/pulseaudio]
  228. type = internal/pulseaudio
  229.  
  230. format-volume-prefix = "VOL "
  231. format-volume-prefix-foreground = ${colors.primary}
  232. format-volume = <label-volume>
  233.  
  234. label-volume = %percentage%%
  235.  
  236. label-muted = muted
  237. label-muted-foreground = ${colors.disabled}
  238.  
  239. [module/xkeyboard]
  240. type = internal/xkeyboard
  241. blacklist-0 = num lock
  242.  
  243. label-layout = %layout%
  244. label-layout-foreground = ${colors.primary}
  245.  
  246. label-indicator-padding = 2
  247. label-indicator-margin = 1
  248. label-indicator-foreground = ${colors.background}
  249. label-indicator-background = ${colors.secondary}
  250.  
  251. [module/memory]
  252. type = internal/memory
  253. interval = 2
  254. format-prefix = "RAM "
  255. format-prefix-foreground = ${colors.primary}
  256. label = %percentage_used:2%%
  257.  
  258. [module/cpu]
  259. type = internal/cpu
  260. interval = 2
  261. format-prefix = "CPU "
  262. format-prefix-foreground = ${colors.primary}
  263. label = %percentage:2%%
  264.  
  265. [network-base]
  266. type = internal/network
  267. interval = 5
  268. format-connected = <label-connected>
  269. format-disconnected = <label-disconnected>
  270. label-disconnected = %{F#ececec}%ifname%%{F#ececec} disconnected
  271.  
  272. [module/wlan]
  273. inherit = network-base
  274. interface-type = wireless
  275. label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
  276.  
  277. [module/eth]
  278. inherit = network-base
  279. interface-type = wired
  280. label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
  281.  
  282. [module/date]
  283. type = internal/date
  284. interval = 1
  285.  
  286. date = %H:%M:%S
  287. date-alt = %Y-%m-%d %H:%M:%S
  288.  
  289. label = %date%
  290. label-foreground = ${colors.primary}
  291.  
  292. [settings]
  293. screenchange-reload = true
  294. pseudo-transparency = true
  295.  
  296. ; vim:ft=dosini
  297.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement