A collection of scripts and configurations for Bash (and others)
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

103 Zeilen
2.8KB

  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. modules-left = obspace obswoosh obswedge-l bspwm i3 obswedge-r obswoosh
  54. modules-center =
  55. modules-right = filesystem pulseaudio xkeyboard memory cpu eth date powermenu
  56. tray-position = right
  57. tray-padding = 2
  58. ;tray-background = #0063ff
  59. ;wm-restack = bspwm
  60. ;wm-restack = i3
  61. ;override-redirect = true
  62. ;scroll-up = bspwm-desknext
  63. ;scroll-down = bspwm-deskprev
  64. ;scroll-up = i3wm-wsnext
  65. ;scroll-down = i3wm-wsprev
  66. cursor-click = pointer
  67. cursor-scroll = ns-resize
  68. [section/modules]
  69. include-file = ~/.config/polybar/modules.obsidianblk.ini
  70. [settings]
  71. screenchange-reload = true
  72. ;compositing-background = xor
  73. ;compositing-background = screen
  74. ;compositing-foreground = source
  75. ;compositing-border = over
  76. ;pseudo-transparency = false
  77. [global/wm]
  78. margin-top = 5
  79. margin-bottom = 5
  80. ; vim:ft=dosini