Guest User

Untitled

a guest
Apr 24th, 2020
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1.  
  2. [colors]
  3. background = #000
  4. background-alt = #000
  5. foreground = #fff
  6. foreground-alt = ${xrdb:color7:#222}
  7. primary = ${xrdb:color1:#222}
  8. secondary = ${xrdb:color2:#222}
  9. alert = ${xrdb:color5:#222}
  10.  
  11. [bar/time]
  12. override-redirect = false
  13. wm-restack = bspwm
  14. width = 250
  15. height = 28
  16. bottom = false
  17. offset-x = 815
  18. offset-y = 0# distance from screen top to bar
  19. fixed-center = true
  20. ; line-size = 0
  21. radius = 0
  22. background = ${colors.background}
  23.  
  24. ;background = ${colors.background}
  25. ; foreground = ${colors.foreground}
  26. foreground = #44ace8
  27. font-0 = IBMPlexMono:style=bold:pixelsize=10;2
  28. font-1 = FontAwesome5Free:style=Solid:pixelsize=12;3
  29. font-2 = FontAwesome5Brands:style=Regular:pixelsize=12;2
  30.  
  31. line-size = 0
  32. padding-right = 2
  33. padding-left = 0
  34. modules-center = date time
  35. ; modules-center = gap gap gap previous gap3 next
  36. ; modules-right = spotify gap2 gap2 brightness gap volume
  37. ;polypomo blank brightness volume battery power blank2
  38. tray-position =
  39. tray-offset-y = -1
  40. ; tray-offset-x = -${self.radius}
  41. tray-padding = 5
  42. tray-radius = 0
  43. tray-background = #00263238
  44. ; tray-background = ${colors.background}
  45. tray-detached = false
  46. ; tray-offset-x = -20
  47. ; border-bottom-color = #c6c6c6
  48. ; border-bottom-size = 4
  49. ; border-top-color = #c6c6c6
  50. ; border-top-size = 4
  51. border-color = #989898
  52. border-size = 0
  53.  
  54.  
  55.  
  56.  
  57. [module/date]
  58. type = internal/date
  59. interval = 1.0
  60. date = %d-%b-%Y
  61. label-foreground = ${colors.foreground}
  62. ; label-background = ${colors.background}
  63. # format-underline = #e0e0e0
  64. label-overline = #13100f
  65. format-prefix-overline = #13100f
  66. label-underline = #009bb9
  67. ; format-prefix-underline = #13100f
  68. format-suffix-overline = #13100f
  69. ; format-suffix-underline = #13100f
  70.  
  71. label = "%date%"
  72. label-font = 2
  73.  
  74. format-prefix = " "
  75. format-suffix = " "
  76.  
  77. ;format-prefix-foreground = ${colors.alert}
  78. ; format-offset = -40
  79.  
  80.  
  81. [module/time]
  82. type = internal/date
  83. interval = 1.0
  84. ; time = %I:%M %p
  85. time = %I:%M %p
  86. label-foreground = ${colors.foreground}
  87. ; format-prefix-foreground = ${colors.alert}
  88. label-overline = #13100f
  89. format-prefix-overline = #13100f
  90. format-underline = #009bb9
  91.  
  92. ;label-background = ${colors.background}
  93. label = " %time% "
  94. label-font = 2
  95. ;format-prefix = "%{T5}%{T-}"
  96. ; format-underline = #6ebfd4
  97. ; format-foreground = #000000
  98. ;format-underline = ${colors.alert}
Add Comment
Please, Sign In to add comment