[module/sep] type = custom/text content = | content-background = ${color.background} content-foreground = ${color.background} [module/pulseaudio] type = internal/pulseaudio ; Sink to be used, if it exists (find using `pacmd list-sinks`, name field) ; If not, uses default sink sink = alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo ; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false use-ui-max = false ; Interval for volume increase/decrease (in percent points) interval = 5 ; Available tags: ; (default) ; ; format-volume = format-volume-overline = ${color.background} format-volume-underline = ${color.background} label-volume = %percentage%% label-volume-background = ${color.background-alt} label-volume-padding = 1 ramp-volume-0 =  ramp-volume-1 =  ramp-volume-2 =  ramp-volume-3 =  ramp-volume-4 =  ramp-volume-background = ${color.blue} ramp-volume-padding = 1 ; Available tags: ; (default) ; ; format-muted = format-muted-prefix =  format-muted-prefix-background = ${color.red} format-muted-prefix-padding = 1 format-muted-overline = ${color.background} format-muted-underline = ${color.background} label-muted = "Muted" label-muted-foreground = ${color.foreground} label-muted-background = ${color.background-alt} label-muted-padding = 1 ; Right click click-right = pavucontrol [module/backlight] type = internal/backlight ; xbacklight only works with Intel. Other drivers (e.g. Radeon) did not ; add support for the RandR backlight property. ;type = internal/xbacklight ; Use the following command to list available cards: ; $ ls -1 /sys/class/backlight/ card = amdgpu_bl1 ; Use the `/sys/class/backlight/.../actual-brightness` file ; rather than the regular `brightness` file. use-actual-brightness = true ; Enable changing the backlight with the scroll wheel ; NOTE: This may require additional configuration on some systems. Polybar will ; write to `/sys/class/backlight/${self.card}/brightness` which requires polybar ; to have write access to that file. ; DO NOT RUN POLYBAR AS ROOT. ; The recommended way is to add the user to the ; `video` group and give that group write-privileges for the `brightness` file. ; See the ArchWiki for more information: ; https://wiki.archlinux.org/index.php/Backlight#ACPI enable-scroll = true ; Available tags: ;