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.

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