diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 23:10:04 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 23:10:04 +0200 |
commit | 80bd649862818e518f46ac7be7847924a7cf288c (patch) | |
tree | 7724bb4d10701b074d80e3a648d8538a6a1ed7de /.config/polybar/config.superesc.ini | |
parent | ed3c0254e6dbb58df3f8e4a8108df2febb7010de (diff) |
more tweaks + fix picom config
Diffstat (limited to '.config/polybar/config.superesc.ini')
-rw-r--r-- | .config/polybar/config.superesc.ini | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/polybar/config.superesc.ini b/.config/polybar/config.superesc.ini index 342cfc2..2c15531 100644 --- a/.config/polybar/config.superesc.ini +++ b/.config/polybar/config.superesc.ini @@ -2,15 +2,12 @@ type = custom/script exec = ~/.local/share/bin/wacomtouch interval = 1 -# label-font = 1 [module/mpd] type = internal/mpd -format-online = <toggle> <label-song> +format-online = <label-song> format-offline = format-stopped = -icon-play = -icon-pause = label-song = %artist% - %{T2}%title%%{T-} label-song-maxlen = 50 label-song-ellipsis = true |