Dobbie03

master.conf

Nov 25th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ;=====================================================
  2. ; Settings & Colors
  3. ;=====================================================
  4.  
  5. [settings]
  6. compositing-background = source
  7. compositing-foreground = source
  8. compositing-overline = source
  9. compositing-underline = source
  10. compositing-border = source
  11.  
  12. screenchange-reload = true
  13. throttle-output = 5
  14. throttle-output-for = 10
  15. throttle-input-for = 30
  16.  
  17. ; Fallback colors for modules
  18. format-foreground = ${colors.foreground}
  19. format-background = ${colors.background}
  20.  
  21. [colors]
  22. background = #21232F
  23. background-alt = #81A2BE
  24. foreground = #DFE1E8
  25. foreground-alt = #81A2BE
  26. b-alt = #00131313
  27. f-alt =#DFE1E8
  28. urgent = #E7816B
  29. blue = #6BA4E7
  30. pink = #9181E7
  31. orange = #FEBE8E
  32. purple = #D7AFF9
  33. yellow = #F9F1AF
  34.  
  35.  
  36. ;=====================================================
  37. ; Master Bar
  38. ;=====================================================
  39.  
  40. [bar/master]
  41. width = 100%
  42. height = 45
  43. radius = 0.0
  44. line-size = 2
  45. bottom = false
  46. fixed-center = true
  47. border-bottom-size = 0
  48. padding-left = 0
  49. padding-right = 0
  50. module-margin-left = 1
  51. module-margin-right = 1
  52.  
  53. ;separator = │
  54. foreground = ${colors.foreground}
  55. background = ${colors.background}
  56. border-color = #DFE1E8
  57.  
  58.  
  59. font-0 = IBM Plex Sans:size=13;1
  60. font-1 = unifont:fontformat=truetype:size=12:antialias=false;0
  61. font-2 = FontAwesome:size=15;1
  62. font-3 = "MaterialIcons:size=15:antialias=false;1"
  63. font-4 = "icomoon:size=15:antialias=false;1"
  64. font-5 = "Ubuntu Nerd Font:size=15:antialias=false;1"
Advertisement
Add Comment
Please, Sign In to add comment