A collection of scripts and configurations for Bash (and others)
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

106 lines
3.0KB

  1. ;==========================================================
  2. ;
  3. ;
  4. ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
  5. ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
  6. ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
  7. ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
  8. ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
  9. ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  10. ;
  11. ;
  12. ; To learn more about how to configure Polybar
  13. ; go to https://github.com/polybar/polybar
  14. ;
  15. ; The README contains a lot of information
  16. ;
  17. ;==========================================================
  18. [colors]
  19. ;background = ${xrdb:color0:#222}
  20. background = #2f3e46
  21. background-alt = #354f52
  22. ;foreground = ${xrdb:color7:#222}
  23. foreground = #84a98c
  24. foreground-alt = #cad2c5
  25. primary = #52796f
  26. secondary = #e60053
  27. alert = #bd2c40
  28. [bar/obsidianblk]
  29. ;monitor = ${env:MONITOR:HDMI-1}
  30. monitor = ${env:MONITOR:}
  31. width = 100%
  32. height = 27
  33. ;offset-x = 1%
  34. ;offset-y = 1%
  35. radius = 6.0
  36. fixed-center = false
  37. bottom = true
  38. background = ${colors.background}
  39. foreground = ${colors.foreground}
  40. line-size = 3
  41. line-color = #f00
  42. border-size = 0
  43. border-color = #00FF0000
  44. padding-left = 0
  45. padding-right = 0 ;2
  46. module-margin-left = 0 ;1
  47. module-margin-right = 0 ;2
  48. ;font-0 = fixed:pixelsize=10;1
  49. font-0 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=10;0
  50. font-1 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=20;1
  51. font-2 = unifont:fontformat=truetype:size=8:antialias=false;0
  52. ;font-3 = siji:pixelsize=10;1
  53. font-3 = TerminessTTF Nerd Font Mono:pixelsize=16;0
  54. font-4 = TerminessTTF Nerd Font:pixelsize=24;0
  55. modules-left = obspace obswoosh obswedge-l bspwm i3 obswedge-r obswoosh
  56. modules-center =
  57. modules-right = obswoosh obswedge-l obspace-inv obsdigi-l filesystem obsdigi-r pulseaudio obspace-inv cpu memory eth date powermenu obswedge-r obswoosh
  58. tray-position = right
  59. tray-padding = 2
  60. ;tray-background = #0063ff
  61. ;wm-restack = bspwm
  62. ;wm-restack = i3
  63. ;override-redirect = true
  64. ;scroll-up = bspwm-desknext
  65. ;scroll-down = bspwm-deskprev
  66. ;scroll-up = i3wm-wsnext
  67. ;scroll-down = i3wm-wsprev
  68. cursor-click = pointer
  69. cursor-scroll = ns-resize
  70. [section/modules]
  71. include-file = ~/.config/polybar/modules.obsidianblk.ini
  72. [settings]
  73. screenchange-reload = true
  74. ;compositing-background = xor
  75. ;compositing-background = screen
  76. ;compositing-foreground = source
  77. ;compositing-border = over
  78. ;pseudo-transparency = false
  79. [global/wm]
  80. margin-top = 5
  81. margin-bottom = 5
  82. ; vim:ft=dosini