You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.7 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. [module/bspwm]
  2. type = internal/bspwm
  3. enable-click = true
  4. enable-scroll = true
  5. reverse-scroll = true
  6. label-focused = %{T3}
  7. label-focused-foreground = ${color.accent}
  8. label-occupied = %{T3}
  9. label-occupied-foreground = ${color.accent}
  10. label-urgent = %{T3}
  11. label-urgent-foreground = ${color.attention}
  12. label-empty = %{T3}
  13. label-empty-foreground = ${color.accent}
  14. label-separator = " "
  15. label-separator-padding = 0
  16. [module/pulseaudio]
  17. type = internal/pulseaudio
  18. ;max 100 not 153 %
  19. use-ui-max = false
  20. interval = 5
  21. label-muted =
  22. label-muted-foreground = ${color.attention}
  23. ramp-volume-0 =
  24. ramp-volume-1 =
  25. ramp-volume-2 =
  26. ramp-volume-3 =
  27. ramp-volume-4 =
  28. ;format-volume = <ramp-volume> <label-volume>
  29. format-volume = <ramp-volume>
  30. [module/date]
  31. type = internal/date
  32. interval = 1.0
  33. ;time = %H:%M
  34. time = %H:%M
  35. ;time-alt = %d.%m.%y
  36. time-alt = %d.%m.%y
  37. label = %time%
  38. format = <label>
  39. [module/battery]
  40. type = internal/battery
  41. ; see ls /sys/class/powersupply/
  42. battery = BAT0
  43. adapter = AC
  44. ramp-capacity-0 =
  45. ramp-capacity-1 =
  46. ramp-capacity-2 =
  47. ramp-capacity-3 =
  48. ramp-capacity-4 =
  49. ramp-capacity-5 =
  50. ramp-capacity-6 =
  51. ramp-capacity-7 =
  52. ramp-capacity-8 =
  53. ramp-capacity-9 =
  54. label-full = Fully charged
  55. format-charging-prefix =
  56. format-charging = <label-charging>
  57. format-discharging = <ramp-capacity> <label-discharging>
  58. [module/backlight]
  59. type = internal/backlight
  60. ; see ls /sys/class/backlight/
  61. card = amdgpu_bl0
  62. format-prefix =
  63. format = <label>