poetician

Polybar i3 | NVMe1n1 Fleur d'Ail

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