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.

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