diff --git a/README.org b/README.org index 55b102a..716a028 100644 --- a/README.org +++ b/README.org @@ -5782,7 +5782,7 @@ font-5 = "IPAPGothic:size=11;3" ; modules-left = cpu ram ; modules-center = xwindow xbacklight ; modules-right = ipc clock -modules-left = powermenu-left powermenu powermenu-right dwm media-playing-left media-playing media-playing-right +modules-left = powermenu-left powermenu powermenu-right dwm media-playing-left media-playing-change media-playing-prev media-playing-play-pause media-playing-next media-playing media-playing-right ; modules-center = modules-right = kernel-left kernel kernel-right cpu-left cpu cpu-right memory-left memory memory-right filesystem-left filesystem filesystem-right date-left date date-right time-left time time-right deadd-notification-center-left deadd-notification-center deadd-notification-center-right @@ -6073,82 +6073,138 @@ content-padding = ${sizes.module-padding} #+BEGIN_SRC conf :tangle polybar/config.ini [module/media-playing] type = custom/script - -; Available tokens: -; %counter% -; Command to be executed (using "/bin/sh -c [command]") -exec = ~/.config/dwm-flexipatch/polybar/scripts/get-media-playing.sh - -; Conditional command that, if defined, needs to exit successfully -; before the main exec command is invoked. -; Default: "" -; exec-if = pgrep -x myservice - -; Will the script output continous content? -; Default: false -tail = false - -; Seconds to sleep between updates -; Default: 5 (0 if `tail = true`) +exec = ~/.config/dwm-flexipatch/polybar/scripts/scroll-media-playing.sh +tail = true interval = ${intervals.media-playing} - -; Available tags: -; - deprecated -;