poetician

Polybar ArcoLinuxB Xtended | Work In Progress

Aug 11th, 2021
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.16 KB | None | 0 0
  1. ;=====================================================
  2. ;
  3. ; To learn more about how to configure Polybar
  4. ; go to https://github.com/jaagr/polybar
  5. ;
  6. ; The README contains alot of information
  7. ; Themes : https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes
  8. ; https://github.com/jaagr/polybar/wiki/
  9. ; https://github.com/jaagr/polybar/wiki/Configuration
  10. ; https://github.com/jaagr/polybar/wiki/Formatting
  11. ;
  12. ;=====================================================
  13.  
  14. [global/wm]
  15. ;https://github.com/jaagr/polybar/wiki/Configuration#global-wm-settings
  16. margin-top = 0
  17. margin-bottom = 0
  18.  
  19. [settings]
  20. ;https://github.com/jaagr/polybar/wiki/Configuration#application-settings
  21. throttle-output = 5
  22. throttle-output-for = 10
  23. screenchange-reload = true
  24. compositing-background = over
  25. compositing-foreground = over
  26. compositing-overline = over
  27. compositing-underline = over
  28. compositing-border = over
  29.  
  30. [colors]
  31. ; Define fallback values used by all module formats
  32. format-prefix-foreground = #394349
  33. format-foreground = #e7ebde
  34. format-background = #99E2B856
  35. format-underline = #662D00
  36. format-overline =
  37. format-spacing =
  38. format-padding =
  39. format-margin =
  40. format-offset =
  41.  
  42. ; 0004 Leopard theme ============
  43. background = #99E2B856
  44. foreground = #e7ebde
  45. alert = #ffa500
  46. ;primary = #99fdb739
  47. ;secondary =#1afdb739
  48. volume-min = #a3be8c
  49. volume-med = #ebcb8b
  50. volume-max = #bf616a
  51.  
  52. ################################################################################
  53. ############ MAINBAR-I3 ############
  54. ################################################################################
  55.  
  56. [bar/mainbar-i3]
  57.  
  58. monitor = ${env:MONITOR}
  59. ;monitor-fallback = HDMI1
  60. monitor-strict = false
  61. override-redirect = false
  62. bottom = false
  63. fixed-center = true
  64. width = 1440
  65. height = 30
  66. ;offset-x = 4%
  67. ;offset-y = 4%
  68.  
  69. background = ${colors.background}
  70. ;foreground = ${colors.foreground}
  71.  
  72. ; Background gradient (vertical steps)
  73. ; background-[0-9]+ = #aarrggbb
  74. background-0 = #662D00
  75. background-1 = #733A00
  76. background-2 = #804700
  77. background-3 = #8C5300
  78. background-4 = #996000
  79. background-5 = #A66D00
  80. background-6 = #B37A00
  81. background-7 = #BF8602
  82. background-8 = #CC930F
  83. background-9 = #D9A01C
  84.  
  85. radius-bottom = 8
  86. radius-top = 22
  87.  
  88. line-size = 6
  89. line-color = #662D00
  90.  
  91. ;border-size = 6
  92. border-left-size = 480
  93. border-right-size = 0
  94. border-top-size = 6
  95. border-bottom-size = 6
  96. border-color = #00000000
  97.  
  98. padding-left = 8
  99. padding-right = 8
  100.  
  101. module-margin-left = 0
  102. module-margin-right = 0
  103.  
  104. font-0 = "Wallpoet_Regular:size=13;0"
  105. font-1 = "FontAwesome:size=12;0"
  106. font-2 = "Wallpoet_Regular:size=13;0"
  107. font-3 = "FantasqueSansMono:size=12;0"
  108.  
  109. modules-left = i3
  110. modules-center =
  111. modules-right = kernel memory2 cpu2 date
  112.  
  113. ;separator = |
  114.  
  115. dim-value = 0.9
  116.  
  117. #i3: Make the bar appear below windows
  118. ;wm-restack = i3
  119. ;override-redirect = true
  120.  
  121. ; Enable support for inter-process messaging
  122. ; See the Messaging wiki page for more details.
  123. enable-ipc = true
  124.  
  125. ; Fallback click handlers that will be called if
  126. ; there's no matching module handler found.
  127. click-left =
  128. click-middle =
  129. click-right =
  130. scroll-up = i3wm-wsnext
  131. scroll-down = i3wm-wsprev
  132. double-click-left =
  133. double-click-middle =
  134. double-click-right =
  135.  
  136. ; Requires polybar to be built with xcursor support (xcb-util-cursor)
  137. ; Possible values are:
  138. ; - default : The default pointer as before, can also be an empty string (default)
  139. ; - pointer : Typically in the form of a hand
  140. ; - ns-resize : Up and down arrows, can be used to indicate scrolling
  141. cursor-click =
  142. cursor-scroll =
  143.  
  144. ################################################################################
  145. ############ MAINBAR-I3-EXTRA ############
  146. ################################################################################
  147.  
  148. [bar/mainbar-i3-extra]
  149.  
  150. monitor = ${env:MONITOR}
  151. ;monitor-fallback = HDMI1
  152. monitor-strict = false
  153. override-redirect = false
  154. bottom = true
  155. fixed-center = true
  156. width = 1420
  157. height = 30
  158. ;offset-x = 1%
  159. ;offset-y = 1%
  160.  
  161. background = ${colors.background}
  162. foreground = ${colors.foreground}
  163.  
  164. ; Background gradient (vertical steps)
  165. ; background-[0-9]+ = #aarrggbb
  166. background-0 = #D9A01C
  167. background-1 = #CC930F
  168. background-2 = #BF8602
  169. background-3 = #B37A00
  170. background-4 = #A66D00
  171. background-5 = #996000
  172. background-6 = #8C5300
  173. background-7 = #804700
  174. background-8 = #733A00
  175. background-9 = #662D00
  176.  
  177. radius-top = 6
  178. radius-bottom = 24
  179.  
  180. line-size = 2
  181. line-color = #662D00
  182.  
  183. border-size = 0
  184. border-left-size = 500
  185. ;border-right-size = 25
  186. border-top-size = 3
  187. border-bottom-size = 6
  188. border-color = #00000000
  189.  
  190. padding-left = 8
  191. padding-right = 8
  192.  
  193. module-margin-left = 1
  194. module-margin-right = 0
  195.  
  196. font-0 = "Wallpoet_Regular:size=13;0"
  197. font-1 = "FontAwesome:size=12;0"
  198. font-2 = "Wallpoet_Regular:size=12;0"
  199. font-3 = "FantasqueSansMono:size=12;0"
  200.  
  201. modules-left = jgmenu networkspeedup networkspeeddown
  202. modules-center =
  203. modules-right = filesystem uptime
  204.  
  205. ;separator = |
  206.  
  207. dim-value = 0.9
  208.  
  209. tray-detached = false
  210. tray-offset-x = -40
  211. tray-offset-y = 0
  212. tray-padding = 2
  213. tray-maxsize = 20
  214. tray-scale = 1.0
  215. tray-position = center
  216. tray-background = #1a000000
  217.  
  218. #i3: Make the bar appear below windows
  219. ;wm-restack = i3
  220. ;override-redirect = true
  221.  
  222. ; Enable support for inter-process messaging
  223. ; See the Messaging wiki page for more details.
  224. enable-ipc = true
  225.  
  226. ; Fallback click handlers that will be called if
  227. ; there's no matching module handler found.
  228. click-left =
  229. click-middle =
  230. click-right =
  231. scroll-up = i3wm-wsnext
  232. scroll-down = i3wm-wsprev
  233. double-click-left =
  234. double-click-middle =
  235. double-click-right =
  236.  
  237. ; Requires polybar to be built with xcursor support (xcb-util-cursor)
  238. ; Possible values are:
  239. ; - default : The default pointer as before, can also be an empty string (default)
  240. ; - pointer : Typically in the form of a hand
  241. ; - ns-resize : Up and down arrows, can be used to indicate scrolling
  242. cursor-click =
  243. cursor-scroll =
  244.  
  245. ################################################################################
  246. ############ MAINBAR-OPENBOX ############
  247. ################################################################################
  248.  
  249. [bar/mainbar-openbox]
  250. monitor = ${env:MONITOR}
  251. ;monitor-fallback = HDMI1
  252. width = 60%
  253. height = 30
  254. ;offset-x = 1%
  255. ;offset-y = 1%
  256. radius = 0.0
  257. fixed-center = true
  258. bottom = false
  259. separator = |
  260.  
  261. background = #00000000
  262. foreground = ${colors.foreground}
  263.  
  264. line-size = 2
  265. line-color = #f00
  266.  
  267. ;border-size = 2
  268. ;border-left-size = 25
  269. ;border-right-size = 25
  270. ;border-top-size = 0
  271. ;border-bottom-size = 25
  272. ;border-color = #00000000
  273.  
  274. padding-left = 1
  275. padding-right = 1
  276.  
  277. module-margin-left = 3
  278. module-margin-right = 3
  279.  
  280. ; Enable support for inter-process messaging
  281. ; See the Messaging wiki page for more details.
  282. enable-ipc = true
  283.  
  284. font-0 = "Wallpoet_Regular:size=13;0"
  285. font-1 = "FontAwesome:size=12;0"
  286. font-2 = "Wallpoet_Regular:size=12;0"
  287. font-3 = "FantasqueSansMono:size=12;0"
  288.  
  289. modules-left = ewmh xwindow
  290. modules-center = kernel
  291. modules-right = memory2 cpu2 date
  292.  
  293. ;tray-detached = false
  294. ;tray-offset-x = 0
  295. ;tray-offset-y = 0
  296. ;tray-padding = 2
  297. ;tray-maxsize = 20
  298. ;tray-scale = 1.0
  299. ;tray-position = right
  300. ;tray-background = #0000000
  301.  
  302. ################################################################################
  303. ############ MAINBAR-OPENBOX-EXTRA ############
  304. ################################################################################
  305.  
  306. [bar/mainbar-openbox-extra]
  307. monitor = ${env:MONITOR}
  308. ;monitor-fallback = HDMI1
  309. width = 100%
  310. height = 30
  311. ;offset-x = 1%
  312. ;offset-y = 1%
  313. radius = 0.0
  314. fixed-center = true
  315. bottom = true
  316. separator = |
  317.  
  318. background = ${colors.background}
  319. foreground = ${colors.foreground}
  320.  
  321. line-size = 2
  322. line-color = #f00
  323.  
  324. ;border-size = 2
  325. ;border-left-size = 25
  326. ;border-right-size = 25
  327. ;border-top-size = 0
  328. ;border-bottom-size = 25
  329. ;border-color = #00000000
  330.  
  331. padding-left = 1
  332. padding-right = 1
  333.  
  334. module-margin-left = 3
  335. module-margin-right = 3
  336.  
  337. ; Enable support for inter-process messaging
  338. ; See the Messaging wiki page for more details.
  339. enable-ipc = true
  340.  
  341. font-0 = "Wallpoet_Regular:size=13;0"
  342. font-1 = "FontAwesome:size=12;0"
  343. font-2 = "Wallpoet_Regular:size=12;0"
  344. font-3 = "FantasqueSansMono:size=12;0"
  345.  
  346. modules-left = networkspeeddown networkspeedup
  347. modules-center =
  348. modules-right = filesystem
  349.  
  350. tray-detached = false
  351. tray-offset-x = 0
  352. tray-offset-y = 0
  353. tray-padding = 2
  354. tray-maxsize = 20
  355. tray-scale = 1.0
  356. tray-position = cemter
  357. tray-background = ${colors.background}
  358.  
  359. ################################################################################
  360. ############ MAINBAR-BSPWM ############
  361. ################################################################################
  362.  
  363. [bar/mainbar-bspwm]
  364. monitor = ${env:MONITOR}
  365. ;monitor-fallback = HDMI-A-0
  366. width = 50%
  367. height = 30
  368. offset-x = 25%
  369. offset-y = 1%
  370. radius = 0
  371. fixed-center = true
  372. bottom = false
  373. ;separator = |
  374.  
  375. ; Background gradient (vertical steps)
  376. ; background-[0-9]+ = #aarrggbb
  377. background-0 = #662D00
  378. background-1 = #733A00
  379. background-2 = #804700
  380. background-3 = #8C5300
  381. background-4 = #996000
  382. background-5 = #A66D00
  383. background-6 = #B37A00
  384. background-7 = #BF8602
  385. background-8 = #CC930F
  386. background-9 = #D9A01C
  387.  
  388. line-size = 0
  389. line-color = #662D00
  390.  
  391. ;wm-restack = bspwm
  392. ;override-redirect = true
  393.  
  394. ; Enable support for inter-process messaging
  395. ; See the Messaging wiki page for more details.
  396. enable-ipc = true
  397.  
  398. border-size = 5
  399. ;border-left-size = 4
  400. ;border-right-size = 4
  401. ;border-top-size = 4
  402. ;border-bottom-size = 4
  403. border-color = #B37A00
  404.  
  405. padding-left = 18
  406. padding-right = 18
  407.  
  408. module-margin-left = 1
  409. module-margin-right = 1
  410.  
  411. font-0 = "Wallpoet_Regular:size=13;0"
  412. font-1 = "FontAwesome:size=12;0"
  413. font-2 = "Wallpoet_Regular:size=12;0"
  414. font-3 = "FantasqueSansMono:size=12;0"
  415.  
  416. modules-left = bspwm
  417. modules-center = kernel
  418. modules-right = pavolume memory2 cpu2 date
  419.  
  420. ;tray-detached = false
  421. ;tray-offset-x = 0
  422. ;tray-offset-y = 0
  423. ;tray-padding = 2
  424. ;tray-maxsize = 20
  425. ;tray-scale = 1.0
  426. ;tray-position = right
  427. ;tray-background = ${colors.background}
  428.  
  429. scroll-up = bspwm-desknext
  430. scroll-down = bspwm-deskprev
  431.  
  432. ################################################################################
  433. ############ MAINBAR-BSPWM-EXTRA ############
  434. ################################################################################
  435.  
  436. [bar/mainbar-bspwm-extra]
  437. monitor = ${env:MONITOR}
  438. ;monitor-fallback = HDMI-A-0
  439. width = 820
  440. height = 30
  441. offset-x = 550
  442. ;offset-y = 1%
  443. radius = 0
  444. fixed-center = true
  445. bottom = true
  446. ;separator = |
  447.  
  448. ; Background gradient (vertical steps)
  449. ; background-[0-9]+ = #aarrggbb
  450. background-0 = #D9A01C
  451. background-1 = #CC930F
  452. background-2 = #BF8602
  453. background-3 = #B37A00
  454. background-4 = #A66D00
  455. background-5 = #996000
  456. background-6 = #8C5300
  457. background-7 = #804700
  458. background-8 = #733A00
  459. background-9 = #662D00
  460.  
  461. line-size = 0
  462. line-color = #662D00
  463.  
  464. ;wm-restack = bspwm
  465. ;override-redirect = true
  466.  
  467. ; Enable support for inter-process messaging
  468. ; See the Messaging wiki page for more details.
  469. enable-ipc = true
  470.  
  471. border-size = 6
  472. ;border-left-size = 0
  473. ;border-right-size = 25
  474. ;border-top-size = 0
  475. ;border-bottom-size = 25
  476. border-color = #B37A00
  477.  
  478. padding-left = 6
  479. padding-right = 6
  480.  
  481. module-margin-left = 1
  482. module-margin-right = 1
  483.  
  484. font-0 = "Wallpoet_Regular:size=13;0"
  485. font-1 = "FontAwesome:size=12;0"
  486. font-2 = "Wallpoet_Regular:size=12;0"
  487. font-3 = "FantasqueSansMono:size=12;0"
  488.  
  489. modules-left = jgmenu networkspeeddown networkspeedup
  490. modules-center =
  491. modules-right = filesystem uptime
  492.  
  493. tray-detached = false
  494. tray-offset-x = -35
  495. tray-offset-y = 0
  496. tray-padding = 10
  497. tray-maxsize = 20
  498. tray-scale = 1.0
  499. tray-position = center
  500. tray-background = #00000000
  501.  
  502. scroll-up = bspwm-desknext
  503. scroll-down = bspwm-deskprev
  504.  
  505. ################################################################################
  506. ############ MAINBAR-HERBSTLUFTWM ############
  507. ################################################################################
  508.  
  509. [bar/mainbar-herbstluftwm]
  510. monitor = ${env:MONITOR}
  511. ;monitor-fallback = HDMI-A-0
  512. width = 80%
  513. height = 30
  514. offset-x = 10%
  515. offset-y = 2
  516. radius = 12
  517. fixed-center = true
  518. bottom = false
  519. separator = |
  520.  
  521. background = ${colors.background}
  522. foreground = ${colors.foreground}
  523.  
  524. line-size = 2
  525. line-color = #f00
  526.  
  527. ;wm-restack = bspwm
  528. override-redirect = true
  529.  
  530. ; Enable support for inter-process messaging
  531. ; See the Messaging wiki page for more details.
  532. enable-ipc = true
  533.  
  534. border-size = 4
  535. ;border-left-size = 0
  536. ;border-right-size = 25
  537. border-top-size = 4
  538. border-bottom-size = 4
  539. border-color = #00000000
  540.  
  541. padding-left = 0
  542. padding-right = 1
  543.  
  544. module-margin-left = 3
  545. module-margin-right = 3
  546.  
  547. font-0 = "Wallpoet_Regular:size=12;0"
  548. font-1 = "FontAwesome:size=13;0"
  549. font-2 = "Wallpoet_Regular":size=12;0"
  550. font-3 = "FantasqueSansMono:size=12;0"
  551.  
  552. modules-left = ewmh xwindow
  553. modules-center =
  554. modules-right = pavolume memory2 cpu2 date
  555.  
  556. scroll-up = herbstclient use_index -1
  557. scroll-down = herbstclient use_index +1
  558.  
  559. ################################################################################
  560. ############ MAINBAR-HERBSTLUFTWM-EXTRA ############
  561. ################################################################################
  562.  
  563. [bar/mainbar-herbstluftwm-extra]
  564. monitor = ${env:MONITOR}
  565. ;monitor-fallback = HDMI-A-0
  566. width = 50%
  567. height = 30
  568. offset-x = 25%
  569. offset-y = 3
  570. radius = 12
  571. fixed-center = true
  572. bottom = true
  573. separator = |
  574.  
  575. background = ${colors.background}
  576. foreground = ${colors.foreground}
  577.  
  578. line-size = 2
  579. line-color = #f00
  580.  
  581. wm-restack = bspwm
  582. ;override-redirect = true
  583.  
  584. ; Enable support for inter-process messaging
  585. ; See the Messaging wiki page for more details.
  586. enable-ipc = true
  587.  
  588. border-size = 4
  589. ;border-left-size = 0
  590. ;border-right-size = 25
  591. border-top-size = 4
  592. border-bottom-size = 4
  593. border-color = #00000000
  594.  
  595. padding-left = 0
  596. padding-right = 1
  597.  
  598. module-margin-left = 3
  599. module-margin-right = 3
  600.  
  601. font-0 = "Wallpoet_Regular:size=12;0"
  602. font-1 = "FontAwesome:size=13;0"
  603. font-2 = "Wallpoet_Regular:size=12;0"
  604. font-3 = "FantasqueSansMono:size=12;0"
  605.  
  606. modules-left = networkspeeddown networkspeedup uptime
  607. modules-center =
  608. modules-right = filesystem kernel
  609.  
  610. tray-detached = false
  611. tray-offset-x = 0
  612. tray-offset-y = 0
  613. tray-padding = 2
  614. tray-maxsize = 20
  615. tray-scale = 1.0
  616. tray-position = center
  617. tray-background = ${colors.background}
  618.  
  619. scroll-up = herbstclient use_index -1
  620. scroll-down = herbstclient use_index +1
  621.  
  622. ################################################################################
  623. ############ MAINBAR-XMONAD ############
  624. ################################################################################
  625.  
  626. [bar/mainbar-xmonad]
  627. monitor = ${env:MONITOR}
  628. ;monitor-fallback = HDMI-A-0
  629. monitor-strict = false
  630. override-redirect = false
  631. width = 100%
  632. height = 30
  633. ;offset-x = 1%
  634. ;offset-y = 1%
  635. radius = 0.0
  636. fixed-center = true
  637. bottom = false
  638. separator = |
  639.  
  640. background = ${colors.background}
  641. foreground = ${colors.foreground}
  642.  
  643. line-size = 2
  644. line-color = #f00
  645.  
  646. ;border-size = 2
  647. ;border-left-size = 25
  648. ;border-right-size = 25
  649. ;border-top-size = 0
  650. ;border-bottom-size = 25
  651. border-color = #00000000
  652.  
  653. padding-left = 0
  654. padding-right = 1
  655.  
  656. module-margin-left = 3
  657. module-margin-right = 3
  658.  
  659. ; Enable support for inter-process messaging
  660. ; See the Messaging wiki page for more details.
  661. enable-ipc = true
  662.  
  663. ;https://github.com/jaagr/polybar/wiki/Fonts
  664. font-0 = "Noto Sans:size=10;0"
  665. font-1 = "FontAwesome:size=13;0"
  666. font-2 = "Noto Sans:size=10;0"
  667. font-3 = "Noto Sans Mono:size=10;0"
  668. font-4 = "FontAwesome5Brands:size=13;0"
  669.  
  670. modules-left = ewmh
  671. modules-center = kernel
  672. modules-right = pavolume memory2 cpu2 date
  673.  
  674. tray-detached = false
  675. tray-offset-x = 0
  676. tray-offset-y = 0
  677. tray-padding = 2
  678. tray-maxsize = 20
  679. tray-scale = 1.0
  680. tray-position = right
  681. tray-background = ${colors.background}
  682.  
  683. ################################################################################
  684. ############ MAINBAR-XMONAD-EXTRA ############
  685. ################################################################################
  686.  
  687. [bar/mainbar-xmonad-extra]
  688. monitor = ${env:MONITOR}
  689. ;monitor-fallback = HDMI1
  690. monitor-strict = false
  691. override-redirect = false
  692. width = 100%
  693. height = 30
  694. ;offset-x = 1%
  695. ;offset-y = 1%
  696. radius = 0.0
  697. fixed-center = true
  698. bottom = true
  699. separator = |
  700.  
  701. background = ${colors.background}
  702. foreground = ${colors.foreground}
  703.  
  704. line-size = 2
  705. line-color = #f00
  706.  
  707. ;border-size = 2
  708. ;border-left-size = 25
  709. ;border-right-size = 25
  710. border-top-size = 10
  711. ;border-bottom-size = 25
  712. border-color = #00000000
  713.  
  714. padding-left = 0
  715. padding-right = 1
  716.  
  717. module-margin-left = 3
  718. module-margin-right = 3
  719.  
  720. ; Enable support for inter-process messaging
  721. ; See the Messaging wiki page for more details.
  722. enable-ipc = true
  723.  
  724. ;https://github.com/jaagr/polybar/wiki/Fonts
  725. font-0 = "Noto Sans:size=10;0"
  726. font-1 = "FontAwesome:size=13;0"
  727. font-2 = "Noto Sans:size=10;0"
  728. font-3 = "Noto Sans Mono:size=10;0"
  729. font-4 = "FontAwesome5Brands:size=13;0"
  730.  
  731. modules-left = load-average
  732. modules-center = networkspeeddown networkspeedup
  733. modules-right = filesystem
  734.  
  735. ;tray-detached = false
  736. ;tray-offset-x = 0
  737. ;tray-offset-y = 0
  738. ;tray-padding = 2
  739. ;tray-maxsize = 20
  740. ;tray-scale = 1.0
  741. ;tray-position = right
  742. ;tray-background = ${colors.background}
  743.  
  744. ################################################################################
  745. ############ MAINBAR-SPECTRWM ############
  746. ################################################################################
  747.  
  748. [bar/mainbar-spectrwm]
  749. monitor = ${env:MONITOR}
  750. ;monitor-fallback = HDMI-A-0
  751. width = 100%
  752. height = 30
  753. ;offset-x = 1%
  754. ;offset-y = 1%
  755. radius = 0.0
  756. fixed-center = true
  757. bottom = false
  758. separator = |
  759.  
  760. background = ${colors.background}
  761. foreground = ${colors.foreground}
  762.  
  763. line-size = 2
  764. line-color = #f00
  765.  
  766. wm-restack = bspwm
  767. override-redirect = true
  768.  
  769. ; Enable support for inter-process messaging
  770. ; See the Messaging wiki page for more details.
  771. enable-ipc = true
  772.  
  773. border-size = 0
  774. ;border-left-size = 0
  775. ;border-right-size = 25
  776. ;border-top-size = 0
  777. ;border-bottom-size = 25
  778. border-color = #00000000
  779.  
  780. padding-left = 0
  781. padding-right = 1
  782.  
  783. module-margin-left = 3
  784. module-margin-right = 3
  785.  
  786. font-0 = "Wallpoet_Regular:size=13;0"
  787. font-1 = "FontAwesome:size=12;0"
  788. font-2 = "Wallpoet_Regular:size=12;0"
  789. font-3 = "FantasqueSansMono:size=12;0"
  790.  
  791. modules-left = ewmh xwindow
  792. modules-center = kernel
  793. modules-right = pavolume memory2 cpu2 date
  794.  
  795. tray-detached = false
  796. tray-offset-x = 0
  797. tray-offset-y = 0
  798. tray-padding = 2
  799. tray-maxsize = 20
  800. tray-scale = 1.0
  801. tray-position = right
  802. tray-background = ${colors.background}
  803.  
  804. scroll-up = spectrwm-desknext
  805. scroll-down = spectrwm-deskprev
  806.  
  807. ################################################################################
  808. ############ MAINBAR-CWM ############
  809. ################################################################################
  810.  
  811. [bar/mainbar-cwm]
  812. monitor = ${env:MONITOR}
  813. ;monitor-fallback = HDMI-A-0
  814. width = 100%
  815. height = 30
  816. ;offset-x = 1%
  817. ;offset-y = 1%
  818. radius = 0.0
  819. fixed-center = true
  820. bottom = false
  821. separator = |
  822.  
  823. background = ${colors.background}
  824. foreground = ${colors.foreground}
  825.  
  826. line-size = 2
  827. line-color = #f00
  828.  
  829. override-redirect = true
  830.  
  831. ; Enable support for inter-process messaging
  832. ; See the Messaging wiki page for more details.
  833. enable-ipc = true
  834.  
  835. border-size = 0
  836. ;border-left-size = 0
  837. ;border-right-size = 25
  838. ;border-top-size = 0
  839. ;border-bottom-size = 25
  840. border-color = #00000000
  841.  
  842. padding-left = 0
  843. padding-right = 1
  844.  
  845. module-margin-left = 3
  846. module-margin-right = 3
  847.  
  848. font-0 = "Wallpoet_Regular:size=13;0"
  849. font-1 = "FontAwesome:size=12;0"
  850. font-2 = "Wallpoet_Regular:size=12;0"
  851. font-3 = "FantasqueSansMono:size=12;0"
  852.  
  853. modules-left = ewmh xwindow
  854. modules-center = kernel
  855. modules-right = pavolume memory2 cpu2 date
  856.  
  857. tray-detached = false
  858. tray-offset-x = 0
  859. tray-offset-y = 0
  860. tray-padding = 2
  861. tray-maxsize = 20
  862. tray-scale = 1.0
  863. tray-position = right
  864. tray-background = ${colors.background}
  865.  
  866. scroll-up = cwm-desknext
  867. scroll-down = cwm-deskprev
  868.  
  869. ################################################################################
  870. ############ MAINBAR-CWM-EXTRA ############
  871. ################################################################################
  872.  
  873. [bar/mainbar-cwm-extra]
  874. monitor = ${env:MONITOR}
  875. ;monitor-fallback = HDMI-A-0
  876. width = 100%
  877. height = 30
  878. ;offset-x = 1%
  879. ;offset-y = 1%
  880. radius = 0.0
  881. fixed-center = true
  882. bottom = true
  883. separator = |
  884.  
  885. background = ${colors.background}
  886. foreground = ${colors.foreground}
  887.  
  888. line-size = 2
  889. line-color = #f00
  890.  
  891. wm-restack = bspwm
  892. override-redirect = true
  893.  
  894. ; Enable support for inter-process messaging
  895. ; See the Messaging wiki page for more details.
  896. enable-ipc = true
  897.  
  898. border-size = 0
  899. ;border-left-size = 0
  900. ;border-right-size = 25
  901. ;border-top-size = 0
  902. ;border-bottom-size = 25
  903. border-color = #00000000
  904.  
  905. padding-left = 0
  906. padding-right = 1
  907.  
  908. module-margin-left = 3
  909. module-margin-right = 3
  910.  
  911. font-0 = "Wallpoet_Regular:size=13;0"
  912. font-1 = "FontAwesome:size=12;0"
  913. font-2 = "Wallpoet_Regular:size=12;0"
  914. font-3 = "FantasqueSansMono:size=12;0"
  915.  
  916. modules-left = load-average
  917. modules-center = networkspeeddown networkspeedup
  918. modules-right = filesystem
  919.  
  920. ;tray-detached = false
  921. ;tray-offset-x = 0
  922. ;tray-offset-y = 0
  923. ;tray-padding = 2
  924. ;tray-maxsize = 20
  925. ;tray-scale = 1.0
  926. ;tray-position = right
  927. ;tray-background = ${colors.background}
  928.  
  929. scroll-up = cwm-desknext
  930. scroll-down = cwm-deskprev
  931.  
  932. ################################################################################
  933. ############ MAINBAR-FVWM3 ############
  934. ################################################################################
  935.  
  936. [bar/mainbar-fvwm3]
  937. monitor = ${env:MONITOR}
  938. ;monitor-fallback = HDMI-A-0
  939. width = 100%
  940. height = 30
  941. ;offset-x = 1%
  942. ;offset-y = 1%
  943. radius = 0.0
  944. fixed-center = true
  945. bottom = false
  946. separator = |
  947.  
  948. background = ${colors.background}
  949. foreground = ${colors.foreground}
  950.  
  951. line-size = 2
  952. line-color = #f00
  953.  
  954. override-redirect = true
  955.  
  956. ; Enable support for inter-process messaging
  957. ; See the Messaging wiki page for more details.
  958. enable-ipc = true
  959.  
  960. border-size = 0
  961. ;border-left-size = 0
  962. ;border-right-size = 25
  963. ;border-top-size = 0
  964. ;border-bottom-size = 25
  965. border-color = #00000000
  966.  
  967. padding-left = 0
  968. padding-right = 1
  969.  
  970. module-margin-left = 3
  971. module-margin-right = 3
  972.  
  973. font-0 = "Wallpoet_Regular:size=13;0"
  974. font-1 = "FontAwesome:size=12;0"
  975. font-2 = "Wallpoet_Regular:size=12;0"
  976. font-3 = "FantasqueSansMono:size=12;0"
  977.  
  978. modules-left = ewmh xwindow
  979. modules-center = kernel
  980. modules-right = pavolume memory2 cpu2 date
  981.  
  982. tray-detached = false
  983. tray-offset-x = 0
  984. tray-offset-y = 0
  985. tray-padding = 2
  986. tray-maxsize = 20
  987. tray-scale = 1.0
  988. tray-position = right
  989. tray-background = ${colors.background}
  990.  
  991. scroll-up = fvwm3-desknext
  992. scroll-down = fvwm3-deskprev
  993.  
  994. ################################################################################
  995. ############ MAINBAR-FVWM3-EXTRA ############
  996. ################################################################################
  997.  
  998. [bar/mainbar-fvwm3-extra]
  999. monitor = ${env:MONITOR}
  1000. ;monitor-fallback = HDMI-A-0
  1001. width = 100%
  1002. height = 30
  1003. ;offset-x = 1%
  1004. ;offset-y = 1%
  1005. radius = 0.0
  1006. fixed-center = true
  1007. bottom = true
  1008. separator = |
  1009.  
  1010. background = ${colors.background}
  1011. foreground = ${colors.foreground}
  1012.  
  1013. line-size = 2
  1014. line-color = #f00
  1015.  
  1016. wm-restack = bspwm
  1017. override-redirect = true
  1018.  
  1019. ; Enable support for inter-process messaging
  1020. ; See the Messaging wiki page for more details.
  1021. enable-ipc = true
  1022.  
  1023. border-size = 0
  1024. ;border-left-size = 0
  1025. ;border-right-size = 25
  1026. ;border-top-size = 0
  1027. ;border-bottom-size = 25
  1028. border-color = #00000000
  1029.  
  1030. padding-left = 0
  1031. padding-right = 1
  1032.  
  1033. module-margin-left = 3
  1034. module-margin-right = 3
  1035.  
  1036. font-0 = "Wallpoet_Regular:size=13;0"
  1037. font-1 = "FontAwesome:size=12;0"
  1038. font-2 = "Wallpoet_Regular:size=12;0"
  1039. font-3 = "FantasqueSansMono:size=12;0"
  1040.  
  1041. modules-left = load-average
  1042. modules-center = networkspeeddown networkspeedup
  1043. modules-right = filesystem
  1044.  
  1045. ;tray-detached = false
  1046. ;tray-offset-x = 0
  1047. ;tray-offset-y = 0
  1048. ;tray-padding = 2
  1049. ;tray-maxsize = 20
  1050. ;tray-scale = 1.0
  1051. ;tray-position = right
  1052. ;tray-background = ${colors.background}
  1053.  
  1054. scroll-up = fvwm3-desknext
  1055. scroll-down = fvwm3-deskprev
  1056.  
  1057. ################################################################################
  1058. ############ MODULE I3 ############
  1059. ################################################################################
  1060.  
  1061. [module/i3]
  1062. ;https://github.com/jaagr/polybar/wiki/Module:-i3
  1063. type = internal/i3
  1064.  
  1065. ; Only show workspaces defined on the same output as the bar
  1066. ;
  1067. ; Useful if you want to show monitor specific workspaces
  1068. ; on different bars
  1069. ;
  1070. ; Default: false
  1071. pin-workspaces = true
  1072.  
  1073. ; This will split the workspace name on ':'
  1074. ; Default: false
  1075. strip-wsnumbers = false
  1076.  
  1077. ; Sort the workspaces by index instead of the default
  1078. ; sorting that groups the workspaces by output
  1079. ; Default: false
  1080. index-sort = false
  1081.  
  1082. ; Create click handler used to focus workspace
  1083. ; Default: true
  1084. enable-click = true
  1085.  
  1086. ; Create scroll handlers used to cycle workspaces
  1087. ; Default: true
  1088. enable-scroll = true
  1089.  
  1090. ; Wrap around when reaching the first/last workspace
  1091. ; Default: true
  1092. wrapping-scroll = false
  1093.  
  1094. ; Set the scroll cycle direction
  1095. ; Default: true
  1096. reverse-scroll = false
  1097.  
  1098. ; Use fuzzy (partial) matching on labels when assigning
  1099. ; icons to workspaces
  1100. ; Example: code;♚ will apply the icon to all workspaces
  1101. ; containing 'code' in the label
  1102. ; Default: false
  1103. fuzzy-match = false
  1104.  
  1105. ;extra icons to choose from
  1106. ;http://fontawesome.io/cheatsheet/
  1107. ;                 
  1108.  
  1109. ws-icon-0 = 1;
  1110. ws-icon-1 = 2;
  1111. ws-icon-2 = 3;
  1112. ws-icon-3 = 4;
  1113. ws-icon-4 = 5;
  1114. ws-icon-5 = 6;
  1115. ws-icon-6 = 7;
  1116. ws-icon-7 = 8;
  1117. ws-icon-8 = 9;
  1118. ws-icon-9 = 10;
  1119. ws-icon-10 = 11;
  1120. ws-icon-11 = 12;
  1121. ws-icon-12 = 13;
  1122. ws-icon-13 = 14;
  1123. ws-icon-14 = 15;
  1124. ws-icon-default = ""
  1125.  
  1126. ; Available tags:
  1127. ; <label-state> (default) - gets replaced with <label-(focused|unfocused|visible|urgent)>
  1128. ; <label-mode> (default)
  1129. format = <label-state> <label-mode>
  1130.  
  1131. label-mode = %mode%
  1132. label-mode-padding = 2
  1133. label-mode-foreground = #000000
  1134. label-mode-background = #FFBB00
  1135.  
  1136. ; Available tokens:
  1137. ; %name%
  1138. ; %icon%
  1139. ; %index%
  1140. ; %output%
  1141. ; Default: %icon% %name%
  1142. ; focused = Active workspace on focused monitor
  1143. label-focused = %icon% %name%
  1144. label-focused-background = #00000000
  1145. label-focused-foreground = ${colors.foreground}
  1146. label-focused-underline = #662D00
  1147. label-focused-padding = 2
  1148.  
  1149. ; Available tokens:
  1150. ; %name%
  1151. ; %icon%
  1152. ; %index%
  1153. ; Default: %icon% %name%
  1154. ; unfocused = Inactive workspace on any monitor
  1155. label-unfocused = %icon% %name%
  1156. label-unfocused-padding = 2
  1157. label-unfocused-background = #00000000
  1158. label-unfocused-foreground = ${colors.foreground}
  1159. label-unfocused-underline = #8C5300
  1160.  
  1161. ; visible = Active workspace on unfocused monitor
  1162. label-visible = %icon% %name%
  1163. label-visible-background = ${self.label-focused-background}
  1164. label-visible-underline = ${self.label-focused-underline}
  1165. label-visible-padding = 2
  1166.  
  1167. ; Available tokens:
  1168. ; %name%
  1169. ; %icon%
  1170. ; %index%
  1171. ; Default: %icon% %name%
  1172. ; urgent = Workspace with urgency hint set
  1173. label-urgent = %icon% %name%
  1174. label-urgent-background = ${self.label-focused-background}
  1175. label-urgent-foreground = #db104e
  1176. label-urgent-padding = 2
  1177.  
  1178. format-foreground = ${colors.foreground}
  1179. format-background = #00000000
  1180.  
  1181. ################################################################################
  1182. ############ MODULE BSPWM ############
  1183. ################################################################################
  1184.  
  1185. [module/bspwm]
  1186. type = internal/bspwm
  1187.  
  1188. enable-click = true
  1189. enable-scroll = true
  1190. reverse-scroll = true
  1191. pin-workspaces = true
  1192.  
  1193. ws-icon-0 = 1;
  1194. ws-icon-1 = 2;
  1195. ws-icon-2 = 3;
  1196. ws-icon-3 = 4;
  1197. ws-icon-4 = 5;
  1198. ws-icon-5 = 6;
  1199. ws-icon-6 = 7;
  1200. ws-icon-7 = 8;
  1201. ws-icon-8 = 9;
  1202. ws-icon-9 = 10;
  1203. ws-icon-default = " "
  1204.  
  1205. format = <label-state> <label-mode>
  1206.  
  1207. label-focused = %icon%
  1208. label-focused-background = #00000000
  1209. ;label-focused-underline= #662D00
  1210. label-focused-padding = 4
  1211. label-focused-foreground = #662D00
  1212.  
  1213. label-occupied = %icon%
  1214. label-occupied-padding = 2
  1215. label-occupied-background = #00000000
  1216. label-occupied-foreground = #8C5300
  1217.  
  1218. label-urgent = %icon%
  1219. label-urgent-padding = 2
  1220.  
  1221. label-empty = %icon%
  1222. label-empty-foreground = ${colors.foreground}
  1223. label-empty-padding = 2
  1224. label-empty-background = ${colors.background}
  1225. label-monocle = "  "
  1226. label-monocle-foreground = ${colors.foreground}
  1227. label-tiled = "  "
  1228. label-tiled-foreground = ${colors.foreground}
  1229. label-fullscreen = "  "
  1230. label-fullscreen-foreground = ${colors.foreground}
  1231. label-floating = "  "
  1232. label-floating-foreground = ${colors.foreground}
  1233. label-pseudotiled = "  "
  1234. label-pseudotiled-foreground = ${colors.foreground}
  1235. label-locked = "  "
  1236. label-locked-foreground = ${colors.foreground}
  1237. label-sticky = "  "
  1238. label-sticky-foreground = ${colors.foreground}
  1239. label-private = "  "
  1240. label-private-foreground = ${colors.foreground}
  1241.  
  1242. ; Separator in between workspaces
  1243. ;label-separator = |
  1244. ;label-separator-padding = 10
  1245. ;label-separator-foreground = #ffb52a
  1246.  
  1247. format-foreground = ${colors.foreground}
  1248. format-background = ${colors.background}
  1249.  
  1250. ###############################################################################
  1251. ############ MODULES A-Z ############
  1252. ################################################################################
  1253.  
  1254. [module/arch-updates]
  1255. type = custom/script
  1256. exec = ~/.config/polybar/scripts/check-arch-updates.sh
  1257. interval = 1000
  1258. label = Arch: %output%
  1259. format-foreground = ${colors.foreground}
  1260. format-background = #00000000
  1261. format-prefix = "  "
  1262. format-prefix-foreground = #394349
  1263. ;format-underline = #FFBB00
  1264.  
  1265. [module/aur-updates]
  1266. type = custom/script
  1267. exec = ~/.config/polybar/scripts/check-aur-updates.sh
  1268. interval = 1000
  1269. label = Aur: %output%
  1270. format-foreground = ${colors.foreground}
  1271. format-background = #00000000
  1272. format-prefix = "  "
  1273. format-prefix-foreground = #394349
  1274. ;format-underline = #FFBB00
  1275.  
  1276. ################################################################################
  1277.  
  1278. [module/backlight-acpi]
  1279. inherit = module/xbacklight
  1280. type = internal/backlight
  1281. card = intel_backlight
  1282. format-foreground = ${colors.foreground}
  1283. format-background = #00000000
  1284. format-prefix-foreground = #7D49B6
  1285. format-prefix-underline = #7D49B6
  1286. ;format-underline = #7D49B6
  1287. ################################################################################
  1288.  
  1289. [module/backlight]
  1290. ;https://github.com/jaagr/polybar/wiki/Module:-backlight
  1291.  
  1292. type = internal/backlight
  1293.  
  1294. ; Use the following command to list available cards:
  1295. ; $ ls -1 /sys/class/backlight/
  1296. card = intel_backlight
  1297.  
  1298. ; Available tags:
  1299. ; <label> (default)
  1300. ; <ramp>
  1301. ; <bar>
  1302. format = <label>
  1303. format-foreground = ${colors.foreground}
  1304. format-background = #00000000
  1305.  
  1306. ; Available tokens:
  1307. ; %percentage% (default)
  1308. label = %percentage%%
  1309.  
  1310. ; Only applies if <ramp> is used
  1311. ramp-0 = 🌕
  1312. ramp-1 = 🌔
  1313. ramp-2 = 🌓
  1314. ramp-3 = 🌒
  1315. ramp-4 = 🌑
  1316.  
  1317. ; Only applies if <bar> is used
  1318. bar-width = 10
  1319. bar-indicator = |
  1320. bar-fill = ─
  1321. bar-empty = ─
  1322.  
  1323. ################################################################################
  1324.  
  1325. [module/battery]
  1326. ;https://github.com/jaagr/polybar/wiki/Module:-battery
  1327. type = internal/battery
  1328. battery = BAT0
  1329. adapter = AC0
  1330. full-at = 100
  1331.  
  1332. format-charging = <animation-charging> <label-charging>
  1333. label-charging =  %percentage%%
  1334. format-charging-foreground = ${colors.foreground}
  1335. format-charging-background = #00000000
  1336. format-charging-underline = #a3c725
  1337.  
  1338. format-discharging = <ramp-capacity> <label-discharging>
  1339. label-discharging =  %percentage%%
  1340. format-discharging-underline = #c7ae25
  1341. format-discharging-foreground = ${colors.foreground}
  1342. format-discharging-background = #00000000
  1343.  
  1344. format-full-prefix = " "
  1345. format-full-prefix-foreground = #a3c725
  1346. format-full-underline = #a3c725
  1347. format-full-foreground = ${colors.foreground}
  1348. format-full-background = #00000000
  1349.  
  1350. ramp-capacity-0 = 
  1351. ramp-capacity-1 = 
  1352. ramp-capacity-2 = 
  1353. ramp-capacity-3 = 
  1354. ramp-capacity-4 = 
  1355. ramp-capacity-foreground = #c7ae25
  1356.  
  1357. animation-charging-0 = 
  1358. animation-charging-1 = 
  1359. animation-charging-2 = 
  1360. animation-charging-3 = 
  1361. animation-charging-4 = 
  1362. animation-charging-foreground = #a3c725
  1363. animation-charging-framerate = 750
  1364.  
  1365. ################################################################################
  1366.  
  1367. [module/cpu1]
  1368. ;https://github.com/jaagr/polybar/wiki/Module:-cpu
  1369. type = internal/cpu
  1370. ; Seconds to sleep between updates
  1371. ; Default: 1
  1372. interval = 1
  1373. format-foreground = ${colors.foreground}
  1374. format-background = #00000000
  1375. ;   
  1376. format-prefix = " "
  1377. format-prefix-foreground = #394349
  1378. ;format-underline = #cd1f3f
  1379.  
  1380. ; Available tags:
  1381. ; <label> (default)
  1382. ; <bar-load>
  1383. ; <ramp-load>
  1384. ; <ramp-coreload>
  1385. format = <label> <ramp-coreload>
  1386.  
  1387. format-padding = 2
  1388.  
  1389. ; Available tokens:
  1390. ; %percentage% (default) - total cpu load
  1391. ; %percentage-cores% - load percentage for each core
  1392. ; %percentage-core[1-9]% - load percentage for specific core
  1393. label-font = 3
  1394. label = Cpu %percentage:3%%
  1395. ramp-coreload-0 = ▁
  1396. ramp-coreload-0-font = 3
  1397. ramp-coreload-0-foreground = #aaff77
  1398. ramp-coreload-1 = ▂
  1399. ramp-coreload-1-font = 3
  1400. ramp-coreload-1-foreground = #aaff77
  1401. ramp-coreload-2 = ▃
  1402. ramp-coreload-2-font = 3
  1403. ramp-coreload-2-foreground = #aaff77
  1404. ramp-coreload-3 = ▄
  1405. ramp-coreload-3-font = 3
  1406. ramp-coreload-3-foreground = #aaff77
  1407. ramp-coreload-4 = ▅
  1408. ramp-coreload-4-font = 3
  1409. ramp-coreload-4-foreground = #fba922
  1410. ramp-coreload-5 = ▆
  1411. ramp-coreload-5-font = 3
  1412. ramp-coreload-5-foreground = #fba922
  1413. ramp-coreload-6 = ▇
  1414. ramp-coreload-6-font = 3
  1415. ramp-coreload-6-foreground = #ff5555
  1416. ramp-coreload-7 = █
  1417. ramp-coreload-7-font = 3
  1418. ramp-coreload-7-foreground = #ff5555
  1419.  
  1420. ################################################################################
  1421.  
  1422. [module/cpu2]
  1423. ;https://github.com/jaagr/polybar/wiki/Module:-cpu
  1424. type = internal/cpu
  1425. ; Seconds to sleep between updates
  1426. ; Default: 1
  1427. interval = 1
  1428. format-foreground = ${colors.foreground}
  1429. format-background = #00000000
  1430. format-prefix = "  "
  1431. format-prefix-foreground = #394349
  1432. format-underline = #662D00
  1433.  
  1434. label-font = 3
  1435.  
  1436. ; Available tags:
  1437. ; <label> (default)
  1438. ; <bar-load>
  1439. ; <ramp-load>
  1440. ; <ramp-coreload>
  1441. format = <label>
  1442.  
  1443. format-padding = 2
  1444.  
  1445. ; Available tokens:
  1446. ; %percentage% (default) - total cpu load
  1447. ; %percentage-cores% - load percentage for each core
  1448. ; %percentage-core[1-9]% - load percentage for specific core
  1449. label = Cpu %percentage:3%%
  1450.  
  1451. ################################################################################
  1452.  
  1453. [module/date]
  1454. ;https://github.com/jaagr/polybar/wiki/Module:-date
  1455. type = internal/date
  1456. ; Seconds to sleep between updates
  1457. interval = 5
  1458. ; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
  1459. ; NOTE: if you want to use syntax tags here you need to use %%{...}
  1460. date = " %c "
  1461. date-alt = " %d-%m-%Y"
  1462. ;time = %H:%M
  1463. time-alt = %H:%M
  1464. format-prefix = " "
  1465. format-prefix-foreground = #394349
  1466. format-underline = #662D00
  1467. format-foreground = ${colors.foreground}
  1468. format-background = #00000000
  1469. label = %date% %time%
  1470.  
  1471. #################################################################
  1472.  
  1473. [module/discord]
  1474. type = custom/script
  1475. exec = echo " Discord "
  1476. ;exec = echo " "
  1477. interval = 1
  1478. tail = true
  1479. format-foreground = ${colors.foreground}
  1480. format-background = $#00000000
  1481. format-prefix-foreground = #394349
  1482. ;format-underline = #738adb
  1483. click-left = discord &
  1484. click-right = killall Discord && killall Discord
  1485. format-prefix = ""
  1486.  
  1487. #################################################################
  1488.  
  1489. [module/ewmh]
  1490. type = internal/xworkspaces
  1491.  
  1492. pin-workspaces = true
  1493. enable-click = true
  1494. enable-scroll = true
  1495. reverse-scroll = true
  1496.  
  1497. icon-0 = 1;
  1498. icon-1 = 2;
  1499. icon-2 = 3;
  1500. icon-3 = 4;
  1501. icon-4 = 5;
  1502. icon-5 = 6;
  1503. icon-6 = 7;
  1504. icon-7 = 8;
  1505. icon-8 = 9;
  1506. format = <label-state>
  1507. label-monitor = %name%
  1508.  
  1509. label-active = %name%
  1510. label-active-foreground = ${colors.foreground}
  1511. label-active-background = #00000000
  1512. label-active-underline= #f7e768
  1513. label-active-padding = 2
  1514.  
  1515. label-occupied = %name%
  1516. label-occupied-background = ${colors.background}
  1517. label-occupied-padding = 2
  1518.  
  1519. label-urgent = %name%
  1520. label-urgent-foreground = ${colors.foreground}
  1521. label-urgent-background = ${colors.alert}
  1522. label-urgent-underline = ${colors.alert}
  1523. label-urgent-padding = 2
  1524.  
  1525.  
  1526. label-empty = %name%
  1527. label-empty-foreground = ${colors.foreground}
  1528. label-empty-padding = 2
  1529. format-foreground = ${colors.foreground}
  1530. format-background = #00000000
  1531.  
  1532. ################################################################################
  1533.  
  1534. [module/filesystem]
  1535. ;https://github.com/jaagr/polybar/wiki/Module:-filesystem
  1536. type = internal/fs
  1537.  
  1538. ; Mountpoints to display
  1539. mount-0 = /
  1540. ;mount-1 = /home
  1541. ;mount-2 = /var
  1542.  
  1543. ; Seconds to sleep between updates
  1544. ; Default: 30
  1545. interval = 30
  1546.  
  1547. ; Display fixed precision values
  1548. ; Default: false
  1549. fixed-values = false
  1550.  
  1551. ; Spacing between entries
  1552. ; Default: 2
  1553. spacing = 4
  1554.  
  1555. ; Available tags:
  1556. ; <label-mounted> (default)
  1557. ; <bar-free>
  1558. ; <bar-used>
  1559. ; <ramp-capacity>
  1560. format-mounted = <label-mounted>
  1561. format-mounted-foreground = ${colors.foreground}
  1562. format-mounted-background = #00000000
  1563. format-mounted-underline = #662D00
  1564.  
  1565.  
  1566. ; Available tokens:
  1567. ; %mountpoint%
  1568. ; %type%
  1569. ; %fsname%
  1570. ; %percentage_free%
  1571. ; %percentage_used%
  1572. ; %total%
  1573. ; %free%
  1574. ; %used%
  1575. ; Default: %mountpoint% %percentage_free%%
  1576. label-mounted = %mountpoint% : %used% used of %total%
  1577.  
  1578. ; Available tokens:
  1579. ; %mountpoint%
  1580. ; Default: %mountpoint% is not mounted
  1581. label-unmounted = %mountpoint% not mounted
  1582. format-unmounted-foreground = ${colors.foreground}
  1583. format-unmounted-background = #00000000
  1584. ;format-unmounted-underline = ${colors.alert}
  1585.  
  1586. ################################################################################
  1587.  
  1588. [module/kernel]
  1589. type = custom/script
  1590. exec = uname -r
  1591. tail = false
  1592. interval = 1024
  1593.  
  1594. format-foreground = ${colors.foreground}
  1595. format-background = #00000000
  1596. format-prefix = "  "
  1597. format-prefix-foreground = #394349
  1598. format-underline = #662D00
  1599.  
  1600. ################################################################################
  1601.  
  1602. [module/jgmenu]
  1603. type = custom/script
  1604. interval = 120
  1605. exec = echo "ArcoLinux"
  1606. click-left = "jgmenu_run >/dev/null 2>&1 &"
  1607. format-foreground = ${colors.foreground}
  1608. format-background = #00000000
  1609.  
  1610. ################################################################################
  1611.  
  1612. [module/load-average]
  1613. type = custom/script
  1614. exec = uptime | grep -ohe 'load average[s:][: ].*' | awk '{ print $3" "$4" "$5"," }' | sed 's/,//g'
  1615. interval = 100
  1616.  
  1617. ;HOW TO SET IT MINIMAL 10 CHARACTERS - HIDDEN BEHIND SYSTEM ICONS
  1618. ;label = %output%
  1619. label = %output:10%
  1620.  
  1621. format-foreground = ${colors.foreground}
  1622. format-background = #00000000
  1623. format-prefix = "  "
  1624. format-prefix-foreground = #394349
  1625. format-underline = #662D00
  1626.  
  1627. ################################################################################
  1628.  
  1629. [module/memory1]
  1630. ;https://github.com/jaagr/polybar/wiki/Module:-memory
  1631. type = internal/memory
  1632. interval = 1
  1633. ; Available tokens:
  1634. ; %percentage_used% (default)
  1635. ; %percentage_free%
  1636. ; %gb_used%
  1637. ; %gb_free%
  1638. ; %gb_total%
  1639. ; %mb_used%
  1640. ; %mb_free%
  1641. ; %mb_total%
  1642. label = %percentage_used%%
  1643. bar-used-indicator =
  1644. bar-used-width = 10
  1645. bar-used-foreground-0 = #3384d0
  1646. bar-used-fill = 
  1647. bar-used-empty = 
  1648. bar-used-empty-foreground = #ffffff
  1649.  
  1650. format = <label> <bar-used>
  1651. format-prefix = "  "
  1652. format-prefix-foreground = #394349
  1653. format-underline = #662D00
  1654. format-foreground = ${colors.foreground}
  1655. format-background = #00000000
  1656.  
  1657. ################################################################################
  1658.  
  1659. [module/memory2]
  1660. ;https://github.com/jaagr/polybar/wiki/Module:-memory
  1661. type = internal/memory
  1662. interval = 1
  1663. ; Available tokens:
  1664. ; %percentage_used% (default)
  1665. ; %percentage_free%
  1666. ; %gb_used%
  1667. ; %gb_free%
  1668. ; %gb_total%
  1669. ; %mb_used%
  1670. ; %mb_free%
  1671. ; %mb_total%
  1672. label = %percentage_used%%
  1673.  
  1674. format = Mem <label>
  1675. format-prefix = "  "
  1676. format-prefix-foreground = #394349
  1677. format-underline = #662D00
  1678. format-foreground = ${colors.foreground}
  1679. format-background = #00000000
  1680.  
  1681. ################################################################################
  1682.  
  1683. [module/memory3]
  1684. ;https://github.com/jaagr/polybar/wiki/Module:-memory
  1685. type = internal/memory
  1686. interval = 1
  1687. ; Available tokens:
  1688. ; %percentage_used% (default)
  1689. ; %percentage_free%
  1690. ; %gb_used%
  1691. ; %gb_free%
  1692. ; %gb_total%
  1693. ; %mb_used%
  1694. ; %mb_free%
  1695. ; %mb_total%
  1696. label = %gb_used%/%gb_free%
  1697.  
  1698. format = Mem <label>
  1699. format-prefix = "  "
  1700. format-prefix-foreground = #394349
  1701. format-underline = #662D00
  1702. format-foreground = ${colors.foreground}
  1703. format-background = #00000000
  1704.  
  1705.  
  1706. ################################################################################
  1707.  
  1708. [module/mpd]
  1709. ;https://github.com/jaagr/polybar/wiki/Module:-mpd
  1710. type = internal/mpd
  1711. ;format-online = "<label-song> <icon-prev> <icon-stop> <toggle> <icon-next>"
  1712. format-online = "<label-song> <bar-progress>"
  1713. ;format-online = "<label-song> <bar-progress> <icon-prev> <icon-stop> <toggle> <icon-next>"
  1714. icon-prev = 
  1715. icon-stop = 
  1716. icon-play = 
  1717. icon-pause = 
  1718. icon-next = 
  1719. label-song-maxlen = 40
  1720. label-song-ellipsis = true
  1721. bar-progress-width = 10
  1722. bar-progress-indicator = 
  1723. bar-progress-fill = 
  1724. bar-progress-empty = 
  1725. bar-progress-fill-foreground = #ff0
  1726. bar-progress-fill-background = #00000000
  1727. bar-progress-indicator-foreground = ${colors.foreground}
  1728. format-online-foreground = ${colors.foreground}
  1729. format-online-background = #00000000
  1730. ################################################################################
  1731.  
  1732. [module/networkspeedup]
  1733. ;https://github.com/jaagr/polybar/wiki/Module:-network
  1734. type = internal/network
  1735. interface = enp6s0
  1736. label-connected = "%upspeed:7%"
  1737. format-connected = <label-connected>
  1738. format-connected-prefix = ""
  1739. format-connected-prefix-foreground = #2C2616
  1740. format-connected-foreground = ${colors.foreground}
  1741. format-connected-background = #00000000
  1742. format-connected-underline = #662D00
  1743.  
  1744. ################################################################################
  1745.  
  1746. [module/networkspeeddown]
  1747. ;https://github.com/jaagr/polybar/wiki/Module:-network
  1748. type = internal/network
  1749. interface = enp6s0
  1750. ;interface = enp4s0
  1751. label-connected = "%downspeed:7%"
  1752. format-connected = <label-connected>
  1753. format-connected-prefix = ""
  1754. format-connected-prefix-foreground = #394349
  1755. format-connected-foreground = ${colors.foreground}
  1756. format-connected-background = #00000000
  1757. format-connected-underline = #662D00
  1758.  
  1759. ################################################################################
  1760.  
  1761. [module/pacman-updates]
  1762. type = custom/script
  1763. ;exec = pacman -Qu | wc -l
  1764. exec = checkupdates | wc -l
  1765. interval = 1000
  1766. label = Repo: %output%
  1767. format-foreground = ${colors.foreground}
  1768. format-background = #00000000
  1769. format-prefix = "  "
  1770. format-prefix-foreground = #394349
  1771. format-underline = #662D00
  1772.  
  1773. ################################################################################
  1774.  
  1775. [module/pamac-manager]
  1776. type = custom/script
  1777. exec = pamac checkupdates -q | wc -l
  1778. interval = 1000
  1779. label = Pamac : %output%
  1780. tail = true
  1781. format-foreground = ${colors.foreground}
  1782. format-background = #00000000
  1783. format-prefix-foreground = #394349
  1784. format-underline = #662D00
  1785. click-right = pamac-manager &
  1786. click-left = pamac-manager &
  1787. format-prefix = " "
  1788.  
  1789. ################################################################################
  1790.  
  1791. [module/pavolume]
  1792. type = custom/script
  1793. tail = true
  1794. label = %output%
  1795. exec = ~/.config/polybar/scripts/pavolume.sh --listen
  1796. click-right = exec pavucontrol
  1797. click-left = ~/.config/polybar/scripts/pavolume.sh --togmute
  1798. scroll-up = ~/.config/polybar/scripts/pavolume.sh --up
  1799. scroll-down = ~/.config/polybar/scripts/pavolume.sh --down
  1800. format-underline = #662D00
  1801. format-foreground = ${colors.foreground}
  1802. format-background = #00000000
  1803.  
  1804. ################################################################################
  1805.  
  1806. [module/polywins]
  1807. type = custom/script
  1808. exec = ~/.config/polybar/scripts/polywins.sh 2>/dev/null
  1809. format = <label>
  1810. label = %output%
  1811. label-padding = 1
  1812. tail = true
  1813.  
  1814. ################################################################################
  1815.  
  1816. [module/pub-ip]
  1817. ;https://linuxconfig.org/polybar-a-better-wm-panel-for-your-linux-system
  1818. type = custom/script
  1819. exec = ~/.config/polybar/scripts/pub-ip.sh
  1820. interval = 100
  1821. format-foreground = ${colors.foreground}
  1822. format-background = #00000000
  1823. ;format-underline = #e7ebde
  1824. label = %output%
  1825. format-prefix = "  "
  1826. format-prefix-foreground = #394349
  1827.  
  1828. ################################################################################
  1829.  
  1830. [module/release]
  1831. type = custom/script
  1832. exec = (lsb_release -d | awk {'print $2'} ;echo " "; lsb_release -r | awk {'print $2'}) | tr -d '\n'
  1833. interval = 6000
  1834.  
  1835. format-foreground = ${colors.foreground}
  1836. format-background = #00000000
  1837. format-prefix = "  "
  1838. format-prefix-foreground = #394349
  1839. format-underline = #662D00
  1840.  
  1841. ################################################################################
  1842.  
  1843. [module/sep]
  1844. ; alternative separator
  1845. type = custom/text
  1846. content = 
  1847. content-foreground = ${colors.foreground}
  1848. content-background = #00000000
  1849. format-foreground = ${colors.foreground}
  1850. format-background = #00000000
  1851.  
  1852. ################################################################################
  1853.  
  1854. [module/spotify1]
  1855. ;https://github.com/NicholasFeldman/dotfiles/blob/master/polybar/.config/polybar/spotify.sh
  1856. type = custom/script
  1857. exec = ~/.config/polybar/scripts/spotify1.sh
  1858. interval = 1
  1859.  
  1860. ;format = <label>
  1861. format-foreground = ${colors.foreground}
  1862. format-background = #00000000
  1863. format-padding = 2
  1864. ;format-underline = #e7ebde
  1865. format-prefix = " "
  1866. format-prefix-foreground = #394349
  1867. label = %output:0:150%
  1868.  
  1869. ################################################################################
  1870.  
  1871. [module/spotify2]
  1872. ;install zscroll
  1873. ;https://github.com/PrayagS/polybar-spotify
  1874. type = custom/script
  1875. tail = true
  1876. format-prefix = " "
  1877. format = <label>
  1878. format-foreground = ${colors.foreground}
  1879. format-background = #00000000
  1880. exec = ~/.config/polybar/scripts/scroll_spotify_status.sh
  1881.  
  1882.  
  1883. [module/spotify-prev]
  1884. type = custom/script
  1885. exec = echo ""
  1886. format = <label>
  1887. format-foreground = ${colors.foreground}
  1888. format-background = #00000000
  1889. click-left = playerctl previous spotify
  1890. click-right = spotify
  1891.  
  1892. [module/spotify-play-pause]
  1893. type = custom/ipc
  1894. hook-0 = echo ""
  1895. hook-1 = echo ""
  1896. initial = 1
  1897. format-foreground = ${colors.foreground}
  1898. format-background = #00000000
  1899. click-left = playerctl play-pause spotify
  1900. click-right = spotify
  1901.  
  1902. [module/spotify-next]
  1903. type = custom/script
  1904. exec = echo ""
  1905. format = <label>
  1906. format-foreground = ${colors.foreground}
  1907. format-background = #00000000
  1908. click-left = playerctl next spotify
  1909. click-right = spotify
  1910.  
  1911. ################################################################################
  1912.  
  1913. [module/temperature1]
  1914. ;https://github.com/jaagr/polybar/wiki/Module:-temperature
  1915. type = internal/temperature
  1916. ; Thermal zone to use
  1917. ; To list all the zone types, run
  1918. ; $ for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done
  1919. ; Default: 0
  1920. thermal-zone = 0
  1921.  
  1922. ; Full path of temperature sysfs path
  1923. ; Use `sensors` to find preferred temperature source, then run
  1924. ; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
  1925. ; to find path to desired file
  1926. ; Default reverts to thermal zone setting
  1927. hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input
  1928.  
  1929. warn-temperature = 70
  1930. format = <ramp> <label>
  1931. format-foreground = ${colors.foreground}
  1932. format-background = #00000000
  1933. ;format-underline = #e7ebde
  1934. format-warn = <ramp> <label-warn>
  1935. format-warn-underline = #c7254f
  1936. label = %temperature%
  1937. label-warn =  %temperature%
  1938. label-warn-foreground = #c7254f
  1939.  
  1940. ramp-0 = 
  1941. ramp-1 = 
  1942. ramp-2 = 
  1943. ramp-3 = 
  1944. ramp-4 = 
  1945. ramp-foreground =${colors.foreground}
  1946.  
  1947. ################################################################################
  1948.  
  1949. [module/temperature2]
  1950. type = custom/script
  1951. exec = ~/.config/polybar/scripts/tempcores.sh
  1952. interval = 2
  1953. format-padding = 1
  1954. format-foreground = ${colors.foreground}
  1955. format-background = #00000000
  1956. ;format-underline = #e7ebde
  1957. format-prefix-foreground = #394349
  1958. label =  %output:0:150:%
  1959.  
  1960. ################################################################################
  1961.  
  1962. [module/uptime]
  1963. ;https://github.com/jaagr/polybar/wiki/User-contributed-modules#uptime
  1964. type = custom/script
  1965. exec = uptime | awk -F, '{sub(".*up ",x,$1);print $1}'
  1966. interval = 100
  1967. label = Uptime : %output%
  1968.  
  1969. format-foreground = ${colors.foreground}
  1970. format-background = #00000000
  1971. format-prefix = " "
  1972. format-prefix-foreground = #394349
  1973. format-underline = #662D00
  1974.  
  1975. ################################################################################
  1976.  
  1977. [module/variety]
  1978. type = custom/script
  1979. exec = echo " Variety"
  1980. ;exec = echo " "
  1981. interval = 1
  1982. tail = true
  1983. format-foreground = ${colors.foreground}
  1984. format-background = #00000000
  1985. format-prefix = ""
  1986. format-prefix-foreground = #394349
  1987. ;format-underline = #e7ebde
  1988. click-right = variety --preferences
  1989. click-left = variety --selector
  1990.  
  1991. ################################################################################
  1992.  
  1993. [module/volume]
  1994. ;https://github.com/jaagr/polybar/wiki/Module:-volume
  1995. type = internal/volume
  1996. format-volume = "<label-volume> <bar-volume>"
  1997.  
  1998. label-volume = " "
  1999. label-volume-foreground = #40ad4b
  2000. label-muted = muted
  2001.  
  2002. bar-volume-width = 10
  2003. bar-volume-foreground-0 = #40ad4b
  2004. bar-volume-foreground-1 = #40ad4b
  2005. bar-volume-foreground-2 = #40ad4b
  2006. bar-volume-foreground-3 = #40ad4b
  2007. bar-volume-foreground-4 = #40ad4b
  2008. bar-volume-foreground-5 = #40ad4b
  2009. bar-volume-foreground-6 = #40ad4b
  2010. bar-volume-gradient = false
  2011. bar-volume-indicator = 
  2012. bar-volume-indicator-font = 2
  2013. bar-volume-fill = 
  2014. bar-volume-fill-font = 2
  2015. bar-volume-empty = 
  2016. bar-volume-empty-font = 2
  2017. bar-volume-empty-foreground = ${colors.foreground}
  2018. format-volume-foreground = ${colors.foreground}
  2019. format-volume-background = #00000000
  2020. format-muted-prefix = "  "
  2021. format-muted-prefix-foreground = "#ff0000"
  2022. format-muted-foreground = ${colors.foreground}
  2023. format-muted-background = #00000000
  2024.  
  2025. ################################################################################
  2026.  
  2027. [module/weather]
  2028. type = custom/script
  2029. interval = 10
  2030. format = <label>
  2031. format-prefix = " "
  2032. format-prefix-foreground = #394349
  2033. ;format-underline = #e7ebde
  2034. format-foreground = ${colors.foreground}
  2035. format-background = #00000000
  2036. exec = python -u ~/.config/polybar/scripts/weather.py
  2037. tail = true
  2038.  
  2039. #################################################################################
  2040.  
  2041. [module/wired-network]
  2042. ;https://github.com/jaagr/polybar/wiki/Module:-network
  2043. type = internal/network
  2044. interface = enp6s0
  2045. interval = 3.0
  2046.  
  2047. ; Available tokens:
  2048. ; %ifname% [wireless+wired]
  2049. ; %local_ip% [wireless+wired]
  2050. ; %essid% [wireless]
  2051. ; %signal% [wireless]
  2052. ; %upspeed% [wireless+wired]
  2053. ; %downspeed% [wireless+wired]
  2054. ; %linkspeed% [wired]
  2055. ; Default: %ifname% %local_ip%
  2056. label-connected = %ifname%
  2057. label-disconnected = %ifname% disconnected
  2058.  
  2059. format-connected-foreground = ${colors.foreground}
  2060. format-connected-background = #00000000
  2061. format-connected-underline = #99E2B856
  2062. format-connected-prefix = " "
  2063. format-connected-prefix-foreground = #394349
  2064. format-connected-prefix-background = #00000000
  2065.  
  2066. format-disconnected = <label-disconnected>
  2067. format-disconnected-underline = ${colors.alert}
  2068. label-disconnected-foreground = ${colors.foreground}
  2069.  
  2070. ################################################################################
  2071.  
  2072. [module/wireless-network]
  2073. ;https://github.com/jaagr/polybar/wiki/Module:-network
  2074. type = internal/network
  2075. interface = wlp3s0
  2076. interval = 3.0
  2077. label-connected = %essid%
  2078.  
  2079. format-connected = <label-connected>
  2080. ;format-connected = <ramp-signal> <label-connected>
  2081. format-connected-foreground = ${colors.foreground}
  2082. format-connected-background = #00000000
  2083. format-connected-prefix = "  "
  2084. format-connected-prefix-foreground = #7e52c6
  2085. format-connected-prefix-background = #00000000
  2086. format-connected-underline = #7e52c6
  2087.  
  2088. label-disconnected = %ifname% disconnected
  2089. label-disconnected-foreground = ${colors.alert}
  2090. label-disconnected-background = #00000000
  2091.  
  2092. format-disconnected = <label-disconnected>
  2093. format-disconnected-foreground = ${colors.alert}
  2094. format-disconnected-background = #00000000
  2095. format-disconnected-prefix = "  "
  2096. format-disconnected-prefix-foreground = ${colors.alert}
  2097. format-disconnected-prefix-background = #00000000
  2098. format-disconnected-underline =${colors.alert}
  2099.  
  2100. ramp-signal-0 = ▁
  2101. ramp-signal-1 = ▂
  2102. ramp-signal-2 = ▃
  2103. ramp-signal-3 = ▄
  2104. ramp-signal-4 = ▅
  2105. ramp-signal-5 = ▆
  2106. ramp-signal-6 = ▇
  2107. ramp-signal-7 = █
  2108. ramp-signal-foreground = #7e52c6
  2109.  
  2110. ################################################################################
  2111.  
  2112. [module/xbacklight]
  2113. ;https://github.com/jaagr/polybar/wiki/Module:-xbacklight
  2114. type = internal/xbacklight
  2115. format = <label> <bar>
  2116. format-prefix = "  "
  2117. format-prefix-foreground = ${colors.foreground}
  2118. format-prefix-background = #00000000
  2119. format-prefix-underline = #9f78e1
  2120. format-underline = #9f78e1
  2121. label = %percentage%%
  2122. bar-width = 10
  2123. bar-indicator = 
  2124. bar-indicator-foreground = #fff
  2125. bar-indicator-font = 2
  2126. bar-fill = 
  2127. bar-fill-font = 2
  2128. bar-fill-foreground = #9f78e1
  2129. bar-empty = 
  2130. bar-empty-font = 2
  2131. bar-empty-foreground = #fff
  2132. format-foreground = ${colors.foreground}
  2133. format-background = #00000000
  2134.  
  2135. ################################################################################
  2136.  
  2137. [module/xkeyboard]
  2138. ;https://github.com/jaagr/polybar/wiki/Module:-xkeyboard
  2139. type = internal/xkeyboard
  2140. blacklist-0 = num lock
  2141.  
  2142. format-prefix = " "
  2143. format-prefix-foreground = ${colors.foreground}
  2144. format-prefix-background = #00000000
  2145. format-prefix-underline = #3ecfb2
  2146. format-foreground = ${colors.foreground}
  2147. format-background = #00000000
  2148.  
  2149. label-layout = %layout%
  2150. label-layout-underline = #3ecfb2
  2151. label-indicator-padding = 2
  2152. label-indicator-margin = 1
  2153. label-indicator-background = #00000000
  2154. label-indicator-underline = ${colors.foreground}
  2155.  
  2156. ################################################################################
  2157.  
  2158. [module/xwindow]
  2159. ;https://github.com/jaagr/polybar/wiki/Module:-xwindow
  2160. type = internal/xwindow
  2161.  
  2162. ; Available tokens:
  2163. ; %title%
  2164. ; Default: %title%
  2165. label = %title%
  2166. label-maxlen = 50
  2167.  
  2168. format-foreground = ${colors.foreground}
  2169. format-background = #00000000
  2170.  
  2171. ###############################################################################
  2172.  
Advertisement
Add Comment
Please, Sign In to add comment