poetician

Polybar i3 | NVMe1n1 Zucc 01 / Lettuce Flower

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