Guest User

Polybar

a guest
Sep 6th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. ; visible = Active workspace on unfocused monitor
  2. label-visible = %index%
  3. label-visible-background = ${self.label-focused-background}
  4. label-visible-underline = ${self.label-focused-underline}
  5. label-visible-padding = ${self.label-focused-padding}
  6.  
  7. ; urgent = Workspace with urgency hint set
  8. label-urgent = %index%
  9. label-urgent-background = ${colors.alert}
  10. label-urgent-padding = 2
  11.  
  12. ; Separator in between workspaces
  13. ; label-separator = |
  14.  
  15. label-song-maxlen = 25
  16. label-song-ellipsis = true
  17.  
  18. [module/cpu]
  19. type = internal/cpu
  20. interval = 2
  21. format-prefix = " "
  22. format-prefix-foreground = ${colors.foreground-alt}
  23. format-underline = #f90000
  24. label = %percentage:2%%
  25.  
  26. [module/memory]
  27. type = internal/memory
  28. interval = 2
  29. format-prefix = " "
  30. format-prefix-foreground = ${colors.foreground-alt}
  31. format-underline = #4bffdc
  32. label = %percentage_used%%
  33.  
  34.  
  35. [module/date]
  36. type = internal/date
  37. interval = 5
  38.  
  39. date =
  40. date-alt = " %Y-%m-%d"
  41.  
  42. time = %H:%M
  43. time-alt = %H:%M:%S
  44.  
  45. format-prefix = 
  46. format-prefix-foreground = ${colors.foreground-alt}
  47. format-underline = #0a6cf5
  48.  
  49. label = %date% %time%
  50.  
  51. [module/alsa]
  52. type = internal/alsa
  53.  
  54. format-volume = <label-volume> <bar-volume>
  55. label-volume = VOL
  56. label-volume-foreground = ${root.foreground}
  57.  
  58. format-muted-prefix = " "
  59. format-muted-foreground = ${colors.foreground-alt}
  60. label-muted = sound muted
  61.  
  62. bar-volume-width = 10
  63. bar-volume-foreground-0 = #55aa55
  64. bar-volume-foreground-1 = #55aa55
  65. bar-volume-foreground-2 = #55aa55
  66. bar-volume-foreground-3 = #55aa55
  67. bar-volume-foreground-4 = #55aa55
  68. bar-volume-foreground-5 = #f5a70a
  69. 106,0-1 58%
  70.  
Advertisement
Add Comment
Please, Sign In to add comment