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.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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:#2f3e46}
  20. background-alt = ${xrdb:color8:#354f52}
  21. foreground = ${xrdb:color14:#84a98c}
  22. foreground-alt = ${xrdb:color15:#cad2c5}
  23. primary = ${xrdb:color2:#52796f}
  24. secondary = ${xrdb:color10:#e60053}
  25. alert = ${xrdb:color9:#bd2c40}
  26. [bar/obsidianblk]
  27. monitor = ${env:MONITOR:}
  28. width = 100%
  29. height = 27
  30. radius = 6.0
  31. fixed-center = false
  32. bottom = true
  33. background = ${colors.background}
  34. foreground = ${colors.foreground}
  35. line-size = 3
  36. line-color = #f00
  37. border-size = 0
  38. border-color = #00FF0000
  39. padding-left = 0
  40. padding-right = 0 ;2
  41. module-margin-left = 0 ;1
  42. module-margin-right = 0 ;2
  43. font-0 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=10;0
  44. font-1 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=20;1
  45. font-2 = unifont:fontformat=truetype:size=8:antialias=false;0
  46. font-3 = TerminessTTF Nerd Font Mono:pixelsize=16;0
  47. font-4 = TerminessTTF Nerd Font:pixelsize=24;0
  48. modules-left = obspace obswoosh obswedge-l bspwm i3 obswedge-r obswoosh
  49. modules-center =
  50. modules-right = obswoosh obswedge-l obspace-inv obsdigi-l filesystem obsdigi-r pulseaudio obspace-inv cpu memory eth date powermenu obswedge-r obswoosh
  51. tray-position = right
  52. tray-padding = 2
  53. cursor-click = pointer
  54. cursor-scroll = ns-resize
  55. [section/modules]
  56. include-file = ~/.config/polybar/modules.obsidianblk.ini
  57. [settings]
  58. screenchange-reload = true
  59. ;compositing-background = xor
  60. ;compositing-background = screen
  61. ;compositing-foreground = source
  62. ;compositing-border = over
  63. ;pseudo-transparency = false
  64. [global/wm]
  65. margin-top = 5
  66. margin-bottom = 5
  67. ; vim:ft=dosini