poetician

Polybar i3 | NVMe0n1 0263 Lampadaire_Arondi

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