diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-07 21:58:14 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-07 21:58:14 +0200 |
| commit | 8cdf88e603ddd9395d620e42a9804cf052e3e680 (patch) | |
| tree | 483e283816aba5199f16dec42545a2b7575913cb /.config/polybar/config | |
| parent | 9c48487f0185bbce02567e3612c168f3bb895189 (diff) | |
| download | dotfiles-8cdf88e603ddd9395d620e42a9804cf052e3e680.tar.gz dotfiles-8cdf88e603ddd9395d620e42a9804cf052e3e680.zip | |
Fixed formatting
Diffstat (limited to '.config/polybar/config')
| -rw-r--r-- | .config/polybar/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index fd08d4a..24ac5e3 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -464,12 +464,16 @@ exec = ~/.config/polybar/scripts/scroll_spotify_status.sh [module/spotify-prev] type = custom/script +tail = true +interval = 1 exec = echo " " format = <label> click-left = playerctl previous -p spotify [module/spotify-play-pause] type = custom/ipc +tail = true +interval = 1 hook-0 = echo "" hook-1 = echo "" initial = 1 @@ -477,6 +481,9 @@ click-left = playerctl play-pause -p spotify [module/spotify-next] type = custom/script +#type = custom/ipc +tail = true +interval = 1 exec = echo " " format = <label> click-left = playerctl next -p spotify |
