Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ;=====================================================
  2. ;
  3. ; To learn more about how to configure Polybar
  4. ; go to https://github.com/jaagr/polybar
  5. ;
  6. ; The README contains alot of information
  7. ;
  8. ;=====================================================
  9.  
  10. [colors]
  11.  
  12. ;++++++++++++++++++++++
  13. ; Dracula Color Theme +
  14. ;++++++++++++++++++++++
  15.  
  16. bg = #10101000
  17. fg = #f8f8f2
  18. select = #44475a
  19. blue = #6272a4
  20. cyan = #8be9fd
  21. pink = #ff79c6
  22. purple = #bd93f9
  23. green = #50fa7b
  24. orange = #ffb86c
  25. red = #ff5555
  26. yellow = #f1fa8c
  27.  
  28. ;++++++++++++++++++++++
  29.  
  30. ;background = ${xrdb:color0:#222}
  31. background = ${colors.bg}
  32. background-alt = ${colors.select}
  33. ;foreground = ${xrdb:color7:#222}
  34. foreground = ${colors.fg}
  35. foreground-alt = ${colors.select}
  36. primary = ${colors.purple}
  37. secondary = ${colors.cyan}
  38. alert = ${colors.pink}
  39.  
  40. [bar/example]
  41. monitor =
  42. monitor-strict = false
  43. override-redirect = false
  44. width = 100%
  45. height = 20
  46. fixed-center = true
  47. offset-x = 0%
  48. offset-y = 0%
  49.  
  50.  
  51. background = #00000020
  52. foreground = ${colors.foreground}
  53.  
  54. line-size = 4
  55. ;line-color = #f00
  56.  
  57.  
  58. padding-left = 0
  59. padding-right = 0
  60.  
  61.  
  62. font-0 = Liberation Sans:size=9;1
  63. font-1 = unifont:fontformat=truetype:size=8;0:antialias=false
  64. ;TerminessTTF Nerd Font Bold
  65. ;font-1 = Ubuntu Nerd Font:size=11;2
  66. font-2 = Wuncon Siji:size=10;0
  67. font-2 = FontAwesome:size=12;0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement