A collection of scripts and configurations for Bash (and others)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

config 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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 = #222
  21. background-alt = #444
  22. ;foreground = ${xrdb:color7:#222}
  23. foreground = #dfdfdf
  24. foreground-alt = #555
  25. primary = #ffb52a
  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 = 4
  43. border-color = #00000000
  44. padding-left = 0
  45. padding-right = 2
  46. module-margin-left = 1
  47. module-margin-right = 2
  48. font-0 = fixed:pixelsize=10;1
  49. font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
  50. font-2 = siji:pixelsize=10;1
  51. modules-left = bspwm i3
  52. modules-center = mpd
  53. modules-right = filesystem pulseaudio xkeyboard memory cpu eth date powermenu
  54. tray-position = right
  55. tray-padding = 2
  56. ;tray-background = #0063ff
  57. ;wm-restack = bspwm
  58. ;wm-restack = i3
  59. ;override-redirect = true
  60. ;scroll-up = bspwm-desknext
  61. ;scroll-down = bspwm-deskprev
  62. ;scroll-up = i3wm-wsnext
  63. ;scroll-down = i3wm-wsprev
  64. cursor-click = pointer
  65. cursor-scroll = ns-resize
  66. [section/modules]
  67. include-file = ~/.config/polybar/modules.obsidianblk.ini
  68. [settings]
  69. screenchange-reload = true
  70. ;compositing-background = xor
  71. ;compositing-background = screen
  72. ;compositing-foreground = source
  73. ;compositing-border = over
  74. ;pseudo-transparency = false
  75. [global/wm]
  76. margin-top = 5
  77. margin-bottom = 5
  78. ; vim:ft=dosini