Guest User

Untitled

a guest
Dec 16th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.04 KB | None | 0 0
  1. w;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;;;;; ;;;;;;;
  3. ;;;;;; ♟ ♞ ♝ ♜ ♛ ♚           ;;;;;;;
  4. ;;;;;;   ─ │               ;;;;;;;
  5. ;;;;;;                 ;;;;;;;
  6. ;;;;;;                 ;;;;;;;
  7. ;;;;;;                 ↵ ;;;;;;;
  8. ;;;;;;    ⚡ ✓ ✘  🌞         ;;;;;;;
  9. ;;;;;;        ➤ ─         ;;;;;;;
  10. ;;;;;;  🔥 👌 ( ͡° ͜ʖ ͡°)          ;;;;;;;
  11. ;;;;;;         ○ ●        ;;;;;;;
  12. ;;;;;;                 ;;;;;;;
  13. ;;;;;;             
  14. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  15. ;;;;;;;; Fonts you will need ;;;;;;;;
  16. ;;;;;;;; --- ttf-font-awesome ;;;;;;;;
  17. ;;;;;;;; --- ttf-material-icons ;;;;;;;;
  18. ;;;;;;;; --- ttf-fira-code ;;;;;;;;
  19. ;;;;;;;; --- nerd-fonts-complete ;;;;;;;;
  20. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  21.  
  22. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  23. ;;;;;; Colours
  24. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  25.  
  26. [colors]
  27. background = #002f343f
  28. foreground = #e7e8e9
  29. white = #eecdff
  30. ;yellow = #d7c96b
  31. urgent = #fa8b7a
  32. lightblue = #1d99f3
  33. darkblue = #327695
  34. blue = #4a89ff
  35. ;f-alt = #2f343f
  36. ;b-alt = #2f343f
  37. f-alt = #2f343f
  38. b-alt = #2c3e50
  39. arc = #484852
  40. dupe = #00E1E1E0
  41. dark = #000000
  42. grey = #7d7e7e
  43. yellow = #f5ff4a
  44. purple = #9b4aff
  45. lgreen = #4fe985
  46. pink = #d25885
  47. orange = #ff9966
  48. maia = #31cfb0
  49.  
  50. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  51. ;;;;;; i3 Bars
  52. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  53.  
  54. [settings]
  55. throttle-output = 5
  56. throttle-output-for = 10
  57. throttle-input-for = 30
  58. compositing-background = over
  59. compositing-foreground = source
  60. compositing-overline = over
  61. compositing-underline = over
  62. compositing-border = over
  63.  
  64.  
  65. [bar/bar-1]
  66. monitor = ${env:MONITOR:eDP1}
  67. width = 100%
  68. height = 18
  69. offset-x = 0
  70. offset-y = 0
  71. fixed-center = true
  72. border-bottom-size = 4
  73. border-bottom-color = ${colors.background}
  74. border-top-size = 4
  75. border-top-color = ${colors.background}
  76. background = ${colors.background}
  77. foreground = ${colors.foreground}
  78. font-0 = SauceCodePro Nerd Font:size=9:antialias=false;4
  79. font-1 = FontAwesome:pixelsize=12:antialias=false;4
  80. font-2 = MaterialIcons:size=12:antialias=false;4
  81. font-3 = Fira Sans:size=12:weight=regular;4
  82. font-4 = TakaoPGothic:size=10:weight=regular;4
  83.  
  84. modules-left = right menu dmenu right2 right3 run right2 right3 xbacklight right1
  85. ;modules-center = left dmenu firefox chrome filemanager audacious telegram wps wpp et terminal right1
  86. modules-center = left music right1
  87. modules-right = left battery left2 left volume left2 left time left2
  88.  
  89. module-margin = 0
  90. padding-right = 2
  91. padding-left = 2
  92. bottom = true
  93. underline-size = 0
  94. ;tray-position = right
  95. tray-padding = 5
  96. tray-background = ${colors.background}
  97.  
  98.  
  99.  
  100. [bar/bar-2]
  101. monitor = ${env:MONITOR:eDP1}
  102. width = 100%
  103. height = 18
  104. offset-x = 0
  105. offset-y = 0
  106. fixed-center = true
  107. border-bottom-size = 4
  108. border-bottom-color = ${colors.background}
  109. border-top-size = 4
  110. border-top-color = ${colors.background}
  111. background = ${colors.background}
  112. foreground = ${colors.foreground}
  113. font-0 = SauceCodePro Nerd Font:size=9:antialias=false;4
  114. font-1 = FontAwesome:pixelsize=12:antialias=false;4
  115. font-2 = MaterialIcons:size=12:antialias=false;4
  116. font-3 = monofur:size=12:weight=regular;4
  117. font-4 = TakaoPGothic:size=10:weight=regular;4
  118.  
  119. ;modules-left = right workspace-box right2 right title right2 right3 filesystem right1
  120. modules-left = right workspace-icon bspwm right2 right title right2 right3 filesystem right1
  121. ;modules-center = music
  122. modules-right = left memory left2 left3 coreuse temp left2 left3 wlan left2 left logout left2
  123. module-margin = 0
  124.  
  125. ; padding-right = 2
  126. tray-position = center
  127. format-padding = 2
  128. ; padding-left = 2
  129. bottom = false
  130. underline-size = 0
  131.  
  132.  
  133. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  134. ;;;;;; Modules
  135. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  136.  
  137. [module/logout]
  138. type = custom/script
  139. exec = echo "  "
  140. click-right = killall -u rvc
  141. label-foreground = ${colors.urgent}
  142. label-background = ${colors.b-alt}
  143.  
  144. [module/scrot]
  145. type = custom/script
  146. exec = echo "  "
  147. click-left = scrot
  148. label-foreground = ${colors.foreground}
  149. label-background = ${colors.b-alt}
  150.  
  151. [module/run]
  152. type = custom/script
  153. exec = echo "  "
  154. click-left = rofi -show drun
  155. label-foreground = ${colors.foreground}
  156. label-background = ${colors.b-alt}
  157.  
  158. [module/dmenu]
  159. type = custom/script
  160. exec = echo "  Programs  "
  161. click-left = dmenu_recency -i -b -fn 'Input Mono:size=10' -nb "#272529" -nf "#8b8c8d" -sf "#0e0a0f" -sb "#fedcba"
  162. ; click-left = j4-dmenu-desktop -i -b
  163. label-foreground = ${colors.foreground}
  164. label-background = ${colors.b-alt}
  165.  
  166. [module/firefox]
  167. type = custom/script
  168. exec = echo "  "
  169. click-left = light
  170. label-foreground = ${colors.foreground}
  171. label-background = ${colors.b-alt}
  172.  
  173. [module/chrome]
  174. type = custom/script
  175. exec = echo "  "
  176. click-left = chromium
  177. label-foreground = ${colors.foreground}
  178. label-background = ${colors.b-alt}
  179.  
  180. [module/filemanager]
  181. type = custom/script
  182. exec = echo "  "
  183. click-left = pcmanfm
  184. label-foreground = ${colors.foreground}
  185. label-background = ${colors.b-alt}
  186.  
  187. [module/audacious]
  188. type = custom/script
  189. exec = echo "  "
  190. click-left = audacious
  191. label-foreground = ${colors.foreground}
  192. label-background = ${colors.b-alt}
  193.  
  194. [module/telegram]
  195. type = custom/script
  196. exec = echo "  "
  197. click-left = telegram
  198. label-foreground = ${colors.foreground}
  199. label-background = ${colors.b-alt}
  200.  
  201. [module/wps]
  202. type = custom/script
  203. exec = echo "  "
  204. click-left = wps
  205. label-foreground = ${colors.foreground}
  206. label-background = ${colors.b-alt}
  207.  
  208. [module/wpp]
  209. type = custom/script
  210. exec = echo "  "
  211. click-left = wpp
  212. label-foreground = ${colors.foreground}
  213. label-background = ${colors.b-alt}
  214.  
  215. [module/et]
  216. type = custom/script
  217. exec = echo "  "
  218. click-left = et
  219. label-foreground = ${colors.foreground}
  220. label-background = ${colors.b-alt}
  221.  
  222. [module/terminal]
  223. type = custom/script
  224. exec = echo "  "
  225. click-left = urxvt
  226. label-foreground = ${colors.foreground}
  227. label-background = ${colors.b-alt}
  228.  
  229.  
  230. [module/temp]
  231. type = internal/temperature
  232. thermal-zone = 0
  233. warn-temp = 70
  234. format = <label>
  235. format-padding = 0
  236. label-foreground = ${colors.maia}
  237. label-background = ${colors.b-alt}
  238. label-warn-foreground = ${colors.urgent}
  239. label = "  %temperature% "
  240. label-warn = "  %temperature% "
  241.  
  242.  
  243. [module/eth]
  244. type = internal/network
  245. interface = enp1s0
  246. interval = 3.0
  247. format-connected-prefix = "  "
  248. label-connected = %local_ip%
  249. label-connected-foreground = ${colors.foreground}
  250. label-connected-background = ${colors.b-alt}
  251. label-disconnected =
  252. label-disconnected-foreground = ${colors.foreground}
  253. label-disconnected-background = ${colors.b-alt}
  254.  
  255. [module/wlan]
  256. type = internal/network
  257. interface = wlp6s0
  258. interval = 3.0
  259. ;format-connected-prefix = "  "
  260. label-connected = "  %essid% "
  261. label-connected-foreground = ${colors.grey}
  262. label-connected-background = ${colors.b-alt}
  263. label-disconnected = "  No waifu detected "
  264. label-disconnected-foreground = ${colors.foreground}
  265. label-disconnected-background = ${colors.b-alt}
  266.  
  267.  
  268. [module/memory]
  269. type = internal/memory
  270. format = <label> <bar-used>
  271. format-padding = 1
  272. format-background = ${colors.b-alt}
  273. format-foreground = ${colors.lgreen}
  274. label =  %percentage_used%%
  275. bar-used-width = 6
  276. bar-used-indicator = 
  277. bar-used-indicator-foreground = ${colors.lgreen}
  278. bar-used-fill = 
  279. bar-used-fill-foreground = ${colors.lgreen}
  280. bar-used-empty = 
  281. bar-used-empty-foreground = ${colors.arc}
  282.  
  283.  
  284. [module/coreuse]
  285. type = internal/cpu
  286. interval = 1
  287. ;format = <label> <ramp-coreload>
  288. format = <label>
  289. format-background = ${colors.b-alt}
  290. format-prefix = ""
  291. format-prefix-padding = 1
  292. format-prefix-foreground = ${colors.orange}
  293. label = %percentage%%
  294. format-label-foreground = ${colors.foreground}
  295. ramp-coreload-0 = %{F#81817F}▂%{F-}
  296. ramp-coreload-1 = %{F#81817F}▃%{F-}
  297. ramp-coreload-2 = %{F#D1D1D0}▄%{F-}
  298. ramp-coreload-3 = %{F#D1D1D0}▅%{F-}
  299. ramp-coreload-4 = %{F#D1D1D0}▆%{F-}
  300. ramp-coreload-5 = %{F#FFFFFF}▇%{F-}
  301. ramp-coreload-6 = %{F#FFFFFF}█%{F-}
  302.  
  303.  
  304. [module/time]
  305. type = internal/date
  306. interval = 5
  307. format-background = ${colors.b-alt}
  308. label-foreground = ${colors.yellow}
  309. date = %a, %d %B
  310. date-alt = " %Y-%m-%d"
  311. time = "%H:%M "
  312. time-alt = "%H:%M "
  313. format-prefix = "  "
  314. format-prefix-foreground = ${colors.orange}
  315. label = "%date% - %time%"
  316.  
  317.  
  318. [module/music]
  319. type = internal/mpd
  320. host = 127.0.0.1
  321. port = 6600
  322. label-song = %artist% - %title%
  323. label-song-maxlen = 25
  324. format-online = <icon-prev><icon-stop><toggle><icon-next><icon-random><label-song><bar-progress>
  325. label-song-foreground = ${colors.yellow}
  326. format-background = ${colors.b-alt}
  327. label-song-background = ${colors.b-alt}
  328. icon-pause-background = ${colors.b-alt}
  329. icon-play-background = ${colors.b-alt}
  330. icon-stop-background = ${colors.b-alt}
  331. icon-prev-background = ${colors.b-alt}
  332. icon-next-background = ${colors.b-alt}
  333. icon-random-background = ${colors.b-alt}
  334. icon-pause-foreground = ${self.label-song-foreground}
  335. icon-stop-foreground = ${self.label-song-foreground}
  336. icon-play-foreground = ${self.label-song-foreground}
  337. label-song-padding = 1
  338. icon-prev = "  "
  339. icon-stop = "  "
  340. icon-pause = "  "
  341. icon-play = "  "
  342. icon-next = "  "
  343. icon-random = "  "
  344. toggle-off-foreground = ${colors.foreground}
  345. toggle-on-foreground = ${colors.pink}
  346. bar-progress-width = 10
  347. bar-progress-indicator = 
  348. bar-progress-fill = 
  349. bar-progress-empty = 
  350. bar-progress-empty-foreground = ${colors.b-alt}
  351. bar-progress-empty-background = ${colors.b-alt}
  352. bar-progress-fill-foreground = ${colors.orange}
  353. bar-progress-fill-background = ${colors.b-alt}
  354. bar-progress-indicator-foreground = ${colors.orange}
  355. bar-progress-indicator-background = ${colors.b-alt}
  356.  
  357.  
  358. [module/filesystem]
  359. type = internal/fs
  360. interval = 25
  361. mount-0 = /home
  362. label-mounted = "  %mountpoint% %percentage_used%% "
  363. label-mounted-foreground = ${colors.orange}
  364. label-mounted-background = ${colors.b-alt}
  365. label-unmounted = %mountpoint% not mounted
  366. label-unmounted-foreground = ${colors.orange}
  367. label-unmounted-background = ${colors.b-alt}
  368.  
  369.  
  370. [module/pkg]
  371. type = custom/script
  372. label-foreground = ${colors.foreground}
  373. label-background = ${colors.b-alt}
  374. exec = ~/.config/polybar/pkg.sh
  375. click-left = ~/.config/polybar/update.sh
  376. click-right = ~/.config/polybar/aur-update.sh
  377. label-padding = 0
  378. interval = 60
  379.  
  380.  
  381. [module/compton]
  382. type = custom/script
  383. label-background = ${colors.b-alt}
  384. exec = ~/.config/polybar/compton.sh
  385. click-left = ~/.config/polybar/compton-toggle.sh
  386. click-right = ~/.config/polybar/compton-toggle.sh
  387. interval = 2
  388. label-padding = 1
  389.  
  390.  
  391. [module/trash]
  392. interval = 1
  393. type = custom/script
  394. exec = ~/.config/polybar/trash
  395. format-prefix = "  "
  396. format-prefix-foreground = ${colors.foreground}
  397. format-background = ${colors.b-alt}
  398. click-right = rm -rf ~/.local/share/Trash/files/*
  399. click-left = exo-open --launch FileManager ~/.local/share/Trash/files
  400.  
  401.  
  402. [module/menu]
  403. type = custom/menu
  404. format-spacing = 1
  405. format-background = ${colors.b-alt}
  406. label-open = " ⚡ "
  407. label-open-foreground = ${colors.yellow}
  408. label-open-background = ${colors.b-alt}
  409. label-close = " ⚡ "
  410. label-close-foreground = ${colors.urgent}
  411. label-separator = "│"
  412. label-separator-foreground = ${colors.background}
  413. # Top level
  414. menu-0-0 = "  "
  415. menu-0-0-exec = menu-open-1
  416. menu-0-1 = "  "
  417. menu-0-1-exec = menu-open-2
  418. menu-0-2 = "  "
  419. menu-0-2-exec = menu-open-3
  420. # 1
  421. menu-1-0 = "  "
  422. menu-1-0-exec = light
  423. menu-1-1 = "  "
  424. menu-1-1-exec = urxvt
  425. menu-1-2 = "  "
  426. menu-1-2-exec = pcmanfm
  427. menu-1-3 = "  "
  428. menu-1-3-exec = gedit
  429. # 2
  430. menu-2-0 = "  "
  431. menu-2-0-exec = gimp-2.8
  432. menu-2-1 = "  "
  433. menu-2-1-exec = lollypop
  434. menu-2-2 = "  "
  435. menu-2-2-exec = pamac-manager
  436. menu-2-3 = "  "
  437. menu-2-3-exec = steam-runtime
  438. menu-2-4 = "  "
  439. menu-2-4-exec = lxappearance
  440. menu-2-5 = "  "
  441. menu-2-5-exec = scrot
  442. # 3
  443. menu-3-0 = "  "
  444. menu-3-0-exec = i3lock-fancy
  445. menu-3-1 = "  "
  446. menu-3-1-exec = i3-msg exit
  447. menu-3-2 = "  "
  448. menu-3-2-exec = systemctl reboot
  449. menu-3-3 = "  "
  450. menu-3-3-exec = systemctl poweroff
  451.  
  452. [module/title]
  453. #type = custom/script
  454. #interval = 1
  455. #label = %output%
  456. #label-maxlen = 65
  457. #exec = echo "$(xtitle)"
  458. #format = <label>
  459. #format-background = ${colors.b-alt}
  460. #format-prefix = " "
  461. #format-prefix-foreground = ${colors.foreground}
  462. #format-padding = 3
  463. type = internal/xwindow
  464. label = "%title:0:40:...% "
  465. format-background = ${colors.b-alt}
  466. format-foreground = ${colors.maia}
  467. format-prefix = "  "
  468. format-prefix-foreground = ${colors.lgreen}
  469.  
  470.  
  471. [module/volume]
  472. type = internal/volume
  473. master-mixer = Master
  474. ;format-volume = <label-volume><bar-volume>
  475. format-volume = <label-volume>
  476. format-volume-prefix = "  "
  477. format-volume-foreground = ${colors.foreground}
  478. format-volume-background = ${colors.b-alt}
  479. ;label-volume = "  "
  480. label-volume-foreground = ${colors.foreground}
  481. label-volume-background = ${colors.b-alt}
  482. format-muted-prefix = "  "
  483. format-muted-foreground = ${colors.dark}
  484. format-muted-background = ${colors.b-alt}
  485. label-muted = "muted "
  486. bar-volume-width = 15
  487. bar-volume-foreground-0 = ${colors.foreground}
  488. bar-volume-gradient = false
  489. bar-volume-indicator =
  490. bar-volume-indicator-foreground = ${colors.foreground}
  491. bar-volume-indicator-backround = ${colors.b-alt}
  492. bar-volume-fill-background = ${colors.b-alt}
  493. bar-volume-fill = ""
  494. bar-volume-empty = ""
  495. bar-volume-empty-foreground = ${colors.dark}
  496. bar-volume-empty-background = ${colors.b-alt}
  497.  
  498. [module/battery]
  499. type = internal/battery
  500. battery = BAT0
  501. adapter = AC0
  502. full-at = 100
  503.  
  504. format-charging = <animation-charging><label-charging>
  505. ;label-charging = " %percentage%% "
  506. label-charging = "%percentage%% "
  507. format-discharging = <ramp-capacity><label-discharging>
  508. ;label-discharging = " %percentage%% "
  509. label-discharging = "%percentage%% "
  510.  
  511. label-battery-foreground = ${colors.foreground}
  512. label-battery-background = ${colors.b-alt}
  513. label-charging-foreground = ${colors.lgreen}
  514. label-charging-background = ${colors.b-alt}
  515. label-discharging-foreground = ${colors.foreground}
  516. label-discharging-background = ${colors.b-alt}
  517. format-charging-foreground = ${colors.lgreen}
  518. format-charging-background = ${colors.b-alt}
  519. format-discharging-foreground = ${colors.foreground}
  520. format-discharging-background = ${colors.b-alt}
  521.  
  522. ramp-capacity-0 = "  "
  523. ramp-capacity-1 = "  "
  524. ramp-capacity-2 = "  "
  525. ramp-capacity-3 = "  "
  526. ramp-capacity-4 = "  "
  527. ramp-capacity-foreground = ${colors.foreground}
  528. ramp-capacity-background = ${colors.b-alt}
  529.  
  530. animation-charging-0 = "  "
  531. animation-charging-1 = "  "
  532. animation-charging-2 = "  "
  533. animation-charging-3 = "  "
  534. animation-charging-4 = "  "
  535. animation-charging-foreground = ${colors.foreground}
  536. animation-charging-background = ${colors.b-alt}
  537. animation-charging-framerate = 750
  538.  
  539. [module/xkeyboard]
  540. type = internal/xkeyboard
  541. blacklist-0 = num lock
  542. format-background = ${colors.b-alt}
  543. format-prefix = "  "
  544. format-prefix-foreground = ${colors.foreground}
  545. format-prefix-background = ${colors.b-alt}
  546. label-layout = "%layout% "
  547. label-layout-foreground = ${colors.foreground}
  548. label-layout-background = ${colors.b-alt}
  549. label-indicator-foreground = ${colors.foreground}
  550. label-indicator-background = ${colors.b-alt}
  551.  
  552. [module/xbacklight]
  553. type = internal/xbacklight
  554.  
  555. format = <label><bar>
  556. label = %percentage%%
  557.  
  558. label-foreground = ${colors.foreground}
  559. label-background = ${colors.b-alt}
  560. bar-width = 10
  561. bar-indicator = ➤
  562. bar-indicator-background = ${colors.b-alt}
  563. bar-indicator-foreground = ${colors.foreground}
  564. bar-indicator-font = 2
  565. bar-fill = ─
  566. bar-fill-font = 2
  567. bar-fill-background = ${colors.b-alt}
  568. bar-fill-foreground = ${colors.foreground}
  569. bar-empty = ─
  570. bar-empty-font = 2
  571. bar-empty-background = ${colors.b-alt}
  572. bar-empty-foreground = ${colors.f-alt}
  573. format-prefix = "  "
  574. format-prefix-background = ${colors.b-alt}
  575. format-prefix-foreground = ${colors.foreground}
  576. label-indicator-background = ${colors.b-alt}
  577. label-indicator-foreground = ${colors.foreground}
  578.  
  579. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  580. ;;;;;; i3
  581. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  582.  
  583.  
  584. [module/workspace-icon]
  585. type = internal/i3
  586. pin-workspaces = true
  587. strip-wsnumbers = true
  588. index-sort = true
  589. enable-click = true
  590. enable-scroll = false
  591. wrapping-scroll = false
  592. reverse-scroll = false
  593. fuzzy-match = true
  594. ws-icon-0 = 1;
  595. ws-icon-1 = 2;
  596. ws-icon-2 = 3;
  597. ws-icon-3 = 4;
  598. ws-icon-4 = 5;
  599. ws-icon-5 = 6;
  600. ws-icon-6 = 7;
  601. ws-icon-7 = 8;
  602. ws-icon-8 = 9;
  603. ws-icon-9 = 10;
  604. ws-icon-default = 
  605. format = <label-state><label-mode>
  606. label-mode = %mode%
  607. label-mode-padding = 1
  608. label-mode-background = ${colors.urgent}
  609. label-focused = %icon% %name%
  610. label-focused-foreground = ${colors.lightblue}
  611. label-focused-background = ${colors.b-alt}
  612. label-focused-padding = 1
  613. label-unfocused = %icon% %name%
  614. label-unfocused-foreground = ${colors.background}
  615. ;label-unfocused-foreground = ${colors.foreground}
  616. label-unfocused-background = ${colors.b-alt}
  617. label-unfocused-padding = 1
  618. label-visible = %icon% %name%
  619. label-visible-padding = 1
  620. label-urgent = %icon% %name%
  621. label-urgent-foreground = ${colors.b-alt}
  622. label-urgent-background = ${colors.urgent}
  623. label-urgent-padding = 1
  624.  
  625. [module/bspwm]
  626. type = internal/bspwm
  627. format = <label-state> <label-mode>
  628. label-monocle = 
  629. label-monocle-foreground = ${colors.darkblue}
  630. label-monocle-background = ${colors.b-alt}
  631. label-monocle-padding = 1
  632.  
  633. label-focused = %name%
  634. label-focused-foreground = ${colors.white}
  635. label-focused-background = ${colors.b-alt}
  636. label-focused-padding = 1
  637.  
  638. label-occupied = %name%
  639. label-occupied-foreground = ${colors.grey}
  640. label-occupied-background = ${colors.b-alt}
  641. label-occupied-padding = 1
  642.  
  643. label-urgent = %name% !
  644. label-urgent-foreground = ${colors.foreground}
  645. label-urgent-background = ${colors.urgent}
  646. label-urgent-padding = 1
  647.  
  648. label-empty = %name%
  649. label-empty-foreground = ${colors.background}
  650. label-empty-background = ${colors.b-alt}
  651. label-empty-padding = 1
  652.  
  653. [module/workspace-box]
  654. type = internal/i3
  655. format = <label-state><label-mode>
  656. pin-workspaces = true
  657. strip-wsnumbers = true
  658. index-sort = true
  659. enable-click = true
  660. enable-scroll = false
  661. wrapping-scroll = false
  662. reverse-scroll = false
  663. fuzzy-match = true
  664. label-mode-padding = 1
  665. label-mode = %mode%
  666. label-mode-foreground = ${colors.foreground}
  667. label-mode-background = ${colors.b-alt}
  668. label-focused = ""
  669. label-focused-foreground = ${colors.foreground}
  670. label-focused-background = ${colors.b-alt}
  671. label-focused-padding = 1
  672. label-unfocused = ""
  673. label-unfocused-foreground = ${colors.foreground}
  674. label-unfocused-background = ${colors.b-alt}
  675. label-unfocused-padding = 1
  676. label-urgent = ""
  677. label-urgent-foreground = ${colors.urgent}
  678. label-urgent-background = ${colors.b-alt}
  679. label-urgent-padding = 1
  680. label-visible = ""
  681. label-visible-foreground = ${colors.foreground}
  682. label-visible-background = ${colors.b-alt}
  683. label-visible-padding = 1
  684.  
  685. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  686. ;;;;;; powerline style
  687. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  688.  
  689. [module/left]
  690. type = custom/text
  691. content = 
  692. content-background = ${colors.background}
  693. content-foreground = ${colors.b-alt}
  694.  
  695. [module/left2]
  696. type = custom/text
  697. content = 
  698. content-background = ${colors.b-alt}
  699. content-foreground = ${colors.dupe}
  700.  
  701. [module/left3]
  702. type = custom/text
  703. content = 
  704. content-background = ${colors.background}
  705. content-foreground = ${colors.b-alt}
  706.  
  707. [module/left4]
  708. type = custom/text
  709. content = 
  710. content-background = ${colors.background}
  711. content-foreground = ${colors.b-alt}
  712.  
  713. [module/right]
  714. type = custom/text
  715. content = 
  716. content-background = ${colors.b-alt}
  717. content-foreground = ${colors.dupe}
  718.  
  719. [module/right1]
  720. type = custom/text
  721. content = 
  722. font = 1
  723. content-background = ${colors.background}
  724. content-foreground = ${colors.b-alt}
  725.  
  726. [module/right2]
  727. type = custom/text
  728. content = 
  729. content-background = ${colors.background}
  730. content-foreground = ${colors.b-alt}
  731.  
  732. [module/right3]
  733. type = custom/text
  734. content = 
  735. content-background = ${colors.b-alt}
  736. content-foreground = ${colors.dupe}
Add Comment
Please, Sign In to add comment