Advertisement
Guest User

config

a guest
Mar 8th, 2022
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. ;========================================================================================================================================
  2. ;
  3. ;_____ _____
  4. ;/ \ ___.__. ____ ____ _____/ ____\
  5. ;/ \ / < | | _/ ___\/ _ \ / \ __\
  6. ;/ Y \___ | \ \__( <_> ) | \ |
  7. ;\____|__ / ____| \___ >____/|___| /__|
  8. ; \/\/ \/ \/
  9. ;
  10. ;========================================================================================================================================
  11.  
  12. [colors]
  13. background = #90282a36
  14. ;background = #1E1E2E
  15. background-alt = #caa9fa
  16. foreground = #f8f8f2
  17. foreground-alt = #90282a36
  18. alert = #ff5555
  19.  
  20. ;[bar/top] #NOT IMPORTANT
  21. ; include-file = /home/YOUR NAME/.config/polybar/modules/top.ini
  22. [bar/bottom] #NOT IMPORTANT
  23. include-file = /home/YOUR NAME/.config/polybar/modules/bottom.ini
  24. [bar/center]
  25. include-file = /home/YOUR NAME/.config/polybar/modules/center.ini
  26. [bar/topright] #NOT IMPORTANT
  27. include-file = /home/YOUR NAME/.config/polybar/modules/topright.ini
  28. [module/workspaces]
  29. include-file = /home/YOUR NAME/.config/polybar/modules/workpaces.ini
  30. [module/date] #NOT IMPORTANT
  31. include-file = /home/YOUR NAME/.config/polybar/modules/date.ini
  32. [module/ewmh]
  33. include-file = /home/YOUR NAME/.config/polybar/modules/ewmh.ini
  34. [module/pulseaudio] #NOT IMPORTANT
  35. include-file = /home/YOUR NAME/.config/polybar/modules/pulseaudio.ini
  36. [module/battery] #NOT IMPORTANT
  37. include-file = /home/YOUR NAME/.config/polybar/modules/battery.ini
  38. [module/temperature] #NOT IMPORTANT
  39. include-file = /home/YOUR NAME/.config/polybar/modules/temperature.ini
  40. [module/powermenu] #NOT IMPORTANT
  41. include-file = /home/YOUR NAME/.config/polybar/modules/powermenu.ini
  42. ;[module/polywins] #NOT IMPORTANT
  43. ;include-file = /home/YOUR NAME/.config/polybar/modules/polywins.ini
  44. ;[module/title] #NOT IMPORTANT
  45. ;include-file = /home/YOUR NAME/.config/polybar/modules/xwindow.ini
  46. ;[module/wallpaper]
  47. ;type = custom/script
  48. ;exec = echo ">>"
  49. ;click-left = feh -z --bg-fill /home/YOUR NAME/Pictures/Wallpapers
  50.  
  51. ;[module/placeholder]
  52. ;# Just a dummy module as polybar always requires at least one amodule
  53. ;type = custom/script
  54. ;width = 1
  55.  
  56. [settings]
  57. screenchange-reload = true
  58. pseudo-transparency = false
  59.  
  60. [global/wm]
  61. margin-top = 0
  62. margin-bottom = 0
  63.  
  64. ; vim:ft=dosini
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement